Author: ieb
Date: Mon Dec 1 21:30:31 2008
New Revision: 722377
URL: http://svn.apache.org/viewvc?rev=722377&view=rev
Log:
SHINDIG-722
Changed scope of annotatons to provided to make them availalbe to build but
remove them from the deployment.
The annotations are not required for runtime. Strangely compile scope implies
runtime in maven.
Modified:
incubator/shindig/trunk/java/samples/pom.xml
incubator/shindig/trunk/java/social-api/pom.xml
incubator/shindig/trunk/pom.xml
Modified: incubator/shindig/trunk/java/samples/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/samples/pom.xml?rev=722377&r1=722376&r2=722377&view=diff
==============================================================================
--- incubator/shindig/trunk/java/samples/pom.xml (original)
+++ incubator/shindig/trunk/java/samples/pom.xml Mon Dec 1 21:30:31 2008
@@ -115,7 +115,6 @@
<dependency>
<groupId>findbugs</groupId>
<artifactId>annotations</artifactId>
- <scope>compile</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Modified: incubator/shindig/trunk/java/social-api/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/social-api/pom.xml?rev=722377&r1=722376&r2=722377&view=diff
==============================================================================
--- incubator/shindig/trunk/java/social-api/pom.xml (original)
+++ incubator/shindig/trunk/java/social-api/pom.xml Mon Dec 1 21:30:31 2008
@@ -130,7 +130,6 @@
<dependency>
<groupId>findbugs</groupId>
<artifactId>annotations</artifactId>
- <scope>compile</scope>
</dependency>
<dependency>
<groupId>xstream</groupId>
Modified: incubator/shindig/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=722377&r1=722376&r2=722377&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Mon Dec 1 21:30:31 2008
@@ -1033,7 +1033,7 @@
<groupId>findbugs</groupId>
<artifactId>annotations</artifactId>
<version>1.0.0</version>
- <scope>compile</scope>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>xstream</groupId>