remove ODL/karaf from common
[ccsdk/sli/core.git] / sli / recording / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project 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">
3         <modelVersion>4.0.0</modelVersion>
4
5         <parent>
6                 <groupId>org.onap.ccsdk.parent</groupId>
7                 <artifactId>binding-parent</artifactId>
8                 <version>1.5.0-SNAPSHOT</version>
9                 <relativePath/>
10         </parent>
11
12         <groupId>org.onap.ccsdk.sli.core</groupId>
13         <artifactId>sli-recording</artifactId>
14         <version>0.7.0-SNAPSHOT</version>
15         <packaging>bundle</packaging>
16
17         <name>ccsdk-sli-core :: sli :: ${project.artifactId}</name>
18         <description>SLI Recording is an OSGi bundle that implements recording service for the service logic record node.</description>
19
20         <dependencies>
21                 <dependency>
22                         <groupId>org.onap.ccsdk.sli.core</groupId>
23                         <artifactId>sli-common</artifactId>
24                         <version>${project.version}</version>
25                         <scope>compile</scope>
26                 </dependency>
27                 <dependency>
28                         <groupId>org.slf4j</groupId>
29                         <artifactId>slf4j-api</artifactId>
30                 </dependency>
31                 <dependency>
32                         <groupId>commons-lang</groupId>
33                         <artifactId>commons-lang</artifactId>
34                         <scope>compile</scope>
35                 </dependency>
36                 <!-- Testing Dependencies -->
37                 <dependency>
38                         <groupId>junit</groupId>
39                         <artifactId>junit</artifactId>
40                         <scope>test</scope>
41                 </dependency>
42                 <dependency>
43                         <groupId>org.mockito</groupId>
44                         <artifactId>mockito-core</artifactId>
45                         <scope>test</scope>
46                 </dependency>
47         </dependencies>
48 </project>