Skip to content

Commit

Permalink
activemq version
Browse files Browse the repository at this point in the history
  • Loading branch information
javahongxi committed Feb 12, 2019
1 parent 318f9ef commit 173a028
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 0 additions & 9 deletions whatsmars-mq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
<module>whatsmars-otter-mq</module>
</modules>

<properties>
<activemq.version>5.14.5</activemq.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
Expand All @@ -49,11 +45,6 @@
<artifactId>rocketmq-tools</artifactId>
<version>${rocketmq.version}</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-all</artifactId>
<version>${activemq.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
1 change: 1 addition & 0 deletions whatsmars-mq/whatsmars-mq-activemq-broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-all</artifactId>
<version>${activemq.version}</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 173a028

Please sign in to comment.