Author: magicaltrout
Date: Wed Jan 21 23:00:57 2015
New Revision: 1653689

URL: http://svn.apache.org/r1653689
Log:
Attempt to fix Jenkins

Modified:
    oodt/trunk/resource/pom.xml

Modified: oodt/trunk/resource/pom.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/resource/pom.xml?rev=1653689&r1=1653688&r2=1653689&view=diff
==============================================================================
--- oodt/trunk/resource/pom.xml (original)
+++ oodt/trunk/resource/pom.xml Wed Jan 21 23:00:57 2015
@@ -104,6 +104,10 @@ the License.
           <groupId>com.sun.jersey</groupId>
           <artifactId>jersey-client</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>com.sun.jersey</groupId>
+          <artifactId>jersey-core</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
@@ -112,6 +116,11 @@ the License.
       <version>1.14</version>
     </dependency>
     <dependency>
+      <groupId>com.sun.jersey</groupId>
+      <artifactId>jersey-core</artifactId>
+      <version>1.14</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.oodt</groupId>
       <artifactId>cas-metadata</artifactId>
       <version>${project.parent.version}</version>


Reply via email to