update mockito version in APPC
[appc.git] / appc-event-listener / appc-event-listener-bundle / pom.xml
index 606ada8..5ab0718 100644 (file)
@@ -24,8 +24,8 @@
        <parent>
                <groupId>org.onap.appc.parent</groupId>
                <artifactId>binding-parent</artifactId>
-               <version>1.4.0</version>
-                <relativePath />
+               <version>2.7.0-SNAPSHOT</version>
+                <relativePath/>
        </parent>
         <groupId>org.onap.appc</groupId>
 
                        <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>
                <dependency>
                        <groupId>org.mockito</groupId>
                        <artifactId>mockito-core</artifactId>
+                       <version>1.10.19</version>
                        <scope>test</scope>
                </dependency>
        </dependencies>
                                                        *;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.4.1-SNAPSHOT</version>
+       <version>1.7.0-SNAPSHOT</version>
 </project>