Add multi-oxm support to sparky-be
[aai/sparky-be.git] / sparkybe-onap-service / pom.xml
index 73eab22..370f9f0 100644 (file)
                <nexusproxy>https://nexus.onap.org</nexusproxy>
                <camel-spring-boot.version>2.20.0</camel-spring-boot.version>
                <config-home>${basedir}/</config-home>
+               <version.aai.aai-schema-ingest>1.2.4</version.aai.aai-schema-ingest>
+               <version.aai-schema>1.3.0-SNAPSHOT</version.aai-schema>
                <sitePath>/content/sites/site/org/onap/aai/sparky-be/${project.artifactId}/${project.version}</sitePath>
                <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
        </properties>
 
+
+
+
        <dependencyManagement>
                <dependencies>
 
                                <scope>import</scope>
                        </dependency>
 
-               <dependency>
-                       <groupId>ch.qos.logback</groupId>
-                       <artifactId>logback-classic</artifactId>
-                       <version>1.2.1</version>
-               </dependency>
-
 
                </dependencies>
        </dependencyManagement>
@@ -98,6 +97,10 @@ some of the depedencies should probably have a scope of provided so they don't a
                                <groupId>ch.qos.logback</groupId>
                                <artifactId>logback-classic</artifactId>
                                </exclusion>
+                               <exclusion>
+                               <groupId>org.slf4j</groupId>
+                               <artifactId>log4j-over-slf4j</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
 
@@ -213,13 +216,25 @@ some of the depedencies should probably have a scope of provided so they don't a
                <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>org.onap.aai.aai-common</groupId>
+                   <artifactId>aai-schema-ingest</artifactId>
+                   <version>${version.aai.aai-schema-ingest}</version>
+                   <exclusions>
+                               <exclusion>
+                               <groupId>org.slf4j</groupId>
+                               <artifactId>slf4j-log4j12</artifactId>
+                               </exclusion>
+                   </exclusions>
+           </dependency>
+                               
                <dependency>
                        <groupId>org.onap.aai</groupId>
                        <artifactId>rest-client</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.3.0-SNAPSHOT</version>
                </dependency>
 
                <!-- https://mvnrepository.com/artifact/org.restlet.jee/org.restlet.ext.servlet -->
@@ -312,6 +327,12 @@ some of the depedencies should probably have a scope of provided so they don't a
                        <version>1.6.2</version>
                        <scope>test</scope>
                </dependency>
+        <dependency>
+                   <groupId>javax.inject</groupId>
+                   <artifactId>javax.inject</artifactId>
+                   <version>1</version>
+                       <scope>test</scope>
+               </dependency>           
 
                <dependency>
                        <groupId>org.hamcrest</groupId>