[wise-commits] wise SVN: r441 - in core/trunk: distribution and 1 other directory.

wise-commits at lists.jboss.org wise-commits at lists.jboss.org
Fri Jul 20 02:12:33 EDT 2012


Author: alessio.soldano at jboss.com
Date: 2012-07-20 02:12:31 -0400 (Fri, 20 Jul 2012)
New Revision: 441

Modified:
   core/trunk/core/pom.xml
   core/trunk/distribution/pom.xml
Log:
[WISE-177] Fixing distribution dependencies


Modified: core/trunk/core/pom.xml
===================================================================
--- core/trunk/core/pom.xml	2012-07-19 17:18:52 UTC (rev 440)
+++ core/trunk/core/pom.xml	2012-07-20 06:12:31 UTC (rev 441)
@@ -117,15 +117,6 @@
 			<artifactId>hamcrest-all</artifactId>
 			<scope>test</scope>
 		</dependency>
-
-		<dependency>
-			<groupId>sun.jdk</groupId>
-			<artifactId>tools</artifactId>
-			<version>1.6.0</version>
-			<scope>system</scope>
-			<systemPath>${java.home}/../lib/tools.jar</systemPath>
-		</dependency>
-
 	</dependencies>
 
 	<build>

Modified: core/trunk/distribution/pom.xml
===================================================================
--- core/trunk/distribution/pom.xml	2012-07-19 17:18:52 UTC (rev 440)
+++ core/trunk/distribution/pom.xml	2012-07-20 06:12:31 UTC (rev 441)
@@ -15,18 +15,22 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
+    <properties>
+        <wise.version>${project.version}</wise.version>
+    </properties>
+
     <dependencies>
             <dependency>
                 <groupId>org.jboss.wise</groupId>
                 <artifactId>wise-core-cxf</artifactId>
                 <version>${project.version}</version>         
             </dependency>
+            <dependency>
+                <groupId>net.jcip</groupId>
+                <artifactId>jcip-annotations</artifactId>
+            </dependency>
     </dependencies>
 
-    <properties>
-        <wise.version>${project.version}</wise.version>
-    </properties>
-
     <build>
         <plugins>
             <plugin>



More information about the wise-commits mailing list