Fixing issues found by nexus scan
[aai/sparky-be.git] / sparkybe-onap-application / pom.xml
index 622ac67..983ea59 100644 (file)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-starter-parent</artifactId>
-               <version>1.5.12.RELEASE</version>
+               <version>1.5.15.RELEASE</version>
        </parent>
 
        <groupId>org.onap.aai.sparky-be</groupId>
                <serverPort>9517</serverPort>
                <sslport>8000</sslport>
                <nexusproxy>https://nexus.onap.org</nexusproxy>
-               <camel-spring-boot.version>2.20.0</camel-spring-boot.version>
+               <camel-spring-boot.version>2.22.0</camel-spring-boot.version>
                <config-home>${basedir}/</config-home>
                <docker.location>${basedir}/target</docker.location>
                <docker.image.name>sparky-be</docker.image.name>
-               <version.aai-schema>1.2.4</version.aai-schema>
+               <version.aai-schema>1.3.0-SNAPSHOT</version.aai-schema>
         <sitePath>/content/sites/site/org/onap/aai/sparky-be/${project.artifactId}/${project.version}</sitePath>
                <nexusproxy>https://nexus.onap.org</nexusproxy>
+    <shemaUnpackVersion>onap</shemaUnpackVersion>
        </properties>
 
        <dependencyManagement>
@@ -46,7 +47,7 @@
                        <dependency>
                                <groupId>ch.qos.logback</groupId>
                                <artifactId>logback-classic</artifactId>
-                               <version>1.2.1</version>
+                               <version>1.2.3</version>
                        </dependency>
 
  
                <dependency>
                        <groupId>org.onap.aai.aai-common</groupId>
                        <artifactId>aai-schema</artifactId>
-                       <version>1.3.0-SNAPSHOT</version>
+                       <version>${version.aai-schema}</version>
                </dependency>
 
                <dependency>
                                <groupId>com.spotify</groupId>
                                <artifactId>docker-maven-plugin</artifactId>
                                <version>0.4.11</version>
-                               <dependencies>
-                                       <dependency>
-                                               <groupId>com.github.jnr</groupId>
-                                               <artifactId>jnr-unixsocket</artifactId>
-                                               <version>0.13</version>
-                                       </dependency>
-                               </dependencies>
                                <configuration>
                                        <verbose>true</verbose>
                                        <serverId>docker-hub</serverId>
                                <include>src/main/java/**</include> </includes> </configuration> <executions>
                                <execution> <goals> <goal>format</goal> </goals> <phase>process-sources</phase>
                                </execution> </executions> </plugin> -->
-                               
-              <plugin>
+
+       <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-dependency-plugin</artifactId>
                                <executions>
                                                                        <artifactId>aai-schema</artifactId>
                                                                        <version>${version.aai-schema}</version>
                                                                        <type>jar</type>
-                                                                       <includes>oxm/</includes>
-                                                                       <outputDirectory>${project.build.directory}/</outputDirectory>
+                                                                       <includes>/${shemaUnpackVersion}/oxm/</includes>
+                                                                       <outputDirectory>${project.build.directory}/oxm</outputDirectory>
                                                                </artifactItem>
                                                        </artifactItems>
                                                </configuration>
                                        </execution>
                                </executions>
-                       </plugin>                               
-                               
+                       </plugin>
+
                </plugins>
        </build>