Bug 57649

Summary: Missing dependencies in the maven project
Product: JMeter - Now in Github Reporter: Mark Collin <mark.collin>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED DUPLICATE    
Severity: critical    
Priority: P2    
Version: 2.12   
Target Milestone: ---   
Hardware: Macintosh   
OS: All   

Description Mark Collin 2015-02-28 15:07:12 UTC
This is in reference to this:

https://github.com/jmeter-maven-plugin/jmeter-maven-plugin/issues/121

The following dependencies are not available in maven central.

event:event:jar:1.0
d-haven-managed-pool:d-haven-managed-pool:jar:1.0

The only similar artefacts I can find are:

<dependency>
	<groupId>d-haven-event</groupId>
	<artifactId>d-haven-event</artifactId>
	<version>1.0.3</version>
</dependency>

and 

<dependency>
	<groupId>d-haven-mpool</groupId>
	<artifactId>managed-pool</artifactId>
	<version>1.0</version>
</dependency>

This means that you can't build JMeter from maven central at the moment because of transitive dependency issues.
Comment 1 Rainer Jung 2015-02-28 16:39:44 UTC

*** This bug has been marked as a duplicate of bug 57555 ***
Comment 2 The ASF infrastructure team 2022-09-24 20:37:59 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3549