Skip to content

Commit 90dc057

Browse files
committed
Fix artemis-stomp-protocol dependency coordinates
1 parent ec3c5cf commit 90dc057

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ project('spring-integration-stomp') {
807807
testImplementation project(':spring-integration-websocket')
808808
testImplementation project(':spring-integration-websocket').sourceSets.test.output
809809
testImplementation project(':spring-integration-event')
810-
testImplementation 'org.apache.activemq:artemis-stomp-protocol'
810+
testImplementation 'org.apache.artemis:artemis-stomp-protocol'
811811
testImplementation libs.apache.tomcat.embed.websocket
812812
testImplementation 'tools.jackson.core:jackson-databind'
813813

0 commit comments

Comments
 (0)