https://bz.apache.org/bugzilla/show_bug.cgi?id=57972

            Bug ID: 57972
           Summary: code fails to compile with ApacheJMeter_core and
                    ApacheJMeter_java in pom.xml
           Product: JMeter
           Version: 2.13
          Hardware: PC
                OS: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: [email protected]
          Reporter: [email protected]

Here is my pom.xml


                <dependency>
                        <groupId>org.apache.jmeter</groupId>
                        <artifactId>ApacheJMeter_core</artifactId>
                        <version>2.13</version>
                        <scope>provided</scope>
                </dependency>

                <dependency>
                        <groupId>org.apache.jmeter</groupId>
                        <artifactId>ApacheJMeter_java</artifactId>
                        <version>2.13</version>
                        <scope>provided</scope>
                </dependency>


I tried to compile the code and get this error. Looks like ApacheJMeter_core
depends on 'jorphan' which depends on 'commons-math3:commons-math3'. This
artifactory is not available in maven repository. The repo has
'org.apache.commons:commons-math3'. Please fix the pom for 'jorphan' or remove
this dependency.

[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building project1 0.0.1
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for commons-math3:commons-math3:jar:3.4.1 is missing, no
dependency information available
[WARNING] The POM for commons-pool2:commons-pool2:jar:2.3 is missing, no
dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.097s
[INFO] Finished at: Fri May 29 07:22:44 UTC 2015
[INFO] Final Memory: 10M/106M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project project1: Could not resolve
dependencies for project com.testing.loadtest:load_test_tool:jar:0.0.1: Failure
to find commons-pool2:commons-pool2:jar:2.3 in http://repo1.maven.org/maven2/
was cached in the local repository, resolution will not be reattempted until
the update interval of central has elapsed or updates are forced -> [Help 1]
[ERROR]

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to