diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-02 22:45:23 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-02 22:45:23 +0000 |
commit | 5dc6635594ad4a6f08ecf61ac30b82333a418686 (patch) | |
tree | 39393c6c2b13cc573d4f813b650dddb518f4facc /branches/sca-java-1.5.1/itest/policy-security-jsr250/pom.xml | |
parent | aeced4f9056245b0f0c8464fbf7bbc6e1131be43 (diff) |
Fixing jUnit scope for some iTest projects
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810721 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.5.1/itest/policy-security-jsr250/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/branches/sca-java-1.5.1/itest/policy-security-jsr250/pom.xml b/branches/sca-java-1.5.1/itest/policy-security-jsr250/pom.xml index 26ec09ebcb..53de2470fe 100644 --- a/branches/sca-java-1.5.1/itest/policy-security-jsr250/pom.xml +++ b/branches/sca-java-1.5.1/itest/policy-security-jsr250/pom.xml @@ -68,8 +68,7 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.5</version> + <scope>test</scope> </dependency> - - </dependencies> </project> |