Release appc
[appc.git] / appc-event-listener / appc-event-listener-bundle / pom.xml
index 16ffa55..8ee0358 100644 (file)
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.onap.appc.parent</groupId>
                <artifactId>binding-parent</artifactId>
-               <version>1.5.0-SNAPSHOT</version>
+               <version>2.6.2</version>
                 <relativePath />
        </parent>
         <groupId>org.onap.appc</groupId>
                        <groupId>org.onap.appc</groupId>
                        <artifactId>appc-common-bundle</artifactId>
                        <version>${project.version}</version>
-                        <exclusions>
-                            <exclusion>
-                              <groupId>com.fasterxml.jackson.core</groupId>
-                              <artifactId>jackson-databind</artifactId>
-                            </exclusion>
-                         </exclusions>
-                 </dependency>
-
+               </dependency>
                <dependency>
                        <groupId>org.onap.appc</groupId>
                        <artifactId>appc-dmaap-adapter-bundle</artifactId>
                        <version>${project.version}</version>
-                        <scope>provided</scope>
+            <scope>provided</scope>
                </dependency>
                <dependency>
                        <groupId>org.onap.appc</groupId>
                        <artifactId>appc-message-adapter-api</artifactId>
                        <version>${project.version}</version>
-                        <scope>provided</scope>
+            <scope>provided</scope>
                </dependency>
                <dependency>
                        <groupId>org.onap.appc</groupId>
                        <artifactId>appc-message-adapter-factory</artifactId>
                        <version>${project.version}</version>
-                        <scope>provided</scope>
+            <scope>provided</scope>
                </dependency>
 <!--
                <dependency>
                        <groupId>equinoxSDK381</groupId>
                        <artifactId>org.eclipse.osgi</artifactId>
                </dependency>
-
+                <dependency>
+                  <groupId>commons-codec</groupId>
+                  <artifactId>commons-codec</artifactId>
+                </dependency>
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-databind</artifactId>
-                        <version>2.8.11.3</version>
                </dependency>
-
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-core</artifactId>
                                                        *;resolution:=optional
                                                </Import-Package>
                                                <Embed-Dependency>
-                                                       httpclient,httpcore,jasypt,commons-lang,commons-lang3,appc-common-bundle,
+                                                       httpclient,httpcore,jasypt,commons-lang,commons-lang3,commons-codec,appc-common-bundle,
                                                        logback-core,logback-classic,eelf-core,commons-logging;scope=compile|runtime;inline=false
                                                </Embed-Dependency>
                                                <Embed-Transitive>true</Embed-Transitive>
 
                </plugins>
        </build>
-       <version>1.5.0-SNAPSHOT</version>
+       <version>1.6.4</version>
 </project>