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

arquillian-testng-standalone does not declare dependency on core impl in compile scope.

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.0.4.Final
    • None
    • None
    • None

      Unlike arquillian-junit-standalone, arquillian-testng-standalone does not declare dependency on core implementation (arquillian-core-impl-base, etc.) in compile scope. This leads to the problem, because user has to guess and specify dependencies these dependencies manually.

            [ARQ-1287] arquillian-testng-standalone does not declare dependency on core impl in compile scope.

            Aslak Knutsen added a comment - pushed upstream https://github.com/arquillian/arquillian-core/commit/c5e6584fba7d36536ed550857d22de518bca6012

            Michal Vanco (Inactive) added a comment - Sent PR https://github.com/arquillian/arquillian-core/pull/49

            As Michal reported, two dependencies are missing:

             <dependency>
                                          <groupId>org.jboss.arquillian.core</groupId>
                                          <artifactId>arquillian-core-impl-base</artifactId>
                                          <scope>test</scope>
              </dependency>
            
              <dependency>
                                          <groupId>org.jboss.arquillian.test</groupId>
                                          <artifactId>arquillian-test-impl-base</artifactId>
                                          <scope>test</scope>
              </dependency>
            

            Lukáš Fryč (Inactive) added a comment - As Michal reported , two dependencies are missing: <dependency> <groupId>org.jboss.arquillian.core</groupId> <artifactId>arquillian-core-impl-base</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.jboss.arquillian.test</groupId> <artifactId>arquillian-test-impl-base</artifactId> <scope>test</scope> </dependency>

            Karel Piwko added a comment -

            Hi Aliaksei, thank's for reporting. Preparing an example is not needed.

            Karel Piwko added a comment - Hi Aliaksei, thank's for reporting. Preparing an example is not needed.

            I think the problem is obvious and example is not needed. Please tell if I still should prepare an example.

            Aliaksei Lahachou (Inactive) added a comment - I think the problem is obvious and example is not needed. Please tell if I still should prepare an example.

              Unassigned Unassigned
              htfv_jira Aliaksei Lahachou (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: