blob: 2e94b7b115c7da98baf86a7f821cede2e7193d7d [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 -->
Brinda Santh8d3f8252019-08-01 11:25:14 -040020<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21 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 +000022 <modelVersion>4.0.0</modelVersion>
23 <parent>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040024 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000025 <artifactId>parent</artifactId>
Timoney, Dan (dt5972)f6aba622019-04-30 14:28:15 -040026 <version>0.5.0-SNAPSHOT</version>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000027 <relativePath>../parent</relativePath>
28 </parent>
29 <artifactId>application</artifactId>
30 <packaging>jar</packaging>
31 <name>Blueprints Processor Application</name>
32 <description>Blueprints Processor Application</description>
33
34 <dependencies>
Alexis de Talhouët2791db22019-06-23 15:30:36 -040035
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000036 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040037 <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
Muthuramalingam, Brinda Santh2ecd4e72019-02-07 14:51:50 -050038 <artifactId>blueprint-core</artifactId>
Steve Sianie827a3a2019-07-09 15:53:57 -040039 <exclusions>
40 <exclusion>
41 <groupId>org.springframework.boot</groupId>
42 <artifactId>spring-boot-starter-logging</artifactId>
43 </exclusion>
44 </exclusions>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -050045 </dependency>
46 <dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000047 <groupId>org.springframework.boot</groupId>
Alexis de Talhouëte4a1f832019-03-04 21:37:27 -050048 <artifactId>spring-boot-starter-security</artifactId>
Steve Sianie827a3a2019-07-09 15:53:57 -040049 <exclusions>
50 <exclusion>
51 <groupId>org.springframework.boot</groupId>
52 <artifactId>spring-boot-starter-logging</artifactId>
53 </exclusion>
54 </exclusions>
Alexis de Talhouëte4a1f832019-03-04 21:37:27 -050055 </dependency>
56
Muthuramalingam, Brinda Santh(bs2796)2e942322018-11-15 08:36:28 -050057 <!-- North Bound -->
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000058 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040059 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Brinda Santh8d3f8252019-08-01 11:25:14 -040060 <artifactId>designer-api</artifactId>
61 </dependency>
62 <dependency>
63 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +000064 <artifactId>resource-api</artifactId>
65 </dependency>
66 <dependency>
Brinda Santh8d3f8252019-08-01 11:25:14 -040067 <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
68 <artifactId>selfservice-api</artifactId>
69 </dependency>
70
71 <!-- Functions -->
72 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040073 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Alexis de Talhouët7aa5df82019-02-11 17:23:48 -050074 <artifactId>python-executor</artifactId>
75 </dependency>
76 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040077 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Serge Simarda3d9ac82019-05-17 06:39:58 -040078 <artifactId>ansible-awx-executor</artifactId>
79 </dependency>
80 <dependency>
81 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
Alexis de Talhouëtc55160e2019-02-12 23:05:01 -050082 <artifactId>netconf-executor</artifactId>
83 </dependency>
84 <dependency>
Alexis de Talhouëtc90edac2019-03-25 13:04:18 -040085 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
ottero9d334562019-03-11 14:03:09 +000086 <artifactId>restconf-executor</artifactId>
87 </dependency>
88 <dependency>
Brinda Santh145662f2019-05-16 12:37:55 -040089 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
90 <artifactId>cli-executor</artifactId>
91 </dependency>
Brinda Santh8d3f8252019-08-01 11:25:14 -040092
Brinda Santhafbc1522018-08-23 23:34:05 -040093 <dependency>
Muthuramalingam, Brinda Santh(bs2796)99b20422018-12-06 16:46:19 -050094 <groupId>com.h2database</groupId>
95 <artifactId>h2</artifactId>
96 </dependency>
97 <dependency>
Brinda Santhafbc1522018-08-23 23:34:05 -040098 <groupId>org.powermock</groupId>
99 <artifactId>powermock-api-mockito2</artifactId>
100 <scope>test</scope>
101 </dependency>
102 <dependency>
103 <groupId>org.springframework.boot</groupId>
104 <artifactId>spring-boot-starter-test</artifactId>
105 <scope>test</scope>
106 </dependency>
107 <dependency>
108 <groupId>org.jetbrains.kotlin</groupId>
Muthuramalingam, Brinda Santh(bs2796)c6ffd3c2018-11-10 11:54:05 -0500109 <artifactId>kotlin-test-junit</artifactId>
Brinda Santhafbc1522018-08-23 23:34:05 -0400110 <scope>test</scope>
111 </dependency>
112 <dependency>
113 <groupId>io.projectreactor</groupId>
114 <artifactId>reactor-test</artifactId>
115 <scope>test</scope>
116 </dependency>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000117 </dependencies>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000118 <build>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500119 <resources>
120 <resource>
121 <!--config and resource files -->
122 <directory>${basedir}/etc</directory>
123 <targetPath>${basedir}/target/etc</targetPath>
124 <filtering>true</filtering>
125 <includes>
126 <include>**/*</include>
127 </includes>
128 </resource>
129 <resource>
130 <!--config and resource files -->
131 <directory>${basedir}/src/main/resources</directory>
132 <targetPath>${basedir}/target/src/main/resources</targetPath>
133 <filtering>true</filtering>
134 <includes>
135 <include>**/*</include>
136 </includes>
137 </resource>
138 <resource>
139 <directory>src/main/resources</directory>
140 <includes>
141 <include>**/*</include>
142 </includes>
143 <filtering>true</filtering>
144 </resource>
145 </resources>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000146 <plugins>
147 <plugin>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500148 <artifactId>maven-resources-plugin</artifactId>
149 <version>2.6</version>
150 <executions>
151 <execution>
152 <id>copy-dockerfile</id>
153 <goals>
154 <goal>copy-resources</goal>
155 </goals><!-- here the phase you need -->
156 <phase>validate</phase>
157 <configuration>
158 <outputDirectory>${basedir}/target/docker-stage</outputDirectory>
159 <resources>
160 <resource>
161 <directory>src/main/docker</directory>
162 <includes>
163 <include>*</include>
164 </includes>
165 <filtering>true</filtering>
166 </resource>
167 </resources>
168 </configuration>
169 </execution>
170 </executions>
171 </plugin>
172 <plugin>
173 <groupId>org.apache.maven.plugins</groupId>
174 <artifactId>maven-antrun-plugin</artifactId>
175 <executions>
176 <execution>
177 <id>ant-test</id>
178 <phase>package</phase>
179 <configuration>
180 <tasks>
181 <fixcrlf srcdir="${basedir}" eol="unix" includes="**/*.sh, **/*.source"/>
182 </tasks>
183 </configuration>
184 <goals>
185 <goal>run</goal>
186 </goals>
187 </execution>
188 </executions>
189 </plugin>
190 <plugin>
191 <artifactId>maven-compiler-plugin</artifactId>
192 <version>3.1</version>
193 <configuration>
Steve Alphonse Siania5f9b6f2019-01-21 11:55:48 -0500194 <source>1.8</source>
195 <target>1.8</target>
196 </configuration>
197 </plugin>
Muthuramalingam, Brinda Santh(bs2796)4b3c8a02018-08-15 21:31:10 +0000198 </plugins>
199 </build>
200</project>