Skip to content

Commit 1bebc0f

Browse files
committed
Merge remote-tracking branch 'origin/ssdk-18.0.1-update' into ssdk-18.0.1-update
2 parents 3a4f3b9 + 54e41c5 commit 1bebc0f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

services/product/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<scope>test</scope>
114114
</dependency>
115115
<dependency>
116-
<groupId> org.apache.activemq</groupId>
116+
<groupId>org.apache.activemq</groupId>
117117
<artifactId>activemq-broker</artifactId>
118118
<scope>test</scope>
119119
</dependency>

services/review/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<scope>test</scope>
9292
</dependency>
9393
<dependency>
94-
<groupId> org.apache.activemq</groupId>
94+
<groupId>org.apache.activemq</groupId>
9595
<artifactId>activemq-broker</artifactId>
9696
<scope>test</scope>
9797
</dependency>

services/store/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<scope>test</scope>
9898
</dependency>
9999
<dependency>
100-
<groupId> org.apache.activemq</groupId>
100+
<groupId>org.apache.activemq</groupId>
101101
<artifactId>activemq-broker</artifactId>
102102
<scope>test</scope>
103103
</dependency>

0 commit comments

Comments
 (0)