DCAE-D be initial commit
[sdc/dcae-d/dt-be-main.git] / dcaedt_catalog / asdc / 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         <parent>
5                 <groupId>org.onap.sdc.dcae</groupId>
6                 <artifactId>DCAE-DT-Catalog</artifactId>
7                 <version>1806.0.1-SNAPSHOT</version>
8         </parent>
9         <artifactId>DCAE-DT-Catalog-ASDC</artifactId>
10         <packaging>jar</packaging>
11         <name>DCAE DT ASDC</name>
12         <build>
13                 <sourceDirectory>src/main/java</sourceDirectory>
14                 <plugins>
15                         <plugin>
16                                 <artifactId>maven-compiler-plugin</artifactId>
17                                 <version>3.1</version>
18                                 <configuration>
19                                         <source>1.8</source>
20                                         <target>1.8</target>
21                                         <encoding>${project.build.sourceEncoding}</encoding>
22                                 </configuration>
23                         </plugin>
24                         <plugin>
25                                 <groupId>org.apache.maven.plugins</groupId>
26                                 <artifactId>maven-dependency-plugin</artifactId>
27                                 <version>2.10</version>
28                                 <executions>
29                                         <execution>
30                                                 <id>copy-dependencies</id>
31                                                 <phase>package</phase>
32                                                 <goals>
33                                                         <goal>copy-dependencies</goal>
34                                                 </goals>
35                                                 <configuration>
36                                                         <outputDirectory>${project.build.directory}/deps</outputDirectory>
37                                                         <overWriteReleases>false</overWriteReleases>
38                                                         <overWriteSnapshots>false</overWriteSnapshots>
39                                                         <overWriteIfNewer>true</overWriteIfNewer>
40                                                 </configuration>
41                                         </execution>
42                                 </executions>
43                         </plugin>
44                         <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>buildnumber-maven-plugin</artifactId> 
45                                 <version>1.4</version> <executions> <execution> <phase>validate</phase> <goals> 
46                                 <goal>create</goal> </goals> </execution> </executions> <configuration> <doCheck>false</doCheck> 
47                                 <doUpdate>false</doUpdate> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> 
48                                 <artifactId>maven-jar-plugin</artifactId> <version>2.1</version> <configuration> 
49                                 <archive> <manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> 
50                                 </manifest> <manifestEntries> <Implementation-Build>${buildNumber}</Implementation-Build> 
51                                 </manifestEntries> </archive> </configuration> </plugin> -->
52                         <plugin>
53                                 <groupId>org.springframework.boot</groupId>
54                                 <artifactId>spring-boot-maven-plugin</artifactId>
55                                 <version>1.3.3.RELEASE</version>
56                                 <configuration>
57                                         <mainClass>org.onap.sdc.dcae.catalog.asdc.ASDCEngine</mainClass>
58                                 </configuration>
59                                 <executions>
60                                         <execution>
61                                                 <goals>
62                                                         <goal>repackage</goal>
63                                                 </goals>
64                                         </execution>
65                                 </executions>
66                         </plugin>
67                 </plugins>
68         </build>
69         <dependencies>
70                 <dependency>
71                         <groupId>junit</groupId>
72                         <artifactId>junit</artifactId>
73                         <version>3.8.1</version>
74                         <scope>test</scope>
75                 </dependency>
76                 <!-- <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> 
77                         <version>2.4.4</version> </dependency> -->
78                 <dependency>
79                         <groupId>org.springframework</groupId>
80                         <artifactId>spring-core</artifactId>
81                         <version>4.3.5.RELEASE</version>
82                 </dependency>
83                 <dependency>
84                         <groupId>org.springframework</groupId>
85                         <artifactId>spring-web</artifactId>
86                         <version>4.3.5.RELEASE</version>
87                 </dependency>
88                 <dependency>
89                         <groupId>org.springframework.boot</groupId>
90                         <artifactId>spring-boot-starter-web</artifactId>
91                         <version>1.4.1.RELEASE</version>
92                 </dependency>
93                 <dependency>
94                         <groupId>org.springframework</groupId>
95                         <artifactId>spring-webmvc</artifactId>
96                         <version>4.3.5.RELEASE</version>
97                 </dependency>
98                 <dependency>
99                         <groupId>org.springframework.boot</groupId>
100                         <artifactId>spring-boot-autoconfigure</artifactId>
101                         <version>1.4.1.RELEASE</version>
102                 </dependency>
103                 <dependency>
104                         <groupId>org.apache.commons</groupId>
105                         <artifactId>commons-lang3</artifactId>
106                         <version>3.5</version>
107                 </dependency>
108                 <dependency>
109                         <groupId>commons-cli</groupId>
110                         <artifactId>commons-cli</artifactId>
111                         <version>1.3</version>
112                 </dependency>
113                 <dependency>
114                         <groupId>org.onap.sdc.dcae</groupId>
115                         <artifactId>DCAE-DT-Catalog-Commons</artifactId>
116                         <version>${project.version}</version>
117                 </dependency>
118                 <dependency>
119                         <groupId>org.onap.sdc.dcae</groupId>
120                         <artifactId>DCAE-DT-Validator-Checker</artifactId>
121                         <version>${project.version}</version>
122                 </dependency>
123                 <dependency>
124                         <groupId>com.google.code.gson</groupId>
125                         <artifactId>gson</artifactId>
126                         <version>2.7</version>
127                 </dependency>
128                 <dependency>
129                         <groupId>junit</groupId>
130                         <artifactId>junit</artifactId>
131                         <scope>test</scope>
132                 </dependency>
133                 <dependency>
134                         <groupId>org.assertj</groupId>
135                         <artifactId>assertj-core</artifactId>
136                         <scope>test</scope>
137                 </dependency>
138         </dependencies>
139 </project>