Fix pom dependencies in launchers, clients and services (TUSCANY-3506)

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935239 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
nash 2010-04-17 19:48:22 +00:00
commit b1408ed8ae
36 changed files with 14 additions and 429 deletions

View file

@ -70,13 +70,6 @@
<version>${tuscany.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>