Remove bad url
[clamp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index b295262..517ff34 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <modelVersion>4.0.0</modelVersion>
                <groupId>org.onap.clamp</groupId>
                <artifactId>clds</artifactId>
-               <version>4.0.0-SNAPSHOT</version>
+               <version>4.0.5-SNAPSHOT</version>
                <name>clamp</name>
 
+
                <parent>
                                <groupId>org.onap.oparent</groupId>
                                <artifactId>oparent</artifactId>
-                               <version>1.2.0</version>
+                               <version>2.0.0</version>
                </parent>
 
                <description>
@@ -64,8 +65,8 @@
                                <java.version>1.8</java.version>
 
                                <eelf.core.version>1.0.0</eelf.core.version>
-                               <camel.version>2.22.1</camel.version>
-                               <springboot.version>2.0.6.RELEASE</springboot.version>
+                               <camel.version>2.23.2</camel.version>
+                               <springboot.version>2.1.4.RELEASE</springboot.version>
 
                                <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
                                <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
@@ -88,7 +89,7 @@
                                <docker.skip.tag>true</docker.skip.tag>
                                <skip.staging.artifacts>false</skip.staging.artifacts>
                                <python.http.proxy.param/>
-                               <tomcat.version>8.5.34</tomcat.version>
+                               <tomcat.version>9.0.16</tomcat.version>
                </properties>
 
                <profiles>
 
                <repositories>
                                <repository>
-                                               <id>central</id>
-                                               <name>Maven 2 repository 2</name>
-                                               <url>http://repo2.maven.org/maven2/</url>
+                                       <id>onap-public</id>
+                                       <name>onap-public</name>
+                                       <url>https://nexus.onap.org/content/repositories/public/</url>
+                                       <releases>
+                                               <enabled>true</enabled>
+                                       </releases>
+                                       <snapshots>
+                                               <enabled>false</enabled>
+                                       </snapshots>
                                </repository>
                                <repository>
                                                <id>ecomp-releases</id>
                                                </releases>
                                </repository>
                                <repository>
-                                               <id>spring-repo</id>
-                                               <name>Spring repo</name>
-                                               <url>https://artifacts.alfresco.com/nexus/content/repositories/public/</url>
-                               </repository>
-                               <repository>
-                                               <id>repository.jboss.org-public</id>
-                                               <name>JBoss.org Maven repository</name>
-                                               <url>https://repository.jboss.org/nexus/content/groups/public</url>
+                                       <id>central</id>
+                                       <url>http://repo1.maven.org/maven2/</url>
                                </repository>
                </repositories>
+               <pluginRepositories>
+                       <pluginRepository>
+                               <id>onap-public</id>
+                               <name>onap-public</name>
+                               <url>https://nexus.onap.org/content/repositories/public/</url>
+                               <releases>
+                                       <enabled>true</enabled>
+                               </releases>
+                               <snapshots>
+                                       <enabled>false</enabled>
+                               </snapshots>
+                       </pluginRepository>
+                       <pluginRepository>
+                               <id>central</id>
+                               <url>http://repo1.maven.org/maven2/</url>
+                       </pluginRepository>
+               </pluginRepositories>
 
                <dependencyManagement>
                                <dependencies>
                                                <version>${tomcat.version}</version>
                                </dependency>
                                <!-- For CAMEL -->
+                               <dependency>
+                                       <groupId>org.apache.camel</groupId>
+                                       <artifactId>camel-http4-starter</artifactId>
+                               </dependency>
                                <dependency>
                                                <groupId>org.apache.camel</groupId>
                                                <artifactId>camel-spring-boot-starter</artifactId>
                                <dependency>
                                        <groupId>org.onap.aaf.authz</groupId>
                                        <artifactId>aaf-cadi-aaf</artifactId>
-                                       <version>2.1.1</version>
+                                       <version>2.1.10</version>
                                        <exclusions>
                                                <exclusion>
                                                        <groupId>javax.servlet</groupId>
                                <dependency>
                                                <groupId>com.googlecode.json-simple</groupId>
                                                <artifactId>json-simple</artifactId>
+                                               <version>1.1.1</version>
                                </dependency>
                                <dependency>
                                                <groupId>org.apache.commons</groupId>
                                <dependency>
                                                <groupId>com.google.guava</groupId>
                                                <artifactId>guava</artifactId>
+                                               <version>27.0-jre</version>
                                </dependency>
                                <!-- Remove the MYSQL connector and replace it by Mariadb -->
                                <dependency>
                                <dependency>
                                                <groupId>org.onap.sdc.sdc-tosca</groupId>
                                                <artifactId>sdc-tosca</artifactId>
-                                               <version>1.5.0</version>
+                                               <version>1.5.1</version>
                                </dependency>
                                <!-- TESTING -->
                                <dependency>
                                        <scope>test</scope>
                                </dependency>
                </dependencies>
-               <pluginRepositories>
-                               <pluginRepository>
-                                               <id>central-for-plugins</id>
-                                               <name>Maven 2 repository 2</name>
-                                               <url>http://repo2.maven.org/maven2/</url>
-                               </pluginRepository>
-                               <pluginRepository>
-                                               <snapshots>
-                                                               <enabled>false</enabled>
-                                               </snapshots>
-                                               <id>jcenter-releases-for-plugins</id>
-                                               <name>jcenter</name>
-                                               <url>http://jcenter.bintray.com</url>
-                               </pluginRepository>
-               </pluginRepositories>
+
                <build>
                                <finalName>clamp</finalName>
 
                                                        <groupId>de.jpdigital</groupId>
                                                        <artifactId>hibernate52-ddl-maven-plugin</artifactId>
                                                        <version>2.2.0</version>
+                                                       <dependencies>
+                                                               <dependency>
+                                                                       <groupId>javax.xml.bind</groupId>
+                                                                       <artifactId>jaxb-api</artifactId>
+                                                                       <version>2.3.0</version>
+                                                               </dependency>
+                                                       </dependencies>
                                                        <executions>
                                                                <execution>
                                                                        <phase>process-classes</phase>
                                                                        </configuration>
                                                                </execution>
                                                        </executions>
-                                       
+
                                                </plugin>
                                                <!-- Read the swagger.json file and the definition from SwaggerConfig.java;
                                                        generate a list of .adoc files containing the APIs info in more structured
                                                <plugin>
                                                                <groupId>org.asciidoctor</groupId>
                                                                <artifactId>asciidoctor-maven-plugin</artifactId>
-                                                               <version>1.5.6</version>
+                                                               <version>1.5.7.1</version>
                                                                <dependencies>
                                                                                <dependency>
                                                                                                <groupId>org.asciidoctor</groupId>
                                                                                                <artifactId>asciidoctorj-pdf</artifactId>
                                                                                                <version>1.5.0-alpha.10.1</version>
                                                                                </dependency>
-                                                                               <dependency>
-                                                                                               <groupId>org.jruby</groupId>
-                                                                                               <artifactId>jruby-complete</artifactId>
-                                                                                               <version>1.7.21</version>
-                                                                               </dependency>
                                                                </dependencies>
                                                                <configuration>
                                                                                <sourceDirectory>${project.basedir}/src/main/resources/asciidoc</sourceDirectory>
                                                                                </execution>
                                                                </executions>
                                                </plugin>
-                                               <plugin>
-                                                               <groupId>org.sonatype.plugins</groupId>
-                                                               <artifactId>nexus-staging-maven-plugin</artifactId>
-                                                               <version>1.6.7</version>
-                                                               <extensions>true</extensions>
-                                                               <configuration>
-                                                                               <nexusUrl>https://nexus.onap.org</nexusUrl>
-                                                                               <stagingProfileId>176c31dfe190a</stagingProfileId>
-                                                                               <serverId>ecomp-staging</serverId>
-                                                                               <skipNexusStagingDeployMojo>${skip.staging.artifacts}</skipNexusStagingDeployMojo>
-                                                               </configuration>
-                                               </plugin>
 
                                                <plugin>
                                                                <groupId>org.apache.maven.plugins</groupId>