diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2022-11-10 20:45:04 +0000 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2022-11-11 14:18:51 +0000 |
commit | fa2e088e613c35fbfd4a19ac0e0cb88ce9ef7448 (patch) | |
tree | ba9a44b4774ebf2c1faa40f4e51500142b03cda2 /aai-schema-gen/pom.xml | |
parent | f8c058b2be718ab825f88e10e43ed59d5ca75de2 (diff) |
Update aai-schema-ingest dependency in the schema-service
- SchemaVersions object is being renamed to SchemaConfigVersions in aai-schema-ingest > 1.4.0
- add logback config to set log level to INFO, since a test run would otherwise generate 6GB worth of logs (when piped into a file)
Issue-ID: AAI-3592
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I7e0a6f4577d2254d8f58956f4ad3ea39bd74dc8d
Diffstat (limited to 'aai-schema-gen/pom.xml')
-rw-r--r-- | aai-schema-gen/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/aai-schema-gen/pom.xml b/aai-schema-gen/pom.xml index 3030346..31da141 100644 --- a/aai-schema-gen/pom.xml +++ b/aai-schema-gen/pom.xml @@ -21,8 +21,8 @@ --> <project - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" - xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" + xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.aai.schema-service</groupId> @@ -34,7 +34,7 @@ <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <!-- Start of Default ONAP Schema Properties --> - <aai.wiki.link>https://wiki.onap.org/</aai.wiki.link> + <aai.wiki.link>https://wiki.onap.org/</aai.wiki.link> <gendoc.version>v19</gendoc.version> <aai.release>onap</aai.release> <schema.uri.base.path>/aai</schema.uri.base.path> @@ -660,7 +660,7 @@ <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema-ingest</artifactId> - <version>1.4.0</version> + <version>1.9.3</version> <scope>compile</scope> <exclusions> <exclusion> @@ -765,4 +765,4 @@ </pluginRepository> </pluginRepositories> <!-- End of ONAP Specific Repositories --> -</project> +</project>
\ No newline at end of file |