[infinispan-commits] Infinispan SVN: r620 - trunk/parent.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Tue Jul 28 10:21:43 EDT 2009


Author: vblagojevic at jboss.com
Date: 2009-07-28 10:21:43 -0400 (Tue, 28 Jul 2009)
New Revision: 620

Modified:
   trunk/parent/pom.xml
Log:
[ISPN-97] add jaxb dependency

Modified: trunk/parent/pom.xml
===================================================================
--- trunk/parent/pom.xml	2009-07-28 14:20:55 UTC (rev 619)
+++ trunk/parent/pom.xml	2009-07-28 14:21:43 UTC (rev 620)
@@ -419,6 +419,23 @@
             <protocol.stack>tcp</protocol.stack>
          </properties>
       </profile>
-
+	  <profile>
+		<id>jaxb</id>
+        <activation>
+			<jdk>1.5</jdk>
+        </activation>
+		<dependencies> 
+			<dependency>
+				<groupId>javax.xml.bind</groupId>
+                <artifactId>jaxb-api</artifactId>
+                <version>2.1</version>
+            </dependency>
+            <dependency>
+                <groupId>com.sun.xml.bind</groupId>
+                <artifactId>jaxb-impl</artifactId>
+                <version>2.1.3</version>
+            </dependency> 
+		</dependencies> 
+	  </profile>
    </profiles>
 </project>



More information about the infinispan-commits mailing list