You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2010/12/21 09:33:31 UTC

svn commit: r1051415 - in /james/mailbox/trunk: copier/pom.xml parent/pom.xml

Author: eric
Date: Tue Dec 21 08:33:31 2010
New Revision: 1051415

URL: http://svn.apache.org/viewvc?rev=1051415&view=rev
Log:
Use geronimo-annotation_1.0_spec (JAMES-1151)

Modified:
    james/mailbox/trunk/copier/pom.xml
    james/mailbox/trunk/parent/pom.xml

Modified: james/mailbox/trunk/copier/pom.xml
URL: http://svn.apache.org/viewvc/james/mailbox/trunk/copier/pom.xml?rev=1051415&r1=1051414&r2=1051415&view=diff
==============================================================================
--- james/mailbox/trunk/copier/pom.xml (original)
+++ james/mailbox/trunk/copier/pom.xml Tue Dec 21 08:33:31 2010
@@ -52,8 +52,8 @@
       <type>test-jar</type>
     </dependency>
     <dependency>
-      <groupId>javax.annotation</groupId>
-      <artifactId>jsr250-api</artifactId>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-annotation_1.0_spec</artifactId>
     </dependency> 
     <dependency>
       <groupId>junit</groupId>

Modified: james/mailbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/james/mailbox/trunk/parent/pom.xml?rev=1051415&r1=1051414&r2=1051415&view=diff
==============================================================================
--- james/mailbox/trunk/parent/pom.xml (original)
+++ james/mailbox/trunk/parent/pom.xml Tue Dec 21 08:33:31 2010
@@ -564,17 +564,17 @@
       -->
       
       <!--
-        START JSR250
+        START GERONIMO ANNOTATION
       -->
 
     <dependency>
-      <groupId>javax.annotation</groupId>
-      <artifactId>jsr250-api</artifactId>
-      <version>1.0</version>
-    </dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-annotation_1.0_spec</artifactId>
+      <version>1.1.1</version>
+    </dependency> 
 
     <!-- 
-      END JSR250
+      END GERONIMO ANNOTATION
      -->
 
     </dependencies>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org