You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jo...@apache.org on 2007/01/07 01:12:16 UTC

svn commit: r493607 - /jakarta/commons/proper/transaction/trunk/project.xml

Author: joerg
Date: Sat Jan  6 16:12:15 2007
New Revision: 493607

URL: http://svn.apache.org/viewvc?view=rev&rev=493607
Log:
applied changes to dependencies (1.3 compiled j2ee jars) - but they don't exist in repository

Modified:
    jakarta/commons/proper/transaction/trunk/project.xml

Modified: jakarta/commons/proper/transaction/trunk/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/project.xml?view=diff&rev=493607&r1=493606&r2=493607
==============================================================================
--- jakarta/commons/proper/transaction/trunk/project.xml (original)
+++ jakarta/commons/proper/transaction/trunk/project.xml Sat Jan  6 16:12:15 2007
@@ -126,16 +126,24 @@
   <dependencies>
     <dependency>
       <groupId>geronimo-spec</groupId>
-      <artifactId>geronimo-spec-j2ee</artifactId>
-      <version>1.4-rc4</version>
+      <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
+      <version>1.1</version>
       <properties>
         <scope>provided</scope>
       </properties>
     </dependency>
     <dependency>
       <groupId>geronimo-spec</groupId>
-      <artifactId>geronimo-spec-servlet</artifactId>
-      <version>2.4-rc4</version>
+      <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
+      <version>1.1</version>
+      <properties>
+        <scope>provided</scope>
+      </properties>
+    </dependency>
+    <dependency>
+      <groupId>geronimo-spec</groupId>
+      <artifactId>geronimo-servlet_2.4_spec</artifactId>
+      <version>1.1</version>
       <properties>
         <scope>provided</scope>
       </properties>
@@ -144,6 +152,11 @@
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
       <version>1.2</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.1</version>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org