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

             Bug #: 52318
           Summary: Version in POM is conflicted with Version in MANIFEST
                    for JULI JAR
           Product: Tomcat 7
           Version: 7.0.22
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Packaging
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: ssku4...@web.de
    Classification: Unclassified


<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
<version>7.0.22</version>

has dependenca to apache-juli

MANIFEST:
org.apache.juli.logging;version="[6.0.18, 7.0.0)"

BUT in POM:
    <dependency>
      <groupId>org.apache.tomcat</groupId>
      <artifactId>tomcat-juli</artifactId>
      <version>7.0.22</version>
      <scope>compile</scope>
    </dependency>

WHY????????

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to