Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-157

OpenEJB container needs @Inject API to run

    XMLWordPrintable

Details

    • Hide

      Add javax.inject dependency to test scope

      <dependency>
      <groupId>javax.inject</groupId>
      <artifactId>javax.inject</artifactId>
      <version>1</version>
      <scope>test</scope>
      </dependency>

      Show
      Add javax.inject dependency to test scope <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> <version>1</version> <scope>test</scope> </dependency>

    Description

      The OpenEJBTestEnricher needs the javax.inject API (JSR-330) to run due to import of javax.inject.Inject

      Attachments

        Activity

          People

            arubinge@redhat.com Andrew Rubinger (Inactive)
            aslak@redhat.com Aslak Knutsen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: