https://issues.apache.org/bugzilla/show_bug.cgi?id=53884

          Priority: P2
            Bug ID: 53884
          Assignee: [email protected]
           Summary: wrong Maven dependency for commons-lang
          Severity: normal
    Classification: Unclassified
          Reporter: [email protected]
          Hardware: PC
            Status: NEW
           Version: Nightly (Please specify date)
         Component: Main
           Product: JMeter

The provided maven parent POM res/maven/ApacheJMeter_parent.pom has a bug: 

The groupId for commons-lang3
must be org.apache.commons
instead of org.apache.commons-lang (strip the "-lang")
as shown below 
=====
      <dependency>
        <groupId>org.apache.commons</groupId>
        <artifactId>commons-lang3</artifactId>
        <version>${commons-lang3.version}</version>

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

Reply via email to