Skip to content

Commit

Permalink
ARTEMIS-4656: remove unused artemis-spring-integration module dep, ad…
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmellr committed Feb 27, 2024
1 parent 1bdab8a commit 328ca27
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions examples/features/standard/spring-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ under the License.
<dependencies>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-spring-integration</artifactId>
<version>${project.version}</version>
<artifactId>artemis-jms-client</artifactId>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-server</artifactId>
</dependency>
<dependency>
<groupId>jakarta.jms</groupId>
Expand Down

0 comments on commit 328ca27

Please sign in to comment.