← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 14513: Exluding javassist from struts2-core

 

------------------------------------------------------------
revno: 14513
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2014-03-28 10:11:30 +0100
message:
  Exluding javassist from struts2-core
modified:
  dhis-2/pom.xml


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml	2014-03-27 10:12:41 +0000
+++ dhis-2/pom.xml	2014-03-28 09:11:30 +0000
@@ -502,11 +502,18 @@
         <version>1.0.2.RELEASE</version>
       </dependency>
 
-      <!--Other -->
+      <!-- Other -->
+      <!-- Javassist from hibernate-core -->
       <dependency>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts2-core</artifactId>
         <version>2.3.16</version>
+        <exclusions>
+          <exclusion>
+            <groupId>javassist</groupId>
+            <artifactId>javassist</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>org.apache.struts</groupId>