Author: scottbw
Date: Sat Feb  8 17:12:28 2014
New Revision: 1566053

URL: http://svn.apache.org/r1566053
Log:
Exclude an old version of commons-codec (1.2) from the overlay onto the 
wookie-server war as we need 1.5.

Modified:
    wookie/trunk/wookie-services/wookie-jpa/pom.xml

Modified: wookie/trunk/wookie-services/wookie-jpa/pom.xml
URL: 
http://svn.apache.org/viewvc/wookie/trunk/wookie-services/wookie-jpa/pom.xml?rev=1566053&r1=1566052&r2=1566053&view=diff
==============================================================================
--- wookie/trunk/wookie-services/wookie-jpa/pom.xml (original)
+++ wookie/trunk/wookie-services/wookie-jpa/pom.xml Sat Feb  8 17:12:28 2014
@@ -39,6 +39,12 @@
             <version>2.0.0-SNAPSHOT</version>
             <type>jar</type>
             <scope>compile</scope>
+            <exclusions>
+               <exclusion>
+                       <artifactId>commons-codec</artifactId>
+                       <groupId>commons-codec</groupId>
+               </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.openjpa</groupId>


Reply via email to