updates to deployment
changes for deployment stage
resynchronize seed code
add missing getopt dependency
Change-Id: I2ec2655edcb93bdf5693565fe2ed59af7eedf16f
Signed-off-by: Tony Hansen <tony@att.com>
Issue: CCSDK-18
Signed-off-by: Tony Hansen <tony@att.com>
diff --git a/pom.xml b/pom.xml
index eab1fc0..b812cac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,11 +11,18 @@
<artifactId>plugins</artifactId>
<version>1.0.0</version>
</parent -->
- <groupId>org.onap.ccsdk.storage-pgaas</groupId>
+ <groupId>org.onap.ccsdk.storage.pgaas</groupId>
<artifactId>pgaas</artifactId>
<name>ccsdk-storage-pgaas</name>
<version>1.0.0-SNAPSHOT</version>
<url>http://maven.apache.org</url>
+ <dependencies>
+ <dependency>
+ <groupId>gnu.getopt</groupId>
+ <artifactId>java-getopt</artifactId>
+ <version>1.0.13</version>
+ </dependency>
+ </dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.sources>.</sonar.sources>