Skip to content

Commit 853e8e9

Browse files
author
Petr Matousek
committed
Fix cli-activemq test failure by adding missing artemis-server test dependency
The AocMainTest extends AbstractMainTest which uses Artemis classes (AddressControl) causing ClassNotFoundException during test discovery. Added artemis-server dependency with test scope to resolve the issue.
1 parent db637e9 commit 853e8e9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

cli-activemq/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@
7171
<artifactId>truth</artifactId>
7272
<scope>test</scope>
7373
</dependency>
74+
<dependency>
75+
<groupId>org.apache.activemq</groupId>
76+
<artifactId>artemis-server</artifactId>
77+
<scope>test</scope>
78+
</dependency>
7479
</dependencies>
7580

7681
<build>

0 commit comments

Comments
 (0)