Introduce new entities
[clamp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 355c447..920aa87 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
                <modelVersion>4.0.0</modelVersion>
                <groupId>org.onap.clamp</groupId>
                <artifactId>clds</artifactId>
-               <version>3.0.3-SNAPSHOT</version>
+               <version>4.0.0-SNAPSHOT</version>
                <name>clamp</name>
 
                <parent>
@@ -66,7 +66,7 @@
                                <eelf.core.version>1.0.0</eelf.core.version>
                                <camel.version>2.22.1</camel.version>
                                <springboot.version>2.0.6.RELEASE</springboot.version>
-                               
+
                                <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
                                <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
                                <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath>
@@ -75,7 +75,7 @@
                                <sonar.projectVersion>${project.version}</sonar.projectVersion>
                                <!-- Enable language to disable javascript analysis -->
                                <sonar.language>java</sonar.language>
-                               <!-- Parameters for Javascript coverage 
+                               <!-- Parameters for Javascript coverage
                                        <sonar.sources>src/main,${project.build.directory}/clamp-ui/designer</sonar.sources>
                                        <sonar.javascript.lcov.reportPaths>${project.build.directory}/clamp-ui/coverage/lcov.info</sonar.javascript.lcov.reportPaths>
                                 -->
                                                <artifactId>camel-servlet-starter</artifactId>
                                </dependency>
                                <dependency>
-                                       <groupId>org.apache.camel</groupId> 
-                                       <artifactId>camel-jackson-starter</artifactId>
+                                               <groupId>org.apache.camel</groupId>
+                                               <artifactId>camel-gson-starter</artifactId>
                                </dependency>
                                <dependency>
                                        <groupId>org.apache.camel</groupId>
                                                        <groupId>org.slf4j</groupId>
                                                        <artifactId>slf4j-ext</artifactId>
                                                </exclusion>
+                                               <exclusion>
+                                                       <groupId>com.fasterxml.jackson.core</groupId>
+                                                       <artifactId>jackson-databind</artifactId>
+                                               </exclusion>
                                        </exclusions>
                                </dependency>
                                <dependency>
                                <dependency>
                                                <groupId>org.springframework.boot</groupId>
                                                <artifactId>spring-boot-starter-web</artifactId>
+                                               <exclusions>
+                                                       <exclusion>
+                                                               <groupId>org.springframework.boot</groupId>
+                                                               <artifactId>spring-boot-starter-json</artifactId>
+                                                               </exclusion>
+                                               </exclusions>
                                </dependency>
                                <dependency>
                                                <groupId>org.springframework.boot</groupId>
                                                                </exclusion>
                                                </exclusions>
                                </dependency>
+                               <dependency>
+                                       <groupId>org.springframework.boot</groupId>
+                                       <artifactId>spring-boot-starter-data-jpa</artifactId>
+                               </dependency>
+                               <dependency>
+                                       <groupId>com.vladmihalcea</groupId>
+                                       <artifactId>hibernate-types-52</artifactId>
+                                       <version>2.4.1</version>
+                               </dependency>
                                <!-- Others dependencies -->
                                <dependency>
                                        <groupId>org.onap.aaf.authz</groupId>
                                                                                <groupId>org.onap.policy.common</groupId>
                                                                                <artifactId>integrity-audit</artifactId>
                                                                </exclusion>
+                                                               <exclusion>
+                                                                       <groupId>com.fasterxml.jackson.core</groupId>
+                                                                       <artifactId>jackson-databind</artifactId>
+                                                               </exclusion>
                                                                <exclusion>
                                                                                <groupId>org.onap.aaf.cadi</groupId>
                                                                                <artifactId>cadi-aaf</artifactId>
                                <dependency>
                                                <groupId>org.onap.sdc.sdc-tosca</groupId>
                                                <artifactId>sdc-tosca</artifactId>
-                                               <version>1.4.1</version>
+                                               <version>1.5.0</version>
                                </dependency>
                                <!-- TESTING -->
                                <dependency>
                                                </testResource>
                                </testResources>
                                <resources>
-                                               <!--  For AAF folder maven should not try to filter Keystores/Truststores ... 
+                                               <!--  For AAF folder maven should not try to filter Keystores/Truststores ...
                                                          Otherwise they will be broken and unreadable
                                                -->
                                                <resource>
 
                                <plugins>
                                                <plugin>
-                                                       <groupId>org.sonatype.plugins</groupId>
-                                                       <artifactId>port-allocator-maven-plugin</artifactId>
-                                                       <version>1.2</version>
+                                                       <groupId>de.jpdigital</groupId>
+                                                       <artifactId>hibernate52-ddl-maven-plugin</artifactId>
+                                                       <version>2.2.0</version>
                                                        <executions>
                                                                <execution>
-                                                                       <phase>validate</phase>
+                                                                       <phase>process-classes</phase>
                                                                        <goals>
-                                                                               <goal>allocate-ports</goal>
+                                                                               <goal>gen-ddl</goal>
                                                                        </goals>
                                                                        <configuration>
-                                                                               <ports>
-                                                                                       <port>
-                                                                                               <name>docker.mariadb.port.host</name>
-                                                                                       </port>
-                                                                                       <port>
-                                                                                               <name>docker.http-cache.port.host</name>
-                                                                                       </port>
-                                                                                       <port>
-                                                                                               <name>clamp.it.tests.https</name>
-                                                                                       </port>
-                                                                                       <port>
-                                                                                               <name>clamp.it.tests.http</name>
-                                                                                       </port>
-                                                                               </ports>
+                                                                               <packages><param>org.onap.clamp.dao.model</param></packages>
+                                                                               <dialects><param>MARIADB53</param></dialects>
+                                                                               <outputDirectory>${project.basedir}/extra/sql/bulkload/</outputDirectory>
+                                                                               <outputFileNameSuffix>create-tables</outputFileNameSuffix>
+                                                                               <!-- <createDropStatements>true</createDropStatements> -->
+                                                                               <omitDialectFromFileName>true</omitDialectFromFileName>
                                                                        </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 
+                                               <!-- Read the swagger.json file and the definition from SwaggerConfig.java;
+                                                       generate a list of .adoc files containing the APIs info in more structured
                                                        way -->
                                                <plugin>
                                                                <groupId>io.github.swagger2markup</groupId>
                                                                </executions>
                                                </plugin>
 
-                                               <!-- Run the generated asciidoc through Asciidoctor to generate other 
+                                               <!-- Run the generated asciidoc through Asciidoctor to generate other
                                                                documentation types, such as PDFs or HTML5 -->
                                                <plugin>
                                                                <groupId>org.asciidoctor</groupId>
                                                                                                                </artifacts>
                                                                                                </configuration>
                                                                                </execution>
+                                                                               <execution>
+                                                                                       <id>reserve-port-for-tests</id>
+                                                                                       <phase>process-resources</phase>
+                                                                                       <goals>
+                                                                                               <goal>reserve-network-port</goal>
+                                                                                       </goals>
+                                                                                       <configuration>
+                                                                                               <portNames>
+                                                                                                       <portName>docker.mariadb.port.host</portName>
+                                                                                                       <portName>docker.http-cache.port.host</portName>
+                                                                                                       <portName>clamp.it.tests.http-redirected</portName>
+                                                                                                       <portName>clamp.it.tests.https</portName>
+                                                                                                       <portName>clamp.it.tests.http</portName>
+                                                                                               </portNames>
+                                                                                       </configuration>
+                                                                               </execution>
                                                                </executions>
                                                </plugin>
 
                                                                                <apiVersion>1.35</apiVersion>
                                                                                <images>
                                                                                                <image>
-                                                                                                               <name>library/mariadb:10.1.11</name>
+                                                                                                               <name>library/mariadb:10.3.12</name>
                                                                                                                <alias>mariadb</alias>
                                                                                                                <run>
                                                                                                                                <env>
                                                                                                                                                <tag>${project.docker.latesttagtimestamp.version}</tag>
                                                                                                                                                <tag>${project.docker.latesttag.version}</tag>
                                                                                                                                </tags>
-                                                                                                                               <!-- A relative path is looked up in ${project.basedir}/src/main/docker 
+                                                                                                                               <!-- A relative path is looked up in ${project.basedir}/src/main/docker
                                                                                                                                                by default -->
                                                                                                                                <dockerFile>Dockerfile</dockerFile>
                                                                                                                                <assembly>