Skip to content

Commit

Permalink
Use Artemis version that is compatible with Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Nov 4, 2023
1 parent 89293d9 commit 1b7d7bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion camel-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<description>Camel Dependencies POM</description>
<properties>
<abdera-version>1.1.3</abdera-version>
<activemq-artemis-version>2.31.2</activemq-artemis-version>
<activemq-artemis-version>2.19.0</activemq-artemis-version>
<activemq-version>5.16.7</activemq-version>
<ahc-version>2.12.3</ahc-version>
<apache-any23-version>2.4</apache-any23-version>
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<abdera-version>1.1.3</abdera-version>
<!-- Note that activemq dependency is only used for testing! -->
<activemq-version>5.16.7</activemq-version>
<activemq-artemis-version>2.31.2</activemq-artemis-version>
<activemq-artemis-version>2.19.0</activemq-artemis-version>
<ahc-version>2.12.3</ahc-version>
<apacheds-version>2.0.0.AM26</apacheds-version>
<apache-any23-version>2.4</apache-any23-version>
Expand Down

0 comments on commit 1b7d7bb

Please sign in to comment.