Author: rfeng
Date: Fri May 1 04:05:00 2009
New Revision: 770529
URL: http://svn.apache.org/viewvc?rev=770529&view=rev
Log:
Add annotation dependency as the provided scope is not transitive
Modified:
tuscany/branches/sca-java-1.x/itest/contribution-jee-samples/ejb-nonenhanced/pom.xml
Modified:
tuscany/branches/sca-java-1.x/itest/contribution-jee-samples/ejb-nonenhanced/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/itest/contribution-jee-samples/ejb-nonenhanced/pom.xml?rev=770529&r1=770528&r2=770529&view=diff
==============================================================================
---
tuscany/branches/sca-java-1.x/itest/contribution-jee-samples/ejb-nonenhanced/pom.xml
(original)
+++
tuscany/branches/sca-java-1.x/itest/contribution-jee-samples/ejb-nonenhanced/pom.xml
Fri May 1 04:05:00 2009
@@ -44,6 +44,12 @@
<version>1.0</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-annotation_1.0_spec</artifactId>
+ <version>1.1.1</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>