DBZ-2092 Dependency fix

This commit is contained in:
Gunnar Morling 2020-05-29 18:23:17 +02:00
parent 08932741b4
commit 444df78139
2 changed files with 8 additions and 1 deletions

View File

@ -15,6 +15,13 @@
<assembly.descriptor>server-distribution</assembly.descriptor>
</properties>
<dependencies>
<dependency>
<groupId>io.debezium</groupId>
<artifactId>debezium-server-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>

View File

@ -8,7 +8,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>debezium-server</artifactId>
<name>Debezium Standalone Quarkus Server</name>
<name>Debezium Server Parent</name>
<packaging>pom</packaging>
<properties>