[jboss-cvs] JBossAS SVN: r76011 - in trunk: thirdparty and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jul 18 22:53:28 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-07-18 22:53:28 -0400 (Fri, 18 Jul 2008)
New Revision: 76011

Modified:
   trunk/component-matrix/pom.xml
   trunk/thirdparty/pom.xml
Log:
Add the Java Concurrency in Practice annotations

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2008-07-19 01:24:21 UTC (rev 76010)
+++ trunk/component-matrix/pom.xml	2008-07-19 02:53:28 UTC (rev 76011)
@@ -883,6 +883,12 @@
       </dependency>
       
       <dependency>
+        <groupId>net.jcip</groupId>
+        <artifactId>jcip-annotations</artifactId>
+        <version>1.0</version>
+      </dependency>
+      
+      <dependency>
         <groupId>objectweb-joramtests</groupId>
         <artifactId>joramtests</artifactId>
         <version>1.5</version>

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-07-19 01:24:21 UTC (rev 76010)
+++ trunk/thirdparty/pom.xml	2008-07-19 02:53:28 UTC (rev 76011)
@@ -1561,6 +1561,10 @@
       <artifactId>nekohtml</artifactId>
     </dependency>
     <dependency>
+      <groupId>net.jcip</groupId>
+      <artifactId>jcip-annotations</artifactId>
+    </dependency>
+    <dependency>
       <groupId>odmg</groupId>
       <artifactId>odmg</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list