Skip to content

Commit 234fa7d

Browse files
lavocattgemmellr
authored andcommitted
ARTEMIS-6145 Remove unused activemq-stomp dependency
The activemq-stomp artifact is declared as a dependency in activemq5-unit-tests but no code in the module imports or uses any class from it. Removing it to keep the dependency tree clean.
1 parent cf68ad2 commit 234fa7d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/activemq5-unit-tests/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@
8585
<version>${activemq5-version}</version>
8686
</dependency>
8787

88-
<dependency>
89-
<groupId>org.apache.activemq</groupId>
90-
<artifactId>activemq-stomp</artifactId>
91-
<version>${activemq5-version}</version>
92-
</dependency>
93-
9488
<dependency>
9589
<groupId>junit</groupId>
9690
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)