Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ~ Copyright © 2017-2018 AT&T Intellectual Property. |
| 4 | ~ |
Brinda Santh | afbc152 | 2018-08-23 23:34:05 -0400 | [diff] [blame] | 5 | ~ Modifications Copyright © 2018 IBM. |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 6 | ~ Modifications Copyright © 2019 Bell Canada. |
Brinda Santh | afbc152 | 2018-08-23 23:34:05 -0400 | [diff] [blame] | 7 | ~ |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 8 | ~ 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) | 743f1dc | 2019-03-14 13:55:01 -0400 | [diff] [blame] | 20 | <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) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 21 | <modelVersion>4.0.0</modelVersion> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 22 | <parent> |
| 23 | <groupId>org.onap.ccsdk.apps</groupId> |
| 24 | <artifactId>blueprintsprocessor</artifactId> |
Timoney, Dan (dt5972) | 5da3a81 | 2019-03-19 16:31:51 -0400 | [diff] [blame^] | 25 | <version>0.4.2-SNAPSHOT</version> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 26 | </parent> |
| 27 | <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 28 | <artifactId>parent</artifactId> |
| 29 | <packaging>pom</packaging> |
| 30 | <name>Blueprints Processor Parent</name> |
| 31 | <description>Blueprints Processor Parent</description> |
| 32 | <properties> |
Muthuramalingam, Brinda Santh | 0613ae8 | 2019-02-18 15:10:25 -0500 | [diff] [blame] | 33 | <kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget> |
Muthuramalingam, Brinda Santh | 6f6a3c0 | 2019-02-27 20:47:17 -0500 | [diff] [blame] | 34 | <spring.boot.version>2.1.3.RELEASE</spring.boot.version> |
| 35 | <spring.version>5.1.5.RELEASE</spring.version> |
| 36 | <kotlin.version>1.3.21</kotlin.version> |
| 37 | <kotlin.maven.version>1.3.21</kotlin.maven.version> |
Muthuramalingam, Brinda Santh | b20d517 | 2019-01-25 20:17:35 -0500 | [diff] [blame] | 38 | <kotlin.couroutines.version>1.1.1</kotlin.couroutines.version> |
Muthuramalingam, Brinda Santh | 94df510 | 2019-01-23 11:42:13 -0500 | [diff] [blame] | 39 | <grpc.version>1.18.0</grpc.version> |
Muthuramalingam, Brinda Santh | ab7895a | 2019-03-15 07:59:22 -0400 | [diff] [blame] | 40 | <!-- TODO("Migrate SSHD to 2.x version") --> |
| 41 | <sshd.version>1.7.0</sshd.version> |
| 42 | <jsch.version>0.1.55</jsch.version> |
Muthuramalingam, Brinda Santh(bs2796) | 3b4a7eb | 2018-12-07 16:37:03 -0500 | [diff] [blame] | 43 | <protobuff.java.utils.version>3.6.1</protobuff.java.utils.version> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 44 | <eelf.version>1.0.0</eelf.version> |
Timoney, Dan (dt5972) | d7d47b4 | 2019-01-04 10:43:33 -0500 | [diff] [blame] | 45 | <sli.version>0.4.1-SNAPSHOT</sli.version> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 46 | <guava.version>27.0.1-jre</guava.version> |
Muthuramalingam, Brinda Santh(bs2796) | d2ec19b | 2018-11-19 12:48:31 -0500 | [diff] [blame] | 47 | <jython.version>2.7.1</jython.version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 48 | <springfox.swagger2.version>2.9.2</springfox.swagger2.version> |
| 49 | <h2database.version>1.4.197</h2database.version> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 50 | <onap.logger.slf4j>1.2.2</onap.logger.slf4j> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 51 | <powermock.version>1.7.4</powermock.version> |
Muthuramalingam, Brinda Santh | b8236b9 | 2019-02-15 09:15:35 -0500 | [diff] [blame] | 52 | <mockk.version>1.9</mockk.version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 53 | </properties> |
| 54 | <dependencyManagement> |
| 55 | <dependencies> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 56 | <!-- Spring Boot --> |
| 57 | <dependency> |
| 58 | <groupId>org.springframework.boot</groupId> |
| 59 | <artifactId>spring-boot-starter-parent</artifactId> |
| 60 | <version>${spring.boot.version}</version> |
| 61 | <type>pom</type> |
| 62 | <scope>import</scope> |
| 63 | </dependency> |
| 64 | |
| 65 | <!-- Logging Dependencies --> |
| 66 | <dependency> |
| 67 | <groupId>com.att.eelf</groupId> |
| 68 | <artifactId>eelf-core</artifactId> |
| 69 | <version>${eelf.version}</version> |
| 70 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 71 | <dependency> |
| 72 | <groupId>org.onap.logging-analytics</groupId> |
| 73 | <artifactId>logging-slf4j</artifactId> |
| 74 | <version>${onap.logger.slf4j}</version> |
| 75 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 76 | |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 77 | <!--Swagger Dependencies --> |
| 78 | <dependency> |
| 79 | <groupId>io.springfox</groupId> |
| 80 | <artifactId>springfox-swagger2</artifactId> |
| 81 | <version>${springfox.swagger2.version}</version> |
| 82 | </dependency> |
| 83 | <dependency> |
| 84 | <groupId>io.springfox</groupId> |
| 85 | <artifactId>springfox-swagger-ui</artifactId> |
| 86 | <version>${springfox.swagger2.version}</version> |
| 87 | </dependency> |
| 88 | |
| 89 | <!-- Common Utils Dependencies --> |
| 90 | <dependency> |
| 91 | <groupId>org.apache.commons</groupId> |
| 92 | <artifactId>commons-lang3</artifactId> |
| 93 | <version>3.2.1</version> |
| 94 | </dependency> |
| 95 | <dependency> |
| 96 | <groupId>commons-collections</groupId> |
| 97 | <artifactId>commons-collections</artifactId> |
| 98 | <version>3.2.2</version> |
| 99 | </dependency> |
| 100 | <dependency> |
| 101 | <groupId>commons-io</groupId> |
| 102 | <artifactId>commons-io</artifactId> |
| 103 | <version>2.6</version> |
| 104 | </dependency> |
| 105 | <dependency> |
| 106 | <groupId>org.apache.commons</groupId> |
| 107 | <artifactId>commons-compress</artifactId> |
| 108 | <version>1.15</version> |
| 109 | </dependency> |
| 110 | <dependency> |
| 111 | <groupId>org.apache.velocity</groupId> |
| 112 | <artifactId>velocity</artifactId> |
| 113 | <version>1.7</version> |
| 114 | </dependency> |
| 115 | <dependency> |
| 116 | <groupId>com.google.guava</groupId> |
| 117 | <artifactId>guava</artifactId> |
| 118 | <version>${guava.version}</version> |
| 119 | </dependency> |
| 120 | <dependency> |
| 121 | <groupId>org.python</groupId> |
| 122 | <artifactId>jython-standalone</artifactId> |
| 123 | <version>${jython.version}</version> |
| 124 | </dependency> |
| 125 | |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 126 | <!-- Kotlin Dependencies --> |
| 127 | <dependency> |
| 128 | <groupId>org.jetbrains.kotlin</groupId> |
| 129 | <artifactId>kotlin-stdlib</artifactId> |
| 130 | <version>${kotlin.version}</version> |
| 131 | </dependency> |
| 132 | <dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 133 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh | 94df510 | 2019-01-23 11:42:13 -0500 | [diff] [blame] | 134 | <artifactId>kotlin-stdlib-common</artifactId> |
| 135 | <version>${kotlin.version}</version> |
| 136 | </dependency> |
Muthuramalingam, Brinda Santh | b20d517 | 2019-01-25 20:17:35 -0500 | [diff] [blame] | 137 | <!--Use kotlin-compiler-embeddable instead koltin-compiler wrap--> |
| 138 | <!--guava dependency inside kotlin-compiler creating classpath issues at runtime--> |
Muthuramalingam, Brinda Santh | 94df510 | 2019-01-23 11:42:13 -0500 | [diff] [blame] | 139 | <dependency> |
| 140 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 141 | <artifactId>kotlin-scripting-jvm-host</artifactId> |
| 142 | <version>${kotlin.version}</version> |
Muthuramalingam, Brinda Santh | b20d517 | 2019-01-25 20:17:35 -0500 | [diff] [blame] | 143 | <exclusions> |
| 144 | <exclusion> |
| 145 | <groupId>org.jetbrains.kotlin</groupId> |
| 146 | <artifactId>kotlin-compile</artifactId> |
| 147 | </exclusion> |
| 148 | </exclusions> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 149 | </dependency> |
| 150 | <dependency> |
| 151 | <groupId>org.jetbrains.kotlin</groupId> |
| 152 | <artifactId>kotlin-compiler-embeddable</artifactId> |
| 153 | <version>${kotlin.version}</version> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 154 | </dependency> |
| 155 | <dependency> |
| 156 | <groupId>org.jetbrains.kotlin</groupId> |
| 157 | <artifactId>kotlin-script-util</artifactId> |
| 158 | <version>${kotlin.version}</version> |
| 159 | </dependency> |
| 160 | <dependency> |
| 161 | <groupId>org.jetbrains.kotlin</groupId> |
| 162 | <artifactId>kotlin-script-runtime</artifactId> |
| 163 | <version>${kotlin.version}</version> |
| 164 | </dependency> |
| 165 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | aa92702 | 2018-11-24 14:25:26 -0500 | [diff] [blame] | 166 | <groupId>org.jetbrains.kotlinx</groupId> |
| 167 | <artifactId>kotlinx-coroutines-core</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 168 | <version>${kotlin.couroutines.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 169 | </dependency> |
| 170 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | cf6cf51 | 2018-12-20 11:16:31 -0500 | [diff] [blame] | 171 | <groupId>org.jetbrains.kotlinx</groupId> |
| 172 | <artifactId>kotlinx-coroutines-reactor</artifactId> |
| 173 | <version>${kotlin.couroutines.version}</version> |
| 174 | </dependency> |
| 175 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 176 | <groupId>org.jetbrains.kotlin</groupId> |
| 177 | <artifactId>kotlin-reflect</artifactId> |
| 178 | <version>${kotlin.version}</version> |
| 179 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 180 | <dependency> |
| 181 | <groupId>org.jetbrains.kotlin</groupId> |
| 182 | <artifactId>kotlin-stdlib-jdk8</artifactId> |
| 183 | <version>${kotlin.version}</version> |
| 184 | </dependency> |
| 185 | <dependency> |
| 186 | <groupId>org.jetbrains.kotlin</groupId> |
| 187 | <artifactId>kotlin-stdlib-jdk7</artifactId> |
| 188 | <version>${kotlin.version}</version> |
| 189 | </dependency> |
| 190 | |
Muthuramalingam, Brinda Santh(bs2796) | aa92702 | 2018-11-24 14:25:26 -0500 | [diff] [blame] | 191 | <!-- GRPC Dependencies --> |
| 192 | <dependency> |
| 193 | <groupId>io.grpc</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 43aeebf | 2018-12-01 19:54:07 -0500 | [diff] [blame] | 194 | <artifactId>grpc-core</artifactId> |
| 195 | <version>${grpc.version}</version> |
| 196 | </dependency> |
| 197 | <dependency> |
| 198 | <groupId>io.grpc</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | aa92702 | 2018-11-24 14:25:26 -0500 | [diff] [blame] | 199 | <artifactId>grpc-netty</artifactId> |
| 200 | <version>${grpc.version}</version> |
| 201 | </dependency> |
| 202 | <dependency> |
| 203 | <groupId>io.grpc</groupId> |
| 204 | <artifactId>grpc-protobuf</artifactId> |
| 205 | <version>${grpc.version}</version> |
| 206 | </dependency> |
| 207 | <dependency> |
| 208 | <groupId>io.grpc</groupId> |
| 209 | <artifactId>grpc-stub</artifactId> |
| 210 | <version>${grpc.version}</version> |
| 211 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 3b4a7eb | 2018-12-07 16:37:03 -0500 | [diff] [blame] | 212 | <dependency> |
| 213 | <groupId>com.google.protobuf</groupId> |
| 214 | <artifactId>protobuf-java-util</artifactId> |
| 215 | <version>${protobuff.java.utils.version}</version> |
| 216 | </dependency> |
Alexis de Talhouët | ee02d9a | 2019-03-04 10:22:04 -0500 | [diff] [blame] | 217 | <dependency> |
| 218 | <groupId>org.onap.ccsdk.apps.components</groupId> |
| 219 | <artifactId>proto-definition</artifactId> |
| 220 | <version>${project.version}</version> |
| 221 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | aa92702 | 2018-11-24 14:25:26 -0500 | [diff] [blame] | 222 | |
Muthuramalingam, Brinda Santh | ab7895a | 2019-03-15 07:59:22 -0400 | [diff] [blame] | 223 | <!-- Adaptors --> |
| 224 | <dependency> |
| 225 | <groupId>org.apache.sshd</groupId> |
| 226 | <artifactId>sshd-core</artifactId> |
| 227 | <version>${sshd.version}</version> |
| 228 | </dependency> |
| 229 | <dependency> |
| 230 | <groupId>com.jcraft</groupId> |
| 231 | <artifactId>jsch</artifactId> |
| 232 | <version>${jsch.version}</version> |
| 233 | </dependency> |
| 234 | |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 235 | <!-- SLI Version --> |
| 236 | <dependency> |
| 237 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 238 | <artifactId>sli-provider</artifactId> |
| 239 | <version>${sli.version}</version> |
| 240 | <exclusions> |
| 241 | <exclusion> |
| 242 | <groupId>commons-lang</groupId> |
| 243 | <artifactId>commons-lang</artifactId> |
| 244 | </exclusion> |
| 245 | <exclusion> |
| 246 | <groupId>org.apache.commons</groupId> |
| 247 | <artifactId>*</artifactId> |
| 248 | </exclusion> |
| 249 | <exclusion> |
| 250 | <groupId>org.slf4j</groupId> |
| 251 | <artifactId>*</artifactId> |
| 252 | </exclusion> |
| 253 | <exclusion> |
| 254 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 255 | <artifactId>*</artifactId> |
| 256 | </exclusion> |
Muthuramalingam, Brinda Santh(bs2796) | 66439ec | 2018-12-17 11:15:28 -0500 | [diff] [blame] | 257 | <exclusion> |
| 258 | <groupId>org.opendaylight.controller</groupId> |
| 259 | <artifactId>*</artifactId> |
| 260 | </exclusion> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 261 | <exclusion> |
| 262 | <groupId>org.apache.tomcat</groupId> |
| 263 | <artifactId>*</artifactId> |
| 264 | </exclusion> |
| 265 | <exclusion> |
| 266 | <groupId>org.apache.karaf.shell</groupId> |
| 267 | <artifactId>*</artifactId> |
| 268 | </exclusion> |
| 269 | <exclusion> |
| 270 | <groupId>org.mariadb.jdbc</groupId> |
| 271 | <artifactId>*</artifactId> |
| 272 | </exclusion> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 273 | <exclusion> |
| 274 | <groupId>org.powermock</groupId> |
| 275 | <artifactId>*</artifactId> |
| 276 | </exclusion> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 277 | </exclusions> |
| 278 | </dependency> |
| 279 | |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 280 | |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 281 | <!-- Blueprint Processor Application Module Dependencies --> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 282 | <dependency> |
| 283 | <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 284 | <artifactId>processor-core</artifactId> |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 285 | <version>${project.version}</version> |
| 286 | </dependency> |
| 287 | <dependency> |
| 288 | <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 289 | <artifactId>db-lib</artifactId> |
| 290 | <version>${project.version}</version> |
| 291 | </dependency> |
| 292 | <dependency> |
| 293 | <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId> |
| 294 | <artifactId>rest-lib</artifactId> |
| 295 | <version>${project.version}</version> |
| 296 | </dependency> |
| 297 | <dependency> |
| 298 | <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 299 | <artifactId>dmaap-lib</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 300 | <version>${project.version}</version> |
| 301 | </dependency> |
| 302 | <dependency> |
| 303 | <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 304 | <artifactId>execution-service</artifactId> |
| 305 | <version>${project.version}</version> |
| 306 | </dependency> |
| 307 | <dependency> |
| 308 | <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 309 | <artifactId>workflow-service</artifactId> |
| 310 | <version>${project.version}</version> |
| 311 | </dependency> |
| 312 | <dependency> |
| 313 | <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 314 | <artifactId>resource-api</artifactId> |
| 315 | <version>${project.version}</version> |
| 316 | </dependency> |
| 317 | <dependency> |
| 318 | <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId> |
| 319 | <artifactId>selfservice-api</artifactId> |
| 320 | <version>${project.version}</version> |
| 321 | </dependency> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 322 | <dependency> |
| 323 | <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId> |
| 324 | <artifactId>application</artifactId> |
| 325 | <version>${project.version}</version> |
| 326 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 327 | |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 328 | <!-- Functions --> |
| 329 | <dependency> |
| 330 | <groupId>org.onap.ccsdk.apps.blueprintsprocessor.functions</groupId> |
| 331 | <artifactId>resource-resolution</artifactId> |
| 332 | <version>${project.version}</version> |
| 333 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 88c3ca2 | 2018-12-04 20:53:22 -0500 | [diff] [blame] | 334 | <dependency> |
| 335 | <groupId>org.onap.ccsdk.apps.blueprintsprocessor.functions</groupId> |
| 336 | <artifactId>python-executor</artifactId> |
| 337 | <version>${project.version}</version> |
| 338 | </dependency> |
| 339 | <dependency> |
| 340 | <groupId>org.onap.ccsdk.apps.blueprintsprocessor.functions</groupId> |
| 341 | <artifactId>netconf-executor</artifactId> |
| 342 | <version>${project.version}</version> |
| 343 | </dependency> |
Muthuramalingam, Brinda Santh | 2f15f49 | 2019-02-12 15:53:39 -0500 | [diff] [blame] | 344 | <dependency> |
| 345 | <groupId>org.onap.ccsdk.apps.blueprintsprocessor.functions</groupId> |
| 346 | <artifactId>restconf-executor</artifactId> |
| 347 | <version>${project.version}</version> |
| 348 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 349 | |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 350 | <!-- Controller Blueprints Application Dependency --> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 351 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 352 | <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId> |
| 353 | <artifactId>resource-dict</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 354 | <version>${project.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 355 | </dependency> |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 356 | <dependency> |
| 357 | <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId> |
Muthuramalingam, Brinda Santh | 2ecd4e7 | 2019-02-07 14:51:50 -0500 | [diff] [blame] | 358 | <artifactId>blueprint-core</artifactId> |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 359 | <version>${project.version}</version> |
| 360 | </dependency> |
Muthuramalingam, Brinda Santh | fd14fc1 | 2019-01-30 15:52:30 -0500 | [diff] [blame] | 361 | <dependency> |
| 362 | <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId> |
| 363 | <artifactId>blueprint-scripts</artifactId> |
| 364 | <version>${project.version}</version> |
| 365 | </dependency> |
Muthuramalingam, Brinda Santh | 5ad9dd1 | 2019-02-22 10:14:24 -0500 | [diff] [blame] | 366 | <dependency> |
| 367 | <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 368 | <artifactId>db-resources</artifactId> |
| 369 | <version>${project.version}</version> |
| 370 | </dependency> |
| 371 | <dependency> |
| 372 | <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId> |
Muthuramalingam, Brinda Santh | 5ad9dd1 | 2019-02-22 10:14:24 -0500 | [diff] [blame] | 373 | <artifactId>blueprint-validation</artifactId> |
| 374 | <version>${project.version}</version> |
| 375 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 376 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 377 | <!-- Database --> |
| 378 | <dependency> |
| 379 | <groupId>com.h2database</groupId> |
| 380 | <artifactId>h2</artifactId> |
| 381 | <version>${h2database.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 382 | <scope>test</scope> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 383 | </dependency> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 384 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 385 | <!-- Test Dependency --> |
| 386 | <dependency> |
Muthuramalingam, Brinda Santh | b8236b9 | 2019-02-15 09:15:35 -0500 | [diff] [blame] | 387 | <groupId>io.mockk</groupId> |
| 388 | <artifactId>mockk</artifactId> |
| 389 | <version>${mockk.version}</version> |
| 390 | <scope>test</scope> |
| 391 | </dependency> |
| 392 | <dependency> |
Brinda Santh | afbc152 | 2018-08-23 23:34:05 -0400 | [diff] [blame] | 393 | <groupId>org.powermock</groupId> |
| 394 | <artifactId>powermock-api-mockito2</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 395 | <version>${powermock.version}</version> |
Brinda Santh | afbc152 | 2018-08-23 23:34:05 -0400 | [diff] [blame] | 396 | <scope>test</scope> |
| 397 | </dependency> |
| 398 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 399 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 400 | <artifactId>kotlin-test-junit</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 401 | <version>${kotlin.version}</version> |
| 402 | <scope>test</scope> |
| 403 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 43aeebf | 2018-12-01 19:54:07 -0500 | [diff] [blame] | 404 | <dependency> |
Muthuramalingam, Brinda Santh | b8236b9 | 2019-02-15 09:15:35 -0500 | [diff] [blame] | 405 | <groupId>org.jetbrains.kotlinx</groupId> |
| 406 | <artifactId>kotlinx-coroutines-test</artifactId> |
| 407 | <version>${kotlin.couroutines.version}</version> |
| 408 | <scope>test</scope> |
| 409 | </dependency> |
| 410 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 43aeebf | 2018-12-01 19:54:07 -0500 | [diff] [blame] | 411 | <groupId>io.grpc</groupId> |
| 412 | <artifactId>grpc-testing</artifactId> |
| 413 | <version>${grpc.version}</version> |
| 414 | <scope>test</scope> |
| 415 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 416 | </dependencies> |
| 417 | </dependencyManagement> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 418 | |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 419 | <dependencies> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 420 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 421 | <groupId>com.att.eelf</groupId> |
| 422 | <artifactId>eelf-core</artifactId> |
| 423 | </dependency> |
| 424 | <dependency> |
| 425 | <groupId>org.onap.logging-analytics</groupId> |
| 426 | <artifactId>logging-slf4j</artifactId> |
| 427 | </dependency> |
| 428 | <dependency> |
| 429 | <groupId>org.apache.commons</groupId> |
| 430 | <artifactId>commons-lang3</artifactId> |
| 431 | </dependency> |
| 432 | <dependency> |
| 433 | <groupId>commons-collections</groupId> |
| 434 | <artifactId>commons-collections</artifactId> |
| 435 | </dependency> |
| 436 | <dependency> |
| 437 | <groupId>commons-io</groupId> |
| 438 | <artifactId>commons-io</artifactId> |
| 439 | </dependency> |
| 440 | <dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 441 | <groupId>org.apache.commons</groupId> |
| 442 | <artifactId>commons-compress</artifactId> |
| 443 | </dependency> |
| 444 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 445 | <groupId>com.jayway.jsonpath</groupId> |
| 446 | <artifactId>json-path</artifactId> |
| 447 | </dependency> |
| 448 | <dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 449 | <groupId>com.google.guava</groupId> |
| 450 | <artifactId>guava</artifactId> |
| 451 | </dependency> |
| 452 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 453 | <groupId>io.springfox</groupId> |
| 454 | <artifactId>springfox-swagger2</artifactId> |
| 455 | </dependency> |
| 456 | <dependency> |
| 457 | <groupId>io.springfox</groupId> |
| 458 | <artifactId>springfox-swagger-ui</artifactId> |
| 459 | </dependency> |
| 460 | <dependency> |
| 461 | <groupId>org.jetbrains.kotlin</groupId> |
| 462 | <artifactId>kotlin-stdlib</artifactId> |
| 463 | </dependency> |
| 464 | <dependency> |
| 465 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 466 | <artifactId>kotlin-script-util</artifactId> |
| 467 | </dependency> |
| 468 | <dependency> |
| 469 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 470 | <artifactId>kotlin-stdlib-jdk8</artifactId> |
| 471 | </dependency> |
| 472 | <dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 473 | <groupId>org.jetbrains.kotlinx</groupId> |
| 474 | <artifactId>kotlinx-coroutines-core</artifactId> |
| 475 | </dependency> |
| 476 | <dependency> |
| 477 | <groupId>org.jetbrains.kotlinx</groupId> |
| 478 | <artifactId>kotlinx-coroutines-reactor</artifactId> |
| 479 | </dependency> |
| 480 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 481 | <groupId>com.fasterxml.jackson.module</groupId> |
| 482 | <artifactId>jackson-module-kotlin</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 483 | </dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 484 | <dependency> |
| 485 | <groupId>org.jetbrains.kotlin</groupId> |
Alexis de Talhouët | 4a65d47 | 2019-01-17 16:47:46 -0500 | [diff] [blame] | 486 | <artifactId>kotlin-compiler-embeddable</artifactId> |
| 487 | </dependency> |
| 488 | <dependency> |
| 489 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 490 | <artifactId>kotlin-scripting-jvm-host</artifactId> |
Alexis de Talhouët | 4a65d47 | 2019-01-17 16:47:46 -0500 | [diff] [blame] | 491 | <!--Use kotlin-compiler-embeddable as koltin-compiler wrap--> |
| 492 | <!--guava dependency creating classpath issues at runtime--> |
| 493 | <exclusions> |
| 494 | <exclusion> |
| 495 | <groupId>org.jetbrains.kotlin</groupId> |
| 496 | <artifactId>kotlin-compiler</artifactId> |
| 497 | </exclusion> |
| 498 | </exclusions> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 499 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | aa92702 | 2018-11-24 14:25:26 -0500 | [diff] [blame] | 500 | <!-- GRPC Dependencies --> |
| 501 | <dependency> |
| 502 | <groupId>io.grpc</groupId> |
| 503 | <artifactId>grpc-netty</artifactId> |
| 504 | </dependency> |
| 505 | <dependency> |
| 506 | <groupId>io.grpc</groupId> |
| 507 | <artifactId>grpc-protobuf</artifactId> |
| 508 | </dependency> |
| 509 | <dependency> |
| 510 | <groupId>io.grpc</groupId> |
| 511 | <artifactId>grpc-stub</artifactId> |
| 512 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 3b4a7eb | 2018-12-07 16:37:03 -0500 | [diff] [blame] | 513 | <dependency> |
| 514 | <groupId>com.google.protobuf</groupId> |
| 515 | <artifactId>protobuf-java-util</artifactId> |
| 516 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 517 | </dependencies> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 518 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 519 | <build> |
| 520 | <plugins> |
| 521 | <plugin> |
| 522 | <groupId>org.jetbrains.kotlin</groupId> |
| 523 | <artifactId>kotlin-maven-plugin</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 524 | <version>${kotlin.maven.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 525 | <executions> |
| 526 | <execution> |
| 527 | <id>compile</id> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 528 | <goals> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 529 | <goal>compile</goal> |
| 530 | </goals> |
| 531 | <configuration> |
| 532 | <sourceDirs> |
| 533 | <sourceDir>${project.basedir}/src/main/kotlin</sourceDir> |
| 534 | <sourceDir>${project.basedir}/src/main/java</sourceDir> |
| 535 | </sourceDirs> |
| 536 | </configuration> |
| 537 | </execution> |
| 538 | <execution> |
| 539 | <id>test-compile</id> |
| 540 | <goals> |
| 541 | <goal>test-compile</goal> |
| 542 | </goals> |
| 543 | <configuration> |
| 544 | <sourceDirs> |
| 545 | <sourceDir>${project.basedir}/src/test/kotlin</sourceDir> |
| 546 | <sourceDir>${project.basedir}/src/test/java</sourceDir> |
| 547 | </sourceDirs> |
| 548 | </configuration> |
| 549 | </execution> |
| 550 | </executions> |
| 551 | </plugin> |
| 552 | <plugin> |
| 553 | <groupId>org.apache.maven.plugins</groupId> |
| 554 | <artifactId>maven-compiler-plugin</artifactId> |
| 555 | <version>3.5.1</version> |
| 556 | <configuration> |
| 557 | <source>${maven.compiler.source}</source> |
| 558 | <target>${maven.compiler.target}</target> |
| 559 | </configuration> |
| 560 | </plugin> |
| 561 | </plugins> |
| 562 | </build> |
| 563 | </project> |