diff options
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r-- | aai-core/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 4ce7f76d..41772b96 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -204,10 +204,10 @@ limitations under the License. <version>2.7.14</version> </dependency> <dependency> - <groupId>org.springframework.kafka</groupId> - <artifactId>spring-kafka-test</artifactId> - <scope>test</scope> - </dependency> + <groupId>org.springframework.kafka</groupId> + <artifactId>spring-kafka-test</artifactId> + <scope>test</scope> + </dependency> <dependency> <groupId>com.googlecode.json-simple</groupId> <artifactId>json-simple</artifactId> |