diff options
Diffstat (limited to 'aai-resources/pom.xml')
-rw-r--r-- | aai-resources/pom.xml | 34 |
1 files changed, 21 insertions, 13 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index c3ae79f..9acdd3c 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -35,12 +35,12 @@ <java.version>1.8</java.version> <start-class>org.onap.aai.ResourcesApp</start-class> - <aai.schema.version>1.3.0</aai.schema.version> - <aai.core.version>1.3.0</aai.core.version> - <aai.schema.ingest.version>1.3.0</aai.schema.ingest.version> + <aai.schema.version>1.4.1-SNAPSHOT</aai.schema.version> + <aai.core.version>1.4.1-SNAPSHOT</aai.core.version> + <aai.schema.ingest.version>1.4.1-SNAPSHOT</aai.schema.ingest.version> <hbase.version>1.0.2</hbase.version> - <spring.boot.version>1.5.15.RELEASE</spring.boot.version> + <spring.boot.version>1.5.18.RELEASE</spring.boot.version> <!-- Start of the jacoco plugin properties --> <sonar.language>java</sonar.language> @@ -94,11 +94,11 @@ <dmaap.client.version>0.2.12</dmaap.client.version> <httpcore.version>4.4</httpcore.version> <json.path.version>2.2.0</json.path.version> - <activemq.version>5.15.6</activemq.version> + <activemq.version>5.15.8</activemq.version> <httpclient.version>4.5.3</httpclient.version> - <spring.jms.version>4.3.2.RELEASE</spring.jms.version> + <spring.jms.version>4.3.21.RELEASE</spring.jms.version> <spotify.docker.version>0.4.11</spotify.docker.version> - <spring.security.version>1.0.3.RELEASE</spring.security.version> + <spring.security.version>1.0.8.RELEASE</spring.security.version> <dme2.version>2.8.5</dme2.version> <async.retry.version>0.0.7</async.retry.version> @@ -127,10 +127,10 @@ <license.goal.type>check</license.goal.type> <jacoco.line.coverage.limit>0.68</jacoco.line.coverage.limit> - <spring.web.version>4.3.18.RELEASE</spring.web.version> + <spring.web.version>4.3.21.RELEASE</spring.web.version> <netty.handler.version>4.1.9.Final</netty.handler.version> <netty.version>4.0.56.Final</netty.version> - <spring.test.version>4.3.6.RELEASE</spring.test.version> + <spring.test.version>4.3.21.RELEASE</spring.test.version> <!-- This will be used for the docker images as the default format of maven build has issues --> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> @@ -141,14 +141,17 @@ <schema.configuration.location>N/A</schema.configuration.location> <schema.nodes.location>${project.basedir}/src/main/resources/schema/${schema.source.name}/oxm</schema.nodes.location> <schema.edges.location>${project.basedir}/src/main/resources/schema/${schema.source.name}/dbedgerules</schema.edges.location> - <schema.version.depth.start>v9</schema.version.depth.start> + <schema.version.depth.start>v10</schema.version.depth.start> <schema.version.related.link.start>v10</schema.version.related.link.start> <schema.version.app.root.start>v11</schema.version.app.root.start> <schema.version.namespace.change.start>v12</schema.version.namespace.change.start> <schema.version.edge.label.start>v12</schema.version.edge.label.start> - <schema.version.api.default>v14</schema.version.api.default> - <schema.version.list>v8,v9,v10,v11,v12,v13,v14</schema.version.list> + <schema.version.api.default>v15</schema.version.api.default> + <schema.version.list>v10,v11,v12,v13,v14,v15</schema.version.list> <schema.uri.base.path>/aai</schema.uri.base.path> + <!-- <schema.translator.list>config</schema.translator.list> --> + <schema.ingest.file>${project.basedir}/src/main/resources/application.properties</schema.ingest.file> + <!-- End of Default ONAP Schema Properties --> <!-- Setting some default value to not complain by editor but it will be overridden by gmaven plugin --> @@ -228,7 +231,8 @@ <properties> <schema.source.name>onap</schema.source.name> <schema.version.namespace.change.start>v12</schema.version.namespace.change.start> - <schema.version.list>v8,v9,v10,v11,v12,v13,v14</schema.version.list> + <schema.version.list>v10,v11,v12,v13,v14,v15</schema.version.list> + <schema.ingest.file>${project.basedir}/src/main/resources/application.properties</schema.ingest.file> </properties> </profile> <!-- End of ONAP Profile --> @@ -308,6 +312,10 @@ <key>schema.uri.base.path</key> <value>${schema.uri.base.path}</value> </property> + <property> + <key>schema.ingest.file</key> + <value>${schema.ingest.file}</value> + </property> </systemProperties> <executable>java</executable> </configuration> |