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

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Thu Jul 30 05:20:34 EDT 2009


Author: vblagojevic at jboss.com
Date: 2009-07-30 05:20:33 -0400 (Thu, 30 Jul 2009)
New Revision: 624

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

Modified: trunk/parent/pom.xml
===================================================================
--- trunk/parent/pom.xml	2009-07-29 09:02:14 UTC (rev 623)
+++ trunk/parent/pom.xml	2009-07-30 09:20:33 UTC (rev 624)
@@ -102,6 +102,16 @@
          <version>4.4.0.GA</version>
          <scope>test</scope>
       </dependency>
+	  <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>
 
    <build>
@@ -418,24 +428,6 @@
             <marshaller.class>org.infinispan.marshall.jboss.JBossMarshaller</marshaller.class>
             <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>
+      </profile>	  
    </profiles>
 </project>



More information about the infinispan-commits mailing list