Skip to content

Commit

Permalink
Merge pull request #197 from SolaceProducts/moodiRealist/DATAGO-78316…
Browse files Browse the repository at this point in the history
…-partition-queue

[DATAGO-78316] Upversion solace-messaging-client to a version that supports partitioned queues
  • Loading branch information
moodiRealist authored Aug 14, 2024
2 parents 7b0b78d + eb2d1cb commit 93dc032
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion service/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,12 @@
<dependency>
<groupId>com.solace</groupId>
<artifactId>solace-messaging-client</artifactId>
<version>1.0.0</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>com.solacesystems</groupId>
Expand Down
7 changes: 6 additions & 1 deletion service/solace-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<solace-messaging-client.version>1.0.0</solace-messaging-client.version>
<solace-messaging-client.version>1.4.0</solace-messaging-client.version>
<solclientj.version>10.0.0</solclientj.version>
<spring-boot.version>3.2.7</spring-boot.version>
<jupiter.version>5.10.2</jupiter.version>
Expand Down Expand Up @@ -40,6 +40,11 @@
<artifactId>solace-messaging-client</artifactId>
<version>${solace-messaging-client.version}</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>com.solacesystems</groupId>
<artifactId>solclientj</artifactId>
Expand Down

0 comments on commit 93dc032

Please sign in to comment.