Assign image keyname and pubkey at vnf level
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / apps / info / impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5
6         <modelVersion>4.0.0</modelVersion>
7         <groupId>com.highstreet.technologies.info</groupId>
8         <artifactId>info-impl</artifactId>
9         <packaging>bundle</packaging>
10
11         <parent>
12                 <groupId>com.highstreet.technologies.info</groupId>
13                 <artifactId>info-parent</artifactId>
14                 <version>0.5.1-SNAPSHOT</version>
15         </parent>
16
17         <dependencies>
18                 <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-compress -->
19                 <dependency>
20                         <groupId>org.apache.commons</groupId>
21                         <artifactId>commons-compress</artifactId>
22                         <version>1.14</version>
23                 </dependency>
24                 <dependency>
25                         <groupId>javax.servlet</groupId>
26                         <artifactId>servlet-api</artifactId>
27                         <version>2.5</version>
28                 </dependency>
29                 <dependency>
30                         <groupId>org.slf4j</groupId>
31                         <artifactId>slf4j-log4j12</artifactId>
32                         <version>1.6.6</version>
33                 </dependency>
34                 <dependency>
35                         <groupId>org.json</groupId>
36                         <artifactId>json</artifactId>
37                         <version>20131018</version>
38                 </dependency>
39         </dependencies>
40         <build>
41                 <plugins>
42                         <plugin>
43                                 <groupId>org.apache.maven.plugins</groupId>
44                                 <artifactId>maven-compiler-plugin</artifactId>
45                                 <configuration>
46                                         <source>1.8</source>
47                                         <target>1.8</target>
48                                 </configuration>
49                         </plugin>
50
51                 </plugins>
52         </build>
53 </project>