aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorHuabingZhao <zhao.huabing@zte.com.cn>2017-08-17 22:51:57 +0800
committerHuabingZhao <zhao.huabing@zte.com.cn>2017-08-17 22:52:14 +0800
commit33c5e66c67d9eb72f1bf1cef974a538005b8a7ff (patch)
tree26d86520ca87ef63f9a9f131107b728fa5d118ad /pom.xml
parent798ccdc010e4628f6638602a4426444a68c0c52a (diff)
Example code for MSB SDK
Issue-Id: MSB-23 Change-Id: I6ed1f5aa4ed254e23a332c5f67130e1d30016abf Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 1 insertions, 15 deletions
diff --git a/pom.xml b/pom.xml
index 4e12675..74a075f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
- <groupId>org.onap.msb.java.sdk</groupId>
+ <groupId>org.onap.msb.sdk</groupId>
<artifactId>msb-java-sdk</artifactId>
<name>msb-java-sdk</name>
<version>1.0.0-SNAPSHOT</version>
@@ -40,7 +40,6 @@
<version>2.6</version>
</dependency>
-
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-metrics</artifactId>
@@ -144,19 +143,6 @@
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
</plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-sources</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
</project>