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>
|
||||
<version>${pom.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-jms_1.1_spec</artifactId>
|
||||
<version>1.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
|
|||
|
|
@ -48,7 +48,9 @@
|
|||
|
||||
<dependencySet>
|
||||
<outputDirectory>lib</outputDirectory>
|
||||
<!--
|
||||
<outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
|
||||
-->
|
||||
<unpack>false</unpack>
|
||||
<includes>
|
||||
<include>org.apache.tuscany.sca:scatours-launcher-common</include>
|
||||
|
|
|
|||
|
|
@ -29,17 +29,11 @@
|
|||
<name>Apache Tuscany SCA Tours Common Utility for Launchers</name>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.tuscany.sca</groupId>
|
||||
<artifactId>tuscany-node-api</artifactId>
|
||||
<version>${tuscany.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<finalName>${artifactId}</finalName>
|
||||
</build>
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue