Skip to content

Commit

Permalink
update poms
Browse files Browse the repository at this point in the history
  • Loading branch information
tvd12 committed Jul 22, 2022
1 parent 6ecda8e commit 6bf9384
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
4 changes: 0 additions & 4 deletions ezymq-activemq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
<name>ezymq-activemq</name>
<url>http://maven.apache.org</url>

<properties>
<activemq.version>5.16.5</activemq.version>
</properties>

<dependencies>
<dependency>
<groupId>com.tvd12</groupId>
Expand Down
4 changes: 0 additions & 4 deletions ezymq-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
<name>ezymq-kafka</name>
<url>http://maven.apache.org</url>

<properties>
<kafka.version>2.8.1</kafka.version>
</properties>

<dependencies>
<dependency>
<groupId>com.tvd12</groupId>
Expand Down
4 changes: 0 additions & 4 deletions ezymq-rabbitmq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
<name>ezymq-rabbitmq</name>
<url>http://maven.apache.org</url>

<properties>
<rabbitmq.version>5.14.2</rabbitmq.version>
</properties>

<dependencies>
<dependency>
<groupId>com.tvd12</groupId>
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
</developers>
<properties>
<ezy.version>1.2.4</ezy.version>
<activemq.version>5.16.5</activemq.version>
<kafka.version>2.8.1</kafka.version>
<rabbitmq.version>5.14.2</rabbitmq.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 6bf9384

Please sign in to comment.