maven pom not up to date
------------------------

         Key: TAPESTRY-814
         URL: http://issues.apache.org/jira/browse/TAPESTRY-814
     Project: Tapestry
        Type: Bug
  Components: Build  
    Versions: 3.0.3    
 Environment: maven
    Reporter: Jesse Kuhnert
    Priority: Minor
     Fix For: 3.0.3


Can one of the Tapestry committers look at the following issue for a
Tapestry 3.0.3 pom.xml?

http://jira.codehaus.org/browse/MEV-140

Here's my current settings for Tapestry, and it seems that most of
these should be included in the default pom.xml.

   <dependency>
     <groupId>tapestry</groupId>
     <artifactId>tapestry</artifactId>
     <version>3.0.3</version>
     <exclusions>
       <exclusion>
         <groupId>geronimo-spec</groupId>
         <artifactId>geronimo-spec-ejb</artifactId>
       </exclusion>
       <exclusion>
         <groupId>javax.servlet</groupId>
         <artifactId>jsp-api</artifactId>
       </exclusion>
       <exclusion>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
       </exclusion>
     </exclusions>
   </dependency>
   <dependency>
     <groupId>tapestry</groupId>
     <artifactId>tapestry-contrib</artifactId>
     <version>3.0.3</version>
     <scope>runtime</scope>
   </dependency>
   <!-- http://jira.codehaus.org/browse/MEV-140, these should be
dependencies in Tapestry's POM -->
   <dependency>
     <groupId>jboss</groupId>
     <artifactId>javassist</artifactId>
     <version>2.6</version>
   </dependency>
   <dependency>
     <groupId>ognl</groupId>
     <artifactId>ognl</artifactId>
     <version>2.6.3</version>
   </dependency>
   <dependency>
     <groupId>oro</groupId>
     <artifactId>oro</artifactId>
     <version>2.0.6</version>
     <scope>runtime</scope>
   </dependency>
   <dependency>
     <groupId>commons-codec</groupId>
     <artifactId>commons-codec</artifactId>
     <version>1.2</version>
     <scope>runtime</scope>
   </dependency>
   <dependency>
     <groupId>commons-fileupload</groupId>
     <artifactId>commons-fileupload</artifactId>
     <version>1.0</version>
     <scope>runtime</scope>
   </dependency>

Thanks,

Matt

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to