Author: antelder
Date: Mon Jun 11 14:55:55 2012
New Revision: 1348882
URL: http://svn.apache.org/viewvc?rev=1348882&view=rev
Log:
Update to use base jar not pom to see if that helps fix the jersymissing pom
Modified:
tuscany/sca-java-2.x/trunk/modules/binding-comet-runtime/pom.xml
Modified: tuscany/sca-java-2.x/trunk/modules/binding-comet-runtime/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/binding-comet-runtime/pom.xml?rev=1348882&r1=1348881&r2=1348882&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/binding-comet-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/binding-comet-runtime/pom.xml Mon Jun 11
14:55:55 2012
@@ -34,8 +34,7 @@
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-base-runtime-pom</artifactId>
- <type>pom</type>
+ <artifactId>tuscany-base-runtime</artifactId>
<version>2.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>