diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-20 18:46:23 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-20 18:46:23 +0000 |
commit | 0f33d0f0036ddcd3f86b8004ec84bdbd904fe48e (patch) | |
tree | 1db3d0b2ecd2801a2cd1ae57ea65ce46f52ee898 | |
parent | ea46eca2681bba086952b07a6ccffad667de4b56 (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@901324 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/modules/implementation-osgi/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/implementation-osgi/pom.xml b/sca-java-2.x/trunk/modules/implementation-osgi/pom.xml index c768213ebc..f007a637fa 100644 --- a/sca-java-2.x/trunk/modules/implementation-osgi/pom.xml +++ b/sca-java-2.x/trunk/modules/implementation-osgi/pom.xml @@ -58,7 +58,6 @@ <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-assembly-xml</artifactId> <version>2.0-SNAPSHOT</version> - <scope>test</scope> </dependency> <dependency> |