Bump vid version to 3.0.0
[vid.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 8e4ffd9..f16ca60 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
        <modelVersion>4.0.0</modelVersion>\r
-       <groupId>org.openecomp.vid</groupId>\r
+       <groupId>org.onap.vid</groupId>\r
        <artifactId>vid-parent</artifactId>\r
        <packaging>pom</packaging>\r
        <name>vid</name>\r
                        </activation>\r
                        <modules>\r
                                <module>vid-app-common</module>\r
+                               <module>vid-webpack-master</module>\r
                                <module>epsdk-app-onap</module>\r
+                               <!--module>vid-automation</module-->\r
+                               <!--module>vid-ext-services-simulator</module-->\r
                        </modules>\r
 \r
                        <repositories>\r
        <properties>\r
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\r
                <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>\r
-               <build.version>1.2.1-SNAPSHOT</build.version>\r
+               <build.version>3.0.0-SNAPSHOT</build.version>\r
                <nexusproxy>https://nexus.onap.org</nexusproxy>\r
                <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>\r
                <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>\r
                <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>\r
-               <sitePath>/content/sites/site/org/openecomp/vid/${project.version}</sitePath>\r
+               <sitePath>/content/sites/site/org/onap/vid/${project.version}</sitePath>\r
        </properties>\r
 \r
        <build>\r
                        <version>4.11</version>\r
                        <scope>test</scope>\r
                </dependency>\r
+               \r
+               <!--Overide versions for latest security fixes-->\r
+               <dependency>\r
+                       <groupId>ch.qos.logback</groupId>\r
+                       <artifactId>logback-core</artifactId>\r
+                       <version>1.2.3</version>\r
+               </dependency>\r
+               <dependency>\r
+                       <groupId>ch.qos.logback</groupId>\r
+                       <artifactId>logback-classic</artifactId>\r
+                       <version>1.2.3</version>\r
+               </dependency>\r
+               <dependency>\r
+                       <groupId>commons-collections</groupId>\r
+                       <artifactId>commons-collections</artifactId>\r
+                       <version>3.2.2</version>\r
+               </dependency>\r
+               <dependency>\r
+                       <groupId>org.apache.poi</groupId>\r
+                       <artifactId>poi</artifactId>\r
+                       <version>3.17</version>\r
+               </dependency>\r
+               <dependency>\r
+                       <groupId>org.apache.httpcomponents</groupId>\r
+                       <artifactId>httpclient</artifactId>\r
+                       <version>4.5.3</version>\r
+               </dependency>\r
        </dependencies>\r
-       <version>1.2.0-SNAPSHOT</version>\r
+       <version>3.0.0-SNAPSHOT</version>\r
 </project>\r