Update sli/core to use release 1.0.2 parents
[ccsdk/sli/core.git] / utils / provider / 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.0.2</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.onap.ccsdk.sli.core</groupId>
13     <artifactId>utils-provider</artifactId>
14     <version>0.2.2-SNAPSHOT</version>
15     <packaging>bundle</packaging>
16
17     <name>ccsdk-sli-core :: utils :: ${project.artifactId}</name>
18     <description>
19         The SLI Core Utilities Package provides common functionality for setting up SLI connectivity.
20     </description>
21     <organization>
22         <name>ONAP</name>
23     </organization>
24
25     <dependencies>
26         <dependency>
27             <groupId>com.google.guava</groupId>
28             <artifactId>guava</artifactId>
29         </dependency>
30         <dependency>
31             <groupId>equinoxSDK381</groupId>
32             <artifactId>org.eclipse.osgi</artifactId>
33             <version>${equinox.osgi.version}</version>
34             <scope>provided</scope>
35         </dependency>
36
37         <!-- Testing Dependencies -->
38         <dependency>
39             <groupId>org.mockito</groupId>
40             <artifactId>mockito-core</artifactId>
41             <scope>test</scope>
42         </dependency>
43         <dependency>
44             <groupId>junit</groupId>
45             <artifactId>junit</artifactId>
46             <version>${junit.version}</version>
47             <scope>test</scope>
48         </dependency>
49     </dependencies>
50 </project>