Release version 1.1.0 of sli/plugins
[ccsdk/sli/plugins.git] / template-node / 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>2.1.0</version>
9         </parent>
10
11         <groupId>org.onap.ccsdk.sli.plugins</groupId>
12         <artifactId>template-node-provider</artifactId>
13         <version>1.1.1-SNAPSHOT</version>
14         <packaging>bundle</packaging>
15
16         <name>ccsdk-sli-plugins :: template-node :: ${project.artifactId}</name>
17
18         <dependencyManagement>
19         <dependencies>
20                 <dependency>
21   <groupId>org.onap.ccsdk.sli.core</groupId>
22   <artifactId>sli-core-artifacts</artifactId>
23   <version>${ccsdk.sli.core.version}</version>
24   <type>pom</type>
25   <scope>import</scope>
26                 </dependency>
27         </dependencies>
28     </dependencyManagement>
29         <dependencies>
30                 <dependency>
31                         <groupId>junit</groupId>
32                         <artifactId>junit</artifactId>
33                         <scope>test</scope>
34                 </dependency>
35                 <dependency>
36                         <groupId>org.onap.ccsdk.sli.core</groupId>
37                         <artifactId>sli-common</artifactId>
38                         <scope>provided</scope>
39                 </dependency>
40                 <dependency>
41                         <groupId>org.slf4j</groupId>
42                         <artifactId>slf4j-api</artifactId>
43                 </dependency>
44                 <dependency>
45                         <groupId>org.apache.velocity</groupId>
46                         <artifactId>velocity</artifactId>
47                 </dependency>
48         </dependencies>
49 </project>