Skip to content

Commit

Permalink
Replace activemq-all jar with only required libraries #425
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Jan 9, 2017
1 parent 4460cd1 commit 33cd30f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,11 @@
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-all</artifactId>
<artifactId>activemq-client</artifactId>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-pool</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-pool2 -->
<dependency>
Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,12 @@
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-all</artifactId>
<artifactId>activemq-client</artifactId>
<version>5.13.3</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-pool</artifactId>
<version>5.13.3</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-pool2 -->
Expand Down

0 comments on commit 33cd30f

Please sign in to comment.