Change to pom dependency so I don't have to keep building the base jar just to test individual changes.

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040448 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
slaws 2010-11-30 09:22:08 +00:00
parent 6199ffdbae
commit 1b6760788d

View file

@ -32,8 +32,9 @@
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime</artifactId>
<artifactId>tuscany-base-runtime-pom</artifactId>
<version>2.0-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>