diff options
Diffstat (limited to 'sampleClient')
-rw-r--r-- | sampleClient/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sampleClient/pom.xml b/sampleClient/pom.xml index d51df67..6069846 100644 --- a/sampleClient/pom.xml +++ b/sampleClient/pom.xml @@ -5,7 +5,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.dmaap.kafka</groupId> + <groupId>org.onap.dmaap.kafka11aaf</groupId> <artifactId>parent</artifactId> <version>${revision}</version> <relativePath>../pom.xml</relativePath> @@ -20,7 +20,7 @@ <dependencies> <dependency> - <groupId>org.onap.dmaap.kafka</groupId> + <groupId>org.onap.dmaap.kafka11aaf</groupId> <artifactId>onap-kafka-client</artifactId> <version>0.0.1-SNAPSHOT</version> <exclusions> |