blob: a4f60f111e0e68192dc98411c793dd2476de7d0d [file] [log] [blame]
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ~ Copyright © 2017-2018 AT&T Intellectual Property.
4 ~
Brinda Santhafbc1522018-08-23 23:34:05 -04005 ~ Modifications Copyright © 2018 IBM.
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -05006 ~ Modifications Copyright © 2019 Bell Canada.
Brinda Santhafbc1522018-08-23 23:34:05 -04007 ~
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +00008 ~ Licensed under the Apache License, Version 2.0 (the "License");
9 ~ you may not use this file except in compliance with the License.
10 ~ You may obtain a copy of the License at
11 ~
12 ~ http://www.apache.org/licenses/LICENSE-2.0
13 ~
14 ~ Unless required by applicable law or agreed to in writing, software
15 ~ distributed under the License is distributed on an "AS IS" BASIS,
16 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 ~ See the License for the specific language governing permissions and
18 ~ limitations under the License.
19 -->
Timoney, Dan (dt5972)45bdf842019-08-06 10:19:48 -040020<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">
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000021 <modelVersion>4.0.0</modelVersion>
22 <parent>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040023 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000024 <artifactId>parent</artifactId>
Timoney, Dan (dt5972)b5afab32019-08-28 13:20:15 -040025 <version>0.6.1-SNAPSHOT</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000026 <relativePath>../parent</relativePath>
27 </parent>
28 <artifactId>application</artifactId>
29 <packaging>jar</packaging>
30 <name>Blueprints Processor Application</name>
31 <description>Blueprints Processor Application</description>
32
33 <dependencies>
Alexis de Talhouët2791db22019-06-23 15:30:36 -040034
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000035 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040036 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh2ecd4e72019-02-07 14:51:50 -050037 <artifactId>blueprint-core</artifactId>
Steve Sianie827a3a2019-07-09 15:53:57 -040038 <exclusions>
39 <exclusion>
40 <groupId>org.springframework.boot</groupId>
41 <artifactId>spring-boot-starter-logging</artifactId>
42 </exclusion>
43 </exclusions>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -050044 </dependency>
45 <dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000046 <groupId>org.springframework.boot</groupId>
Alexis de Talhouëte4a1f832019-03-04 21:37:27 -050047 <artifactId>spring-boot-starter-security</artifactId>
Steve Sianie827a3a2019-07-09 15:53:57 -040048 <exclusions>
49 <exclusion>
50 <groupId>org.springframework.boot</groupId>
51 <artifactId>spring-boot-starter-logging</artifactId>
52 </exclusion>
53 </exclusions>
Alexis de Talhouëte4a1f832019-03-04 21:37:27 -050054 </dependency>
55
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -050056 <!-- North Bound -->
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000057 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040058 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Brinda Santh8d3f8252019-08-01 11:25:14 -040059 <artifactId>designer-api</artifactId>
60 </dependency>
61 <dependency>
62 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000063 <artifactId>resource-api</artifactId>
64 </dependency>
65 <dependency>
Brinda Santh8d3f8252019-08-01 11:25:14 -040066 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
67 <artifactId>selfservice-api</artifactId>
68 </dependency>
Serge Simard34c42462019-08-08 10:55:57 -040069 <dependency>
70 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
71 <artifactId>configs-api</artifactId>
72 </dependency>
Brinda Santh8d3f8252019-08-01 11:25:14 -040073
74 <!-- Functions -->
75 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040076 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Alexis de Talhouët7aa5df82019-02-11 17:23:48 -050077 <artifactId>python-executor</artifactId>
78 </dependency>
79 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040080 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Serge Simarda3d9ac82019-05-17 06:39:58 -040081 <artifactId>ansible-awx-executor</artifactId>
82 </dependency>
83 <dependency>
84 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Alexis de Talhouëtc55160e2019-02-12 23:05:01 -050085 <artifactId>netconf-executor</artifactId>
86 </dependency>
87 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040088 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
ottero9d334562019-03-11 14:03:09 +000089 <artifactId>restconf-executor</artifactId>
90 </dependency>
91 <dependency>
Brinda Santh145662f2019-05-16 12:37:55 -040092 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
93 <artifactId>cli-executor</artifactId>
94 </dependency>
Serge Simard34c42462019-08-08 10:55:57 -040095 <dependency>
96 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
97 <artifactId>config-snapshots</artifactId>
98 </dependency>
Brinda Santhafbc1522018-08-23 23:34:05 -040099 <dependency>
Muthuramalingam, Brinda Santh(bs2796)99b20422018-12-06 16:46:19 -0500100 <groupId>com.h2database</groupId>
101 <artifactId>h2</artifactId>
102 </dependency>
103 <dependency>
Brinda Santhafbc1522018-08-23 23:34:05 -0400104 <groupId>org.powermock</groupId>
105 <artifactId>powermock-api-mockito2</artifactId>
106 <scope>test</scope>
107 </dependency>
108 <dependency>
109 <groupId>org.springframework.boot</groupId>
110 <artifactId>spring-boot-starter-test</artifactId>
111 <scope>test</scope>
112 </dependency>
113 <dependency>
114 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500115 <artifactId>kotlin-test-junit</artifactId>
Brinda Santhafbc1522018-08-23 23:34:05 -0400116 <scope>test</scope>
117 </dependency>
118 <dependency>
119 <groupId>io.projectreactor</groupId>
120 <artifactId>reactor-test</artifactId>
121 <scope>test</scope>
122 </dependency>
Eliezio Oliveira1e7e4a52019-07-31 11:50:26 +0100123 <dependency>
124 <groupId>org.yaml</groupId>
125 <artifactId>snakeyaml</artifactId>
126 <scope>test</scope>
127 </dependency>
128 <dependency>
129 <groupId>com.nhaarman.mockitokotlin2</groupId>
130 <artifactId>mockito-kotlin</artifactId>
131 <version>2.1.0</version>
132 <scope>test</scope>
133 </dependency>
134 <dependency>
eboff445e62019-08-16 13:18:47 +0000135 <groupId>com.schibsted.spt.data</groupId>
136 <artifactId>jslt</artifactId>
137 <version>0.1.8</version>
138 <scope>test</scope>
139 </dependency>
140 <dependency>
Eliezio Oliveira1e7e4a52019-07-31 11:50:26 +0100141 <groupId>ch.qos.logback</groupId>
142 <artifactId>logback-classic</artifactId>
Eliezio Oliveira1e7e4a52019-07-31 11:50:26 +0100143 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000144 </dependencies>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000145 <build>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500146 <resources>
147 <resource>
148 <!--config and resource files -->
149 <directory>${basedir}/etc</directory>
150 <targetPath>${basedir}/target/etc</targetPath>
151 <filtering>true</filtering>
152 <includes>
153 <include>**/*</include>
154 </includes>
155 </resource>
156 <resource>
157 <!--config and resource files -->
158 <directory>${basedir}/src/main/resources</directory>
159 <targetPath>${basedir}/target/src/main/resources</targetPath>
160 <filtering>true</filtering>
161 <includes>
162 <include>**/*</include>
163 </includes>
164 </resource>
165 <resource>
166 <directory>src/main/resources</directory>
167 <includes>
168 <include>**/*</include>
169 </includes>
170 <filtering>true</filtering>
171 </resource>
172 </resources>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000173 <plugins>
174 <plugin>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500175 <artifactId>maven-resources-plugin</artifactId>
176 <version>2.6</version>
177 <executions>
178 <execution>
179 <id>copy-dockerfile</id>
180 <goals>
181 <goal>copy-resources</goal>
182 </goals><!-- here the phase you need -->
183 <phase>validate</phase>
184 <configuration>
185 <outputDirectory>${basedir}/target/docker-stage</outputDirectory>
186 <resources>
187 <resource>
188 <directory>src/main/docker</directory>
189 <includes>
190 <include>*</include>
191 </includes>
192 <filtering>true</filtering>
193 </resource>
194 </resources>
195 </configuration>
196 </execution>
197 </executions>
198 </plugin>
199 <plugin>
200 <groupId>org.apache.maven.plugins</groupId>
201 <artifactId>maven-antrun-plugin</artifactId>
202 <executions>
203 <execution>
204 <id>ant-test</id>
205 <phase>package</phase>
206 <configuration>
207 <tasks>
208 <fixcrlf srcdir="${basedir}" eol="unix" includes="**/*.sh, **/*.source"/>
209 </tasks>
210 </configuration>
211 <goals>
212 <goal>run</goal>
213 </goals>
214 </execution>
215 </executions>
216 </plugin>
217 <plugin>
218 <artifactId>maven-compiler-plugin</artifactId>
219 <version>3.1</version>
220 <configuration>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500221 <source>1.8</source>
222 <target>1.8</target>
223 </configuration>
224 </plugin>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000225 </plugins>
226 </build>
227</project>