Fixed build to use freely-available JARs
Updated the build to use freely-available JAR files for JMS 1.1 and EJB 2.1, as the original JAR files do not exist in Maven Central and are no longer in the Spring Release repository. Issue: SWS-644
This commit is contained in:
committed by
Arjen Poutsma
parent
99db37c210
commit
c7311f4baf
@@ -45,8 +45,8 @@
|
||||
</build>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>javax.jms</groupId>
|
||||
<artifactId>jms</artifactId>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-jms_1.1_spec</artifactId>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
@@ -195,8 +195,8 @@
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.jms</groupId>
|
||||
<artifactId>jms</artifactId>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-jms_1.1_spec</artifactId>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<!-- O/R Mapping dependencies -->
|
||||
|
||||
Reference in New Issue
Block a user