You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2011/11/25 21:34:56 UTC

svn commit: r1206302 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml

Author: bommel
Date: Fri Nov 25 20:34:55 2011
New Revision: 1206302

URL: http://svn.apache.org/viewvc?rev=1206302&view=rev
Log:
javassist 3.12.0 is mpl-1.1 but the pom is not correct 
the javassist 3.12.1.GA pom contains the mpl-1.1 license

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml?rev=1206302&r1=1206301&r2=1206302&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml Fri Nov 25 20:34:55 2011
@@ -133,6 +133,11 @@
       <version>${openwebbeans.version}</version>
     </dependency>
     <dependency>
+      <groupId>javassist</groupId>
+      <artifactId>javassist</artifactId>
+      <version>3.12.1.GA</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.openwebbeans</groupId>
       <artifactId>openwebbeans-spi</artifactId>
       <version>${openwebbeans.version}</version>