summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample
diff options
context:
space:
mode:
authormcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-11-02 20:51:16 +0000
committermcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-11-02 20:51:16 +0000
commit8d3282f545e0233460e3f533fc638f3c02310e2b (patch)
treeb5600ad1822d1b67d19419f8efea4fedfd24a389 /sandbox/travelsample
parentbe43e10b934f1305557fac302555244ea2f82ffa (diff)
Added dependency on jsr250-api to fix compilation issue of being unable to find javax.annotation.security on Sun JDK
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832101 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample')
-rw-r--r--sandbox/travelsample/contributions/payment-java-policy/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/sandbox/travelsample/contributions/payment-java-policy/pom.xml b/sandbox/travelsample/contributions/payment-java-policy/pom.xml
index 1b15745c44..e476ceb120 100644
--- a/sandbox/travelsample/contributions/payment-java-policy/pom.xml
+++ b/sandbox/travelsample/contributions/payment-java-policy/pom.xml
@@ -79,6 +79,13 @@
<scope>runtime</scope>
</dependency>
-->
+
+ <dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>jsr250-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>