You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2015/02/28 16:07:12 UTC

[Bug 57649] New: Missing dependencies in the maven project

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

            Bug ID: 57649
           Summary: Missing dependencies in the maven project
           Product: JMeter
           Version: 2.12
          Hardware: Macintosh
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: mark.collin@lazeryattack.com

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.

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

[Bug 57649] Missing dependencies in the maven project

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57649

Rainer Jung <ra...@kippdata.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All
         Resolution|---                         |DUPLICATE
             Status|NEW                         |RESOLVED

--- Comment #1 from Rainer Jung <ra...@kippdata.de> ---


*** This bug has been marked as a duplicate of bug 57555 ***

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