diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-20 18:24:40 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-20 18:24:40 +0000 |
commit | ebc712213ca3976574acb3dfdaf4f440a926dce2 (patch) | |
tree | 5eea7131b2b67e91bb7e3718e48a450b2d5b8899 /sca-java-2.x/trunk/modules | |
parent | 630599c9de5bce09c7fb1f1b657ae36164c5cc40 (diff) |
Remove the test scope from the assembly-xml dependency to prevent compilation errors.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901314 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules')
-rw-r--r-- | sca-java-2.x/trunk/modules/interface-java/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/interface-java/pom.xml b/sca-java-2.x/trunk/modules/interface-java/pom.xml index 8211b7ebf5..b5847e2875 100644 --- a/sca-java-2.x/trunk/modules/interface-java/pom.xml +++ b/sca-java-2.x/trunk/modules/interface-java/pom.xml @@ -39,7 +39,6 @@ <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-assembly-xml</artifactId> <version>2.0-SNAPSHOT</version> - <scope>test</scope> </dependency> <dependency> |