Uploaded image for project: 'Click'
  1. Click
  2. CLK-492

click-extras pom.xml contains some problems

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.1, 1.5.1
    • 2.1.0, 2.1.0 RC1, 1.5.2
    • extras
    • None

    Description

      • freemarker does not contained
      • hibernate version is invalid
      • hibernate dependency should excludes javax.transaction (jar does not exist in the repository)
      • cayenne groupId is old

      Here is the fixed pom.xml:


      <dependency>
      <groupId>org.hibernate</groupId>
      <artifactId>hibernate</artifactId>
      <version>3.2.6.ga</version>
      <optional>true</optional>
      <exclusions>
      <exclusion>
      <groupId>javax.transaction</groupId>
      <artifactId>jta</artifactId>
      </exclusion>
      </exclusions>
      </dependency>
      <dependency>
      <groupId>org.apache.cayenne</groupId>
      <artifactId>cayenne-nodeps</artifactId>
      <version>2.0.4</version>
      <optional>true</optional>
      </dependency>
      <dependency>
      <groupId>org.freemarker</groupId>
      <artifactId>freemarker</artifactId>
      <version>2.3.12</version>
      <optional>true</optional>
      </dependency>


      Attachments

        Activity

          People

            sabob Bob Schellink
            takezoe Naoki Takezoe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: