Uploaded image for project: 'Tapestry'
  1. Tapestry
  2. TAPESTRY-814

maven pom not up to date

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.0.5
    • 3.0.5
    • Build
    • None
    • maven

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            jkuhnert Jesse Kuhnert
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: