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> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 23 | <groupId>org.onap.ccsdk.cds</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 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> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 27 | <groupId>org.onap.ccsdk.cds.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> |
Alexis de Talhouët | c16b2a0 | 2019-03-27 17:20:06 -0400 | [diff] [blame] | 40 | <sshd.version>2.2.0</sshd.version> |
Muthuramalingam, Brinda Santh | ab7895a | 2019-03-15 07:59:22 -0400 | [diff] [blame] | 41 | <jsch.version>0.1.55</jsch.version> |
Muthuramalingam, Brinda Santh(bs2796) | 3b4a7eb | 2018-12-07 16:37:03 -0500 | [diff] [blame] | 42 | <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] | 43 | <eelf.version>1.0.0</eelf.version> |
Timoney, Dan (dt5972) | d7d47b4 | 2019-01-04 10:43:33 -0500 | [diff] [blame] | 44 | <sli.version>0.4.1-SNAPSHOT</sli.version> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 45 | <guava.version>27.0.1-jre</guava.version> |
Muthuramalingam, Brinda Santh(bs2796) | d2ec19b | 2018-11-19 12:48:31 -0500 | [diff] [blame] | 46 | <jython.version>2.7.1</jython.version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 47 | <springfox.swagger2.version>2.9.2</springfox.swagger2.version> |
| 48 | <h2database.version>1.4.197</h2database.version> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 49 | <onap.logger.slf4j>1.2.2</onap.logger.slf4j> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 50 | <powermock.version>1.7.4</powermock.version> |
Muthuramalingam, Brinda Santh | b8236b9 | 2019-02-15 09:15:35 -0500 | [diff] [blame] | 51 | <mockk.version>1.9</mockk.version> |
janani b | 11b7e74 | 2019-03-19 19:37:13 +0530 | [diff] [blame] | 52 | <dmaap.client.version>1.1.5</dmaap.client.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 | |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 65 | <!--Swagger Dependencies --> |
| 66 | <dependency> |
| 67 | <groupId>io.springfox</groupId> |
| 68 | <artifactId>springfox-swagger2</artifactId> |
| 69 | <version>${springfox.swagger2.version}</version> |
Alexis de Talhouët | c4efe03 | 2019-03-28 15:43:40 -0400 | [diff] [blame^] | 70 | <exclusions> |
| 71 | <exclusion> |
| 72 | <groupId>org.slf4j</groupId> |
| 73 | <artifactId>slf4j-api</artifactId> |
| 74 | </exclusion> |
| 75 | </exclusions> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 76 | </dependency> |
| 77 | <dependency> |
| 78 | <groupId>io.springfox</groupId> |
| 79 | <artifactId>springfox-swagger-ui</artifactId> |
| 80 | <version>${springfox.swagger2.version}</version> |
| 81 | </dependency> |
| 82 | |
| 83 | <!-- Common Utils Dependencies --> |
| 84 | <dependency> |
| 85 | <groupId>org.apache.commons</groupId> |
| 86 | <artifactId>commons-lang3</artifactId> |
| 87 | <version>3.2.1</version> |
| 88 | </dependency> |
| 89 | <dependency> |
| 90 | <groupId>commons-collections</groupId> |
| 91 | <artifactId>commons-collections</artifactId> |
| 92 | <version>3.2.2</version> |
| 93 | </dependency> |
| 94 | <dependency> |
| 95 | <groupId>commons-io</groupId> |
| 96 | <artifactId>commons-io</artifactId> |
| 97 | <version>2.6</version> |
| 98 | </dependency> |
| 99 | <dependency> |
| 100 | <groupId>org.apache.commons</groupId> |
| 101 | <artifactId>commons-compress</artifactId> |
| 102 | <version>1.15</version> |
| 103 | </dependency> |
| 104 | <dependency> |
| 105 | <groupId>org.apache.velocity</groupId> |
| 106 | <artifactId>velocity</artifactId> |
| 107 | <version>1.7</version> |
Alexis de Talhouët | c4efe03 | 2019-03-28 15:43:40 -0400 | [diff] [blame^] | 108 | <exclusions> |
| 109 | <exclusion> |
| 110 | <groupId>org.slf4j</groupId> |
| 111 | <artifactId>slf4j-api</artifactId> |
| 112 | </exclusion> |
| 113 | </exclusions> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 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> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 218 | <groupId>org.onap.ccsdk.cds.components</groupId> |
Alexis de Talhouët | ee02d9a | 2019-03-04 10:22:04 -0500 | [diff] [blame] | 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> |
Alexis de Talhouët | c4efe03 | 2019-03-28 15:43:40 -0400 | [diff] [blame^] | 228 | <exclusions> |
| 229 | <exclusion> |
| 230 | <groupId>org.slf4j</groupId> |
| 231 | <artifactId>slf4j-api</artifactId> |
| 232 | </exclusion> |
| 233 | </exclusions> |
Muthuramalingam, Brinda Santh | ab7895a | 2019-03-15 07:59:22 -0400 | [diff] [blame] | 234 | </dependency> |
| 235 | <dependency> |
| 236 | <groupId>com.jcraft</groupId> |
| 237 | <artifactId>jsch</artifactId> |
| 238 | <version>${jsch.version}</version> |
| 239 | </dependency> |
| 240 | |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 241 | <!-- SLI Version --> |
| 242 | <dependency> |
| 243 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 244 | <artifactId>sli-provider</artifactId> |
| 245 | <version>${sli.version}</version> |
| 246 | <exclusions> |
| 247 | <exclusion> |
| 248 | <groupId>commons-lang</groupId> |
| 249 | <artifactId>commons-lang</artifactId> |
| 250 | </exclusion> |
| 251 | <exclusion> |
| 252 | <groupId>org.apache.commons</groupId> |
| 253 | <artifactId>*</artifactId> |
| 254 | </exclusion> |
| 255 | <exclusion> |
| 256 | <groupId>org.slf4j</groupId> |
| 257 | <artifactId>*</artifactId> |
| 258 | </exclusion> |
| 259 | <exclusion> |
| 260 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 261 | <artifactId>*</artifactId> |
| 262 | </exclusion> |
Muthuramalingam, Brinda Santh(bs2796) | 66439ec | 2018-12-17 11:15:28 -0500 | [diff] [blame] | 263 | <exclusion> |
| 264 | <groupId>org.opendaylight.controller</groupId> |
| 265 | <artifactId>*</artifactId> |
| 266 | </exclusion> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 267 | <exclusion> |
| 268 | <groupId>org.apache.tomcat</groupId> |
| 269 | <artifactId>*</artifactId> |
| 270 | </exclusion> |
| 271 | <exclusion> |
| 272 | <groupId>org.apache.karaf.shell</groupId> |
| 273 | <artifactId>*</artifactId> |
| 274 | </exclusion> |
| 275 | <exclusion> |
| 276 | <groupId>org.mariadb.jdbc</groupId> |
| 277 | <artifactId>*</artifactId> |
| 278 | </exclusion> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 279 | <exclusion> |
| 280 | <groupId>org.powermock</groupId> |
| 281 | <artifactId>*</artifactId> |
| 282 | </exclusion> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 283 | </exclusions> |
| 284 | </dependency> |
| 285 | |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 286 | |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 287 | <!-- Blueprint Processor Application Module Dependencies --> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 288 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 289 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 290 | <artifactId>processor-core</artifactId> |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 291 | <version>${project.version}</version> |
| 292 | </dependency> |
| 293 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 294 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 295 | <artifactId>db-lib</artifactId> |
| 296 | <version>${project.version}</version> |
| 297 | </dependency> |
| 298 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 299 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 300 | <artifactId>rest-lib</artifactId> |
| 301 | <version>${project.version}</version> |
| 302 | </dependency> |
| 303 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 304 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 305 | <artifactId>dmaap-lib</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 306 | <version>${project.version}</version> |
| 307 | </dependency> |
| 308 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 309 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 310 | <artifactId>execution-service</artifactId> |
| 311 | <version>${project.version}</version> |
| 312 | </dependency> |
| 313 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 314 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 315 | <artifactId>workflow-service</artifactId> |
| 316 | <version>${project.version}</version> |
| 317 | </dependency> |
| 318 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 319 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 320 | <artifactId>resource-api</artifactId> |
| 321 | <version>${project.version}</version> |
| 322 | </dependency> |
| 323 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 324 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 325 | <artifactId>selfservice-api</artifactId> |
| 326 | <version>${project.version}</version> |
| 327 | </dependency> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 328 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 329 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 330 | <artifactId>application</artifactId> |
| 331 | <version>${project.version}</version> |
| 332 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 333 | |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 334 | <!-- Functions --> |
| 335 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 336 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 337 | <artifactId>resource-resolution</artifactId> |
| 338 | <version>${project.version}</version> |
| 339 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 88c3ca2 | 2018-12-04 20:53:22 -0500 | [diff] [blame] | 340 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 341 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 88c3ca2 | 2018-12-04 20:53:22 -0500 | [diff] [blame] | 342 | <artifactId>python-executor</artifactId> |
| 343 | <version>${project.version}</version> |
| 344 | </dependency> |
| 345 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 346 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 88c3ca2 | 2018-12-04 20:53:22 -0500 | [diff] [blame] | 347 | <artifactId>netconf-executor</artifactId> |
| 348 | <version>${project.version}</version> |
| 349 | </dependency> |
Muthuramalingam, Brinda Santh | 2f15f49 | 2019-02-12 15:53:39 -0500 | [diff] [blame] | 350 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 351 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
Muthuramalingam, Brinda Santh | 2f15f49 | 2019-02-12 15:53:39 -0500 | [diff] [blame] | 352 | <artifactId>restconf-executor</artifactId> |
| 353 | <version>${project.version}</version> |
| 354 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 355 | |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 356 | <!-- Controller Blueprints Application Dependency --> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 357 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 358 | <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 359 | <artifactId>resource-dict</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 360 | <version>${project.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 361 | </dependency> |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 362 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 363 | <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId> |
Muthuramalingam, Brinda Santh | 2ecd4e7 | 2019-02-07 14:51:50 -0500 | [diff] [blame] | 364 | <artifactId>blueprint-core</artifactId> |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 365 | <version>${project.version}</version> |
| 366 | </dependency> |
Muthuramalingam, Brinda Santh | fd14fc1 | 2019-01-30 15:52:30 -0500 | [diff] [blame] | 367 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 368 | <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId> |
Muthuramalingam, Brinda Santh | fd14fc1 | 2019-01-30 15:52:30 -0500 | [diff] [blame] | 369 | <artifactId>blueprint-scripts</artifactId> |
| 370 | <version>${project.version}</version> |
| 371 | </dependency> |
Muthuramalingam, Brinda Santh | 5ad9dd1 | 2019-02-22 10:14:24 -0500 | [diff] [blame] | 372 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 373 | <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 374 | <artifactId>db-resources</artifactId> |
| 375 | <version>${project.version}</version> |
| 376 | </dependency> |
| 377 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 378 | <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId> |
Muthuramalingam, Brinda Santh | 5ad9dd1 | 2019-02-22 10:14:24 -0500 | [diff] [blame] | 379 | <artifactId>blueprint-validation</artifactId> |
| 380 | <version>${project.version}</version> |
| 381 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 382 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 383 | <!-- Database --> |
| 384 | <dependency> |
| 385 | <groupId>com.h2database</groupId> |
| 386 | <artifactId>h2</artifactId> |
| 387 | <version>${h2database.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 388 | <scope>test</scope> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 389 | </dependency> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 390 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 391 | <!-- Test Dependency --> |
| 392 | <dependency> |
Muthuramalingam, Brinda Santh | b8236b9 | 2019-02-15 09:15:35 -0500 | [diff] [blame] | 393 | <groupId>io.mockk</groupId> |
| 394 | <artifactId>mockk</artifactId> |
| 395 | <version>${mockk.version}</version> |
| 396 | <scope>test</scope> |
| 397 | </dependency> |
| 398 | <dependency> |
Brinda Santh | afbc152 | 2018-08-23 23:34:05 -0400 | [diff] [blame] | 399 | <groupId>org.powermock</groupId> |
| 400 | <artifactId>powermock-api-mockito2</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 401 | <version>${powermock.version}</version> |
Brinda Santh | afbc152 | 2018-08-23 23:34:05 -0400 | [diff] [blame] | 402 | <scope>test</scope> |
| 403 | </dependency> |
| 404 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 405 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 406 | <artifactId>kotlin-test-junit</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 407 | <version>${kotlin.version}</version> |
| 408 | <scope>test</scope> |
| 409 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 43aeebf | 2018-12-01 19:54:07 -0500 | [diff] [blame] | 410 | <dependency> |
Muthuramalingam, Brinda Santh | b8236b9 | 2019-02-15 09:15:35 -0500 | [diff] [blame] | 411 | <groupId>org.jetbrains.kotlinx</groupId> |
| 412 | <artifactId>kotlinx-coroutines-test</artifactId> |
| 413 | <version>${kotlin.couroutines.version}</version> |
| 414 | <scope>test</scope> |
| 415 | </dependency> |
| 416 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 43aeebf | 2018-12-01 19:54:07 -0500 | [diff] [blame] | 417 | <groupId>io.grpc</groupId> |
| 418 | <artifactId>grpc-testing</artifactId> |
| 419 | <version>${grpc.version}</version> |
| 420 | <scope>test</scope> |
| 421 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 422 | </dependencies> |
| 423 | </dependencyManagement> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 424 | |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 425 | <dependencies> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 426 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 427 | <groupId>org.apache.commons</groupId> |
| 428 | <artifactId>commons-lang3</artifactId> |
| 429 | </dependency> |
| 430 | <dependency> |
| 431 | <groupId>commons-collections</groupId> |
| 432 | <artifactId>commons-collections</artifactId> |
| 433 | </dependency> |
| 434 | <dependency> |
| 435 | <groupId>commons-io</groupId> |
| 436 | <artifactId>commons-io</artifactId> |
| 437 | </dependency> |
| 438 | <dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 439 | <groupId>org.apache.commons</groupId> |
| 440 | <artifactId>commons-compress</artifactId> |
| 441 | </dependency> |
| 442 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 443 | <groupId>com.jayway.jsonpath</groupId> |
| 444 | <artifactId>json-path</artifactId> |
Alexis de Talhouët | c4efe03 | 2019-03-28 15:43:40 -0400 | [diff] [blame^] | 445 | <exclusions> |
| 446 | <exclusion> |
| 447 | <groupId>org.slf4j</groupId> |
| 448 | <artifactId>slf4j-api</artifactId> |
| 449 | </exclusion> |
| 450 | </exclusions> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 451 | </dependency> |
| 452 | <dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 453 | <groupId>com.google.guava</groupId> |
| 454 | <artifactId>guava</artifactId> |
| 455 | </dependency> |
| 456 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 457 | <groupId>io.springfox</groupId> |
| 458 | <artifactId>springfox-swagger2</artifactId> |
Alexis de Talhouët | c4efe03 | 2019-03-28 15:43:40 -0400 | [diff] [blame^] | 459 | <exclusions> |
| 460 | <exclusion> |
| 461 | <groupId>org.slf4j</groupId> |
| 462 | <artifactId>slf4j-api</artifactId> |
| 463 | </exclusion> |
| 464 | </exclusions> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 465 | </dependency> |
| 466 | <dependency> |
| 467 | <groupId>io.springfox</groupId> |
| 468 | <artifactId>springfox-swagger-ui</artifactId> |
| 469 | </dependency> |
| 470 | <dependency> |
| 471 | <groupId>org.jetbrains.kotlin</groupId> |
| 472 | <artifactId>kotlin-stdlib</artifactId> |
| 473 | </dependency> |
| 474 | <dependency> |
| 475 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 476 | <artifactId>kotlin-script-util</artifactId> |
| 477 | </dependency> |
| 478 | <dependency> |
| 479 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 480 | <artifactId>kotlin-stdlib-jdk8</artifactId> |
| 481 | </dependency> |
| 482 | <dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 483 | <groupId>org.jetbrains.kotlinx</groupId> |
| 484 | <artifactId>kotlinx-coroutines-core</artifactId> |
| 485 | </dependency> |
| 486 | <dependency> |
| 487 | <groupId>org.jetbrains.kotlinx</groupId> |
| 488 | <artifactId>kotlinx-coroutines-reactor</artifactId> |
| 489 | </dependency> |
| 490 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 491 | <groupId>com.fasterxml.jackson.module</groupId> |
| 492 | <artifactId>jackson-module-kotlin</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 493 | </dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 494 | <dependency> |
| 495 | <groupId>org.jetbrains.kotlin</groupId> |
Alexis de Talhouët | 4a65d47 | 2019-01-17 16:47:46 -0500 | [diff] [blame] | 496 | <artifactId>kotlin-compiler-embeddable</artifactId> |
| 497 | </dependency> |
| 498 | <dependency> |
| 499 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 500 | <artifactId>kotlin-scripting-jvm-host</artifactId> |
Alexis de Talhouët | 4a65d47 | 2019-01-17 16:47:46 -0500 | [diff] [blame] | 501 | <!--Use kotlin-compiler-embeddable as koltin-compiler wrap--> |
| 502 | <!--guava dependency creating classpath issues at runtime--> |
| 503 | <exclusions> |
| 504 | <exclusion> |
| 505 | <groupId>org.jetbrains.kotlin</groupId> |
| 506 | <artifactId>kotlin-compiler</artifactId> |
| 507 | </exclusion> |
| 508 | </exclusions> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 509 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | aa92702 | 2018-11-24 14:25:26 -0500 | [diff] [blame] | 510 | <!-- GRPC Dependencies --> |
| 511 | <dependency> |
| 512 | <groupId>io.grpc</groupId> |
| 513 | <artifactId>grpc-netty</artifactId> |
| 514 | </dependency> |
| 515 | <dependency> |
| 516 | <groupId>io.grpc</groupId> |
| 517 | <artifactId>grpc-protobuf</artifactId> |
| 518 | </dependency> |
| 519 | <dependency> |
| 520 | <groupId>io.grpc</groupId> |
| 521 | <artifactId>grpc-stub</artifactId> |
| 522 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 3b4a7eb | 2018-12-07 16:37:03 -0500 | [diff] [blame] | 523 | <dependency> |
| 524 | <groupId>com.google.protobuf</groupId> |
| 525 | <artifactId>protobuf-java-util</artifactId> |
| 526 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 527 | </dependencies> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 528 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 529 | <build> |
| 530 | <plugins> |
| 531 | <plugin> |
| 532 | <groupId>org.jetbrains.kotlin</groupId> |
| 533 | <artifactId>kotlin-maven-plugin</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 534 | <version>${kotlin.maven.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 535 | <executions> |
| 536 | <execution> |
| 537 | <id>compile</id> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 538 | <goals> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 539 | <goal>compile</goal> |
| 540 | </goals> |
| 541 | <configuration> |
| 542 | <sourceDirs> |
| 543 | <sourceDir>${project.basedir}/src/main/kotlin</sourceDir> |
| 544 | <sourceDir>${project.basedir}/src/main/java</sourceDir> |
| 545 | </sourceDirs> |
| 546 | </configuration> |
| 547 | </execution> |
| 548 | <execution> |
| 549 | <id>test-compile</id> |
| 550 | <goals> |
| 551 | <goal>test-compile</goal> |
| 552 | </goals> |
| 553 | <configuration> |
| 554 | <sourceDirs> |
| 555 | <sourceDir>${project.basedir}/src/test/kotlin</sourceDir> |
| 556 | <sourceDir>${project.basedir}/src/test/java</sourceDir> |
| 557 | </sourceDirs> |
| 558 | </configuration> |
| 559 | </execution> |
| 560 | </executions> |
| 561 | </plugin> |
| 562 | <plugin> |
| 563 | <groupId>org.apache.maven.plugins</groupId> |
| 564 | <artifactId>maven-compiler-plugin</artifactId> |
| 565 | <version>3.5.1</version> |
| 566 | <configuration> |
| 567 | <source>${maven.compiler.source}</source> |
| 568 | <target>${maven.compiler.target}</target> |
| 569 | </configuration> |
| 570 | </plugin> |
| 571 | </plugins> |
| 572 | </build> |
| 573 | </project> |