You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/02/22 12:41:14 UTC

svn commit: r746659 - /incubator/click/trunk/click/build/click-extras.pom

Author: sabob
Date: Sun Feb 22 11:41:14 2009
New Revision: 746659

URL: http://svn.apache.org/viewvc?rev=746659&view=rev
Log:
updated extras pom

Modified:
    incubator/click/trunk/click/build/click-extras.pom

Modified: incubator/click/trunk/click/build/click-extras.pom
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/build/click-extras.pom?rev=746659&r1=746658&r2=746659&view=diff
==============================================================================
--- incubator/click/trunk/click/build/click-extras.pom (original)
+++ incubator/click/trunk/click/build/click-extras.pom Sun Feb 22 11:41:14 2009
@@ -72,17 +72,30 @@
     </dependency>
 
     <dependency>
-      <groupId>org.hibernate</groupId>
-      <artifactId>hibernate</artifactId>
-      <version>3.2.6</version>
-      <optional>true</optional>
+        <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.objectstyle.cayenne</groupId>
-      <artifactId>cayenne-nodeps</artifactId>
-      <version>2.0.4</version>
-      <optional>true</optional>
+        <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>
 
     <dependency>