add chef-install.sh until LF will fix curl
[sdc.git] / distribution-ci / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2         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         <groupId>org.openecomp.sdc.sdc-main</groupId>
5         <artifactId>distribution-ci</artifactId>
6
7         <parent>
8                 <groupId>org.openecomp.sdc</groupId>
9                 <artifactId>sdc-main</artifactId>
10                 <version>1610.1.3</version>
11         </parent>
12
13
14
15         <dependencies>
16                 
17                 <dependency>
18                         <groupId>org.json</groupId>
19                         <artifactId>json</artifactId>
20                         <version>20131018</version>
21                         <scope>compile</scope>
22                 </dependency>
23                 
24                 <dependency>
25                         <groupId>org.openecomp.sdc</groupId>
26                         <artifactId>sdc-distribution-client</artifactId>
27                         <version>1.1.2</version>
28                         <scope>compile</scope>
29                 </dependency>
30
31                 <dependency>
32                         <groupId>org.openecomp.sdc</groupId>
33                         <artifactId>asdc-tests</artifactId>
34                         <version>${asdc.full.version}</version>
35                         <scope>compile</scope>
36                 </dependency> 
37
38                 <dependency>
39                         <groupId>junit</groupId>
40                         <artifactId>junit</artifactId>
41                         <scope>compile</scope>
42                 </dependency>
43
44         </dependencies>
45
46         <build>
47                 <plugins>
48
49                         <!-- ================================================== -->
50                         <!-- Set the JDK compiler version. -->
51                         <!-- ================================================== -->
52                         <plugin>
53                                 <groupId>org.apache.maven.plugins</groupId>
54                                 <artifactId>maven-compiler-plugin</artifactId>
55                                 <version>2.5.1</version>
56                                 <inherited>true</inherited>
57                                 <configuration>
58                                         <source>1.8</source>
59                                         <target>1.8</target>
60                                 </configuration>
61                         </plugin>
62                 </plugins>
63         </build>
64 </project>