Skip to content

Commit

Permalink
Add dependency activemq-broker
Browse files Browse the repository at this point in the history
  • Loading branch information
MalarsriA committed Oct 22, 2024
1 parent 1ccaf81 commit da6ec4c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions services/product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.backbase.buildingblocks</groupId>
<artifactId>bb-activemq-broker</artifactId>
<groupId> org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions services/review/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.backbase.buildingblocks</groupId>
<artifactId>bb-activemq-broker</artifactId>
<groupId> org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions services/store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.backbase.buildingblocks</groupId>
<artifactId>bb-activemq-broker</artifactId>
<groupId> org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit da6ec4c

Please sign in to comment.