Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

code fails to compile with ApacheJMeter_core and ApacheJMeter_java in pom.xml #3602

Closed
asfimport opened this issue May 29, 2015 · 1 comment

Comments

@asfimport
Copy link
Collaborator

msrikant1999 (Bug 57972):
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]

Severity: normal
OS: Mac OS X 10.4

Duplicated by:

@asfimport
Copy link
Collaborator Author

@pmouawad (migrated from Bugzilla):
Fixed in nightly build.

This bug has been marked as a duplicate of #3567

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant