Add jms dependency (provided is not included)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833256 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7c6f31efa0
commit
65e842d994
3 changed files with 8 additions and 6 deletions
|
|
@ -451,6 +451,12 @@
|
||||||
<artifactId>scatours-service-smsgateway-rmi</artifactId>
|
<artifactId>scatours-service-smsgateway-rmi</artifactId>
|
||||||
<version>${pom.version}</version>
|
<version>${pom.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.geronimo.specs</groupId>
|
||||||
|
<artifactId>geronimo-jms_1.1_spec</artifactId>
|
||||||
|
<version>1.1</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,9 @@
|
||||||
|
|
||||||
<dependencySet>
|
<dependencySet>
|
||||||
<outputDirectory>lib</outputDirectory>
|
<outputDirectory>lib</outputDirectory>
|
||||||
|
<!--
|
||||||
<outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
|
<outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
|
||||||
|
-->
|
||||||
<unpack>false</unpack>
|
<unpack>false</unpack>
|
||||||
<includes>
|
<includes>
|
||||||
<include>org.apache.tuscany.sca:scatours-launcher-common</include>
|
<include>org.apache.tuscany.sca:scatours-launcher-common</include>
|
||||||
|
|
|
||||||
|
|
@ -29,17 +29,11 @@
|
||||||
<name>Apache Tuscany SCA Tours Common Utility for Launchers</name>
|
<name>Apache Tuscany SCA Tours Common Utility for Launchers</name>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.tuscany.sca</groupId>
|
<groupId>org.apache.tuscany.sca</groupId>
|
||||||
<artifactId>tuscany-node-api</artifactId>
|
<artifactId>tuscany-node-api</artifactId>
|
||||||
<version>${tuscany.version}</version>
|
<version>${tuscany.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
|
||||||
<finalName>${artifactId}</finalName>
|
|
||||||
</build>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue