Update license and poms
[aai/sparky-be.git] / sparkybe-onap-application / pom.xml
index 04fd2a2..064d577 100644 (file)
 
 
        <dependencyManagement>
-               <dependencies>
-
-                       <!-- Camel BOM -->
-                       <dependency>
-                               <groupId>org.apache.camel</groupId>
-                               <artifactId>camel-spring-boot-dependencies</artifactId>
-                               <version>${camel-spring-boot.version}</version>
-                               <type>pom</type>
-                               <scope>import</scope>
-                       </dependency>
-               </dependencies>
-       </dependencyManagement>
+       <dependencies>
+
+               <!-- Camel BOM -->
+               <dependency>
+                       <groupId>org.apache.camel</groupId>
+                       <artifactId>camel-spring-boot-dependencies</artifactId>
+                       <version>${camel-spring-boot.version}</version>
+                       <type>pom</type>
+                       <scope>import</scope>
+               </dependency>
+               
+               <dependency>
+                       <groupId>ch.qos.logback</groupId>
+                       <artifactId>logback-classic</artifactId>
+                       <version>1.2.1</version>
+               </dependency>
+
+       </dependencies>
+
+</dependencyManagement>
 
        <dependencies>
 
@@ -58,7 +66,6 @@
                <dependency>
                        <groupId>org.apache.camel</groupId>
                        <artifactId>camel-restlet</artifactId>
-                       <version>${camel-spring-boot.version}</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>commons-logging</groupId>
                                </exclusion>
                        </exclusions>
                </dependency>
+               
+               <dependency>
+                       <groupId>org.springframework.boot</groupId>
+                       <artifactId>spring-boot-starter-logging</artifactId>
+                       <exclusions>
+                               <exclusion>
+                               <groupId>ch.qos.logback</groupId>
+                               <artifactId>logback-classic</artifactId>
+                               </exclusion>
+                       </exclusions>
+               </dependency>
 
                <dependency>
                        <groupId>org.apache.camel</groupId>
                        <artifactId>camel-servlet</artifactId>
-                       <version>${camel-spring-boot.version}</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>commons-logging</groupId>
                <dependency>
                        <groupId>commons-io</groupId>
                        <artifactId>commons-io</artifactId>
-                       <version>2.4</version>
-               </dependency>
+                       </dependency>
 
                <!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-util -->
                <dependency>
                <dependency>
                        <groupId>org.onap.aai.logging-service</groupId>
                        <artifactId>common-logging</artifactId>
-                       <version>1.2.0</version>
+                       <version>1.2.1</version>
                </dependency>
 
                <dependency>
                        <artifactId>rest-client</artifactId>
                        <version>1.2.0</version>
                </dependency>
-               <dependency>
-                       <groupId>commons-io</groupId>
-                       <artifactId>commons-io</artifactId>
-                       <version>2.4</version>
-               </dependency>
 
                <!-- https://mvnrepository.com/artifact/org.restlet.jee/org.restlet.ext.servlet -->
                <dependency>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-resources-plugin</artifactId>
-                               <version>2.7</version>
                                <executions>
                                        <execution>
                                                <id>copy-docker-file</id>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-dependency-plugin</artifactId>
-                               <version>3.0.0</version>
                                <executions>
                                        <execution>
                                                <id>copy-installed</id>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-site-plugin</artifactId>
-                               <version>3.3</version>
                                <configuration>
                                        <reportPlugins>
                                                <plugin>
                                </configuration>
                        </plugin>
                        <!-- license plugin -->
-                       <plugin>
+<!--                   <plugin>
                                <groupId>com.mycila</groupId>
                                <artifactId>license-maven-plugin</artifactId>
                                <version>3.0</version>
                                        </execution>
                                </executions>
                        </plugin>
-
+ -->
                </plugins>
        </build>
+               <distributionManagement>
+        <repository>
+            <id>ecomp-releases</id>
+            <name>ECOMP Release Repository</name>
+            <url>${nexusproxy}/content/repositories/releases/</url>
+        </repository>
+        <snapshotRepository>
+            <id>ecomp-snapshots</id>
+            <name>ECOMP Snapshot Repository</name>
+            <url>${nexusproxy}/content/repositories/snapshots/</url>
+        </snapshotRepository>
+    </distributionManagement>
+       
 </project>