diff options
Diffstat (limited to 'example/pom.xml')
-rw-r--r-- | example/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example/pom.xml b/example/pom.xml index 81dc972..19c3ebf 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -2,11 +2,13 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> + <!-- <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> + --> <groupId>org.onap.msb.java-sdk</groupId> <artifactId>msb-java-sdk-example</artifactId> |