Author: bfoster
Date: Tue Mar 20 00:03:29 2012
New Revision: 1302731

URL: http://svn.apache.org/viewvc?rev=1302731&view=rev
Log:
Need to added a pre-run script to Jenkins to install 
javax.transaction:jta:jar:1.0.1B

-----------
OODT-424

Modified:
    oodt/trunk/cli/pom.xml
    oodt/trunk/commons/pom.xml
    oodt/trunk/metadata/pom.xml
    oodt/trunk/protocol/ftp/pom.xml

Modified: oodt/trunk/cli/pom.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/cli/pom.xml?rev=1302731&r1=1302730&r2=1302731&view=diff
==============================================================================
--- oodt/trunk/cli/pom.xml (original)
+++ oodt/trunk/cli/pom.xml Tue Mar 20 00:03:29 2012
@@ -95,6 +95,12 @@
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-hibernate3</artifactId>
                        <version>2.0.8</version>
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>javax.transaction</groupId>
+                                       <artifactId>jta</artifactId>
+                               </exclusion>
+                       </exclusions>
                </dependency>
                <dependency>
                        <groupId>com.google.guava</groupId>

Modified: oodt/trunk/commons/pom.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/commons/pom.xml?rev=1302731&r1=1302730&r2=1302731&view=diff
==============================================================================
--- oodt/trunk/commons/pom.xml (original)
+++ oodt/trunk/commons/pom.xml Tue Mar 20 00:03:29 2012
@@ -153,6 +153,12 @@
       <groupId>org.springframework</groupId>
       <artifactId>spring-hibernate3</artifactId>
       <version>2.0.8</version>
+      <exclusions>
+        <exclusion>
+          <groupId>javax.transaction</groupId>
+          <artifactId>jta</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
         <groupId>xmlrpc</groupId>

Modified: oodt/trunk/metadata/pom.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/metadata/pom.xml?rev=1302731&r1=1302730&r2=1302731&view=diff
==============================================================================
--- oodt/trunk/metadata/pom.xml (original)
+++ oodt/trunk/metadata/pom.xml Tue Mar 20 00:03:29 2012
@@ -170,6 +170,12 @@ the License.
       <groupId>org.springframework</groupId>
       <artifactId>spring-hibernate3</artifactId>
       <version>2.0.8</version>
+      <exclusions>
+        <exclusion>
+          <groupId>javax.transaction</groupId>
+          <artifactId>jta</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>junit</groupId>

Modified: oodt/trunk/protocol/ftp/pom.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/protocol/ftp/pom.xml?rev=1302731&r1=1302730&r2=1302731&view=diff
==============================================================================
--- oodt/trunk/protocol/ftp/pom.xml (original)
+++ oodt/trunk/protocol/ftp/pom.xml Tue Mar 20 00:03:29 2012
@@ -50,6 +50,19 @@
                        </build>
                </profile>
        </profiles>
+  <repositories>
+           <repository>
+             <id>globus-repo</id>
+             <name>Globus Toolkit Internal Maven2 Repository</name>
+             
<url>http://projects.iplantcollaborative.org/archiva/repository/internal</url>
+             <releases>
+               <enabled>true</enabled>
+             </releases>
+             <snapshots>
+               <enabled>true</enabled>
+             </snapshots>
+          </repository>
+  </repositories>
   <build>
     <resources>
       <resource>


Reply via email to