Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Alexis de Talhouët | d4b56bc | 2019-07-01 19:25:41 -0400 | [diff] [blame] | 3 | ~ Copyright © 2017-2019 AT&T, IBM, Bell Canada. |
Brinda Santh | afbc152 | 2018-08-23 23:34:05 -0400 | [diff] [blame] | 4 | ~ |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 5 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | ~ you may not use this file except in compliance with the License. |
| 7 | ~ You may obtain a copy of the License at |
| 8 | ~ |
| 9 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | ~ |
| 11 | ~ Unless required by applicable law or agreed to in writing, software |
| 12 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | ~ See the License for the specific language governing permissions and |
| 15 | ~ limitations under the License. |
| 16 | --> |
Dan Timoney | 8edec22 | 2020-04-07 11:51:20 -0400 | [diff] [blame] | 17 | |
Timoney, Dan (dt5972) | 45bdf84 | 2019-08-06 10:19:48 -0400 | [diff] [blame] | 18 | <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] | 19 | <modelVersion>4.0.0</modelVersion> |
SINGAL, KAPIL (ks220y) | 24f39fd | 2019-09-17 16:36:59 +0000 | [diff] [blame] | 20 | |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 21 | <parent> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 22 | <groupId>org.onap.ccsdk.cds</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 23 | <artifactId>blueprintsprocessor</artifactId> |
Dan Timoney | 31ec742 | 2020-09-22 15:56:18 -0400 | [diff] [blame^] | 24 | <version>1.1.0-SNAPSHOT</version> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 25 | </parent> |
SINGAL, KAPIL (ks220y) | 24f39fd | 2019-09-17 16:36:59 +0000 | [diff] [blame] | 26 | |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 27 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 28 | <artifactId>blueprintsprocessor-parent</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 29 | <packaging>pom</packaging> |
SINGAL, KAPIL (ks220y) | 24f39fd | 2019-09-17 16:36:59 +0000 | [diff] [blame] | 30 | |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 31 | <name>MS Blueprints Processor Parent</name> |
SINGAL, KAPIL (ks220y) | 24f39fd | 2019-09-17 16:36:59 +0000 | [diff] [blame] | 32 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 33 | <properties> |
Brinda Santh | 65bb9d0 | 2020-02-05 15:51:03 -0500 | [diff] [blame] | 34 | <!-- Override CDS version from parent to be project.version --> |
Brinda Santh | 91b3a64 | 2020-03-06 13:04:37 -0500 | [diff] [blame] | 35 | <error.catalog.version>${project.version}</error.catalog.version> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 36 | <dmaap.client.version>1.1.5</dmaap.client.version> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 37 | <!-- Should be using released artifact as soon as available: --> |
| 38 | <!-- https://github.com/springfox/springfox/milestone/44 --> |
Dan Timoney | 25d7b49 | 2020-09-08 11:29:14 -0400 | [diff] [blame] | 39 | <springfox.swagger2.version>2.10.5</springfox.swagger2.version> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 40 | <eelf.version>1.0.0</eelf.version> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 41 | <onap.logger.slf4j>1.2.2</onap.logger.slf4j> |
Brinda Santh | 65bb9d0 | 2020-02-05 15:51:03 -0500 | [diff] [blame] | 42 | <hazelcast.version>4.0</hazelcast.version> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 43 | |
| 44 | <h2database.version>1.4.197</h2database.version> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 45 | <powermock.version>1.7.4</powermock.version> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 46 | <mockkserver.version>5.5.1</mockkserver.version> |
| 47 | <json.unit.version>2.8.0</json.unit.version> |
| 48 | <xmlunit.version>2.6.3</xmlunit.version> |
| 49 | |
Brinda Santh | 910fa69 | 2019-10-22 16:14:00 -0400 | [diff] [blame] | 50 | <netty-ssl>2.0.26.Final</netty-ssl> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 51 | <sshd.version>2.2.0</sshd.version> |
| 52 | <jsch.version>0.1.55</jsch.version> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 53 | <jslt.version>0.1.8</jslt.version> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 54 | <jython.version>2.7.1</jython.version> |
Steve Siani | 49552ce | 2019-07-08 12:33:43 -0400 | [diff] [blame] | 55 | <jinja.version>2.5.1</jinja.version> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 56 | <guava.version>27.0.1-jre</guava.version> |
Serge Simard | 34c4246 | 2019-08-08 10:55:57 -0400 | [diff] [blame] | 57 | <json-patch.version>1.9</json-patch.version> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 58 | <json-smart.version>2.3</json-smart.version> |
| 59 | |
| 60 | <commons-io-version>2.6</commons-io-version> |
Lukasz Rajewski | cc9f145 | 2020-02-23 19:36:38 +0100 | [diff] [blame] | 61 | <commons-compress-version>1.20</commons-compress-version> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 62 | <commons-collections-version>3.2.2</commons-collections-version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 63 | </properties> |
SINGAL, KAPIL (ks220y) | 24f39fd | 2019-09-17 16:36:59 +0000 | [diff] [blame] | 64 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 65 | <dependencyManagement> |
| 66 | <dependencies> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 67 | <!-- Spring Boot --> |
| 68 | <dependency> |
| 69 | <groupId>org.springframework.boot</groupId> |
| 70 | <artifactId>spring-boot-starter-parent</artifactId> |
| 71 | <version>${spring.boot.version}</version> |
| 72 | <type>pom</type> |
| 73 | <scope>import</scope> |
| 74 | </dependency> |
Brinda Santh | 0042e9e | 2019-05-20 15:27:55 -0400 | [diff] [blame] | 75 | <dependency> |
| 76 | <groupId>org.springframework.kafka</groupId> |
| 77 | <artifactId>spring-kafka</artifactId> |
Brinda Santh | 5c094c6 | 2020-01-31 14:41:41 -0500 | [diff] [blame] | 78 | <version>${spring-kafka.version}</version> |
Brinda Santh | 0042e9e | 2019-05-20 15:27:55 -0400 | [diff] [blame] | 79 | </dependency> |
| 80 | |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 81 | <!--Swagger Dependencies --> |
| 82 | <dependency> |
| 83 | <groupId>io.springfox</groupId> |
| 84 | <artifactId>springfox-swagger2</artifactId> |
| 85 | <version>${springfox.swagger2.version}</version> |
Alexis de Talhouët | c4efe03 | 2019-03-28 15:43:40 -0400 | [diff] [blame] | 86 | <exclusions> |
| 87 | <exclusion> |
| 88 | <groupId>org.slf4j</groupId> |
| 89 | <artifactId>slf4j-api</artifactId> |
| 90 | </exclusion> |
| 91 | </exclusions> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 92 | </dependency> |
| 93 | <dependency> |
| 94 | <groupId>io.springfox</groupId> |
| 95 | <artifactId>springfox-swagger-ui</artifactId> |
| 96 | <version>${springfox.swagger2.version}</version> |
Steve Siani | e827a3a | 2019-07-09 15:53:57 -0400 | [diff] [blame] | 97 | <exclusions> |
| 98 | <exclusion> |
| 99 | <groupId>org.slf4j</groupId> |
| 100 | <artifactId>slf4j-api</artifactId> |
| 101 | </exclusion> |
| 102 | </exclusions> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 103 | </dependency> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 104 | |
| 105 | <!-- |
| 106 | <dependency> |
| 107 | <groupId>io.springfox</groupId> |
| 108 | <artifactId>springfox-spring-webflux</artifactId> |
| 109 | <version>${springfox.swagger2.version}</version> |
| 110 | <exclusions> |
| 111 | <exclusion> |
| 112 | <groupId>org.slf4j</groupId> |
| 113 | <artifactId>slf4j-api</artifactId> |
| 114 | </exclusion> |
| 115 | </exclusions> |
| 116 | </dependency> |
| 117 | --> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 118 | |
| 119 | <!-- Common Utils Dependencies --> |
| 120 | <dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 121 | <groupId>commons-collections</groupId> |
| 122 | <artifactId>commons-collections</artifactId> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 123 | <version>${commons-collections-version}</version> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 124 | </dependency> |
| 125 | <dependency> |
| 126 | <groupId>commons-io</groupId> |
| 127 | <artifactId>commons-io</artifactId> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 128 | <version>${commons-io-version}</version> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 129 | </dependency> |
| 130 | <dependency> |
Lukasz Rajewski | cc9f145 | 2020-02-23 19:36:38 +0100 | [diff] [blame] | 131 | <groupId>org.apache.commons</groupId> |
| 132 | <artifactId>commons-compress</artifactId> |
| 133 | <version>${commons-compress-version}</version> |
| 134 | </dependency> |
| 135 | <dependency> |
Steve Siani | f7d891d | 2019-04-03 15:23:27 -0400 | [diff] [blame] | 136 | <groupId>com.hubspot.jinjava</groupId> |
| 137 | <artifactId>jinjava</artifactId> |
| 138 | <version>${jinja.version}</version> |
| 139 | </dependency> |
| 140 | <dependency> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 141 | <groupId>com.schibsted.spt.data</groupId> |
| 142 | <artifactId>jslt</artifactId> |
| 143 | <version>${jslt.version}</version> |
| 144 | </dependency> |
| 145 | <dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 146 | <groupId>com.google.guava</groupId> |
| 147 | <artifactId>guava</artifactId> |
| 148 | <version>${guava.version}</version> |
| 149 | </dependency> |
| 150 | <dependency> |
Brinda Santh | 571c493 | 2019-08-09 15:32:18 -0400 | [diff] [blame] | 151 | <groupId>net.javacrumbs.json-unit</groupId> |
| 152 | <artifactId>json-unit-json-path</artifactId> |
| 153 | <version>${json.unit.version}</version> |
| 154 | <scope>compile</scope> |
| 155 | </dependency> |
| 156 | <dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 157 | <groupId>org.python</groupId> |
| 158 | <artifactId>jython-standalone</artifactId> |
| 159 | <version>${jython.version}</version> |
| 160 | </dependency> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 161 | <dependency> |
| 162 | <groupId>net.minidev</groupId> |
| 163 | <artifactId>json-smart</artifactId> |
| 164 | <version>${json-smart.version}</version> |
| 165 | </dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 166 | |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 167 | <!-- Kotlin Dependencies --> |
| 168 | <dependency> |
| 169 | <groupId>org.jetbrains.kotlin</groupId> |
| 170 | <artifactId>kotlin-stdlib</artifactId> |
| 171 | <version>${kotlin.version}</version> |
| 172 | </dependency> |
| 173 | <dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 174 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh | 94df510 | 2019-01-23 11:42:13 -0500 | [diff] [blame] | 175 | <artifactId>kotlin-stdlib-common</artifactId> |
| 176 | <version>${kotlin.version}</version> |
| 177 | </dependency> |
Muthuramalingam, Brinda Santh | b20d517 | 2019-01-25 20:17:35 -0500 | [diff] [blame] | 178 | <!--Use kotlin-compiler-embeddable instead koltin-compiler wrap--> |
| 179 | <!--guava dependency inside kotlin-compiler creating classpath issues at runtime--> |
Muthuramalingam, Brinda Santh | 94df510 | 2019-01-23 11:42:13 -0500 | [diff] [blame] | 180 | <dependency> |
| 181 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 182 | <artifactId>kotlin-scripting-jvm-host</artifactId> |
| 183 | <version>${kotlin.version}</version> |
Muthuramalingam, Brinda Santh | b20d517 | 2019-01-25 20:17:35 -0500 | [diff] [blame] | 184 | <exclusions> |
| 185 | <exclusion> |
| 186 | <groupId>org.jetbrains.kotlin</groupId> |
| 187 | <artifactId>kotlin-compile</artifactId> |
| 188 | </exclusion> |
| 189 | </exclusions> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 190 | </dependency> |
| 191 | <dependency> |
| 192 | <groupId>org.jetbrains.kotlin</groupId> |
| 193 | <artifactId>kotlin-compiler-embeddable</artifactId> |
| 194 | <version>${kotlin.version}</version> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 195 | </dependency> |
| 196 | <dependency> |
| 197 | <groupId>org.jetbrains.kotlin</groupId> |
| 198 | <artifactId>kotlin-script-util</artifactId> |
| 199 | <version>${kotlin.version}</version> |
| 200 | </dependency> |
| 201 | <dependency> |
| 202 | <groupId>org.jetbrains.kotlin</groupId> |
| 203 | <artifactId>kotlin-script-runtime</artifactId> |
| 204 | <version>${kotlin.version}</version> |
| 205 | </dependency> |
| 206 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | aa92702 | 2018-11-24 14:25:26 -0500 | [diff] [blame] | 207 | <groupId>org.jetbrains.kotlinx</groupId> |
| 208 | <artifactId>kotlinx-coroutines-core</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 209 | <version>${kotlin.couroutines.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 210 | </dependency> |
| 211 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | cf6cf51 | 2018-12-20 11:16:31 -0500 | [diff] [blame] | 212 | <groupId>org.jetbrains.kotlinx</groupId> |
| 213 | <artifactId>kotlinx-coroutines-reactor</artifactId> |
| 214 | <version>${kotlin.couroutines.version}</version> |
| 215 | </dependency> |
| 216 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | ee467d7 | 2018-08-23 15:54:30 +0000 | [diff] [blame] | 217 | <groupId>org.jetbrains.kotlin</groupId> |
| 218 | <artifactId>kotlin-reflect</artifactId> |
| 219 | <version>${kotlin.version}</version> |
| 220 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 221 | <dependency> |
Brinda Santh | ea84b36 | 2019-12-03 16:15:20 -0500 | [diff] [blame] | 222 | <groupId>com.github.marcoferrer.krotoplus</groupId> |
| 223 | <artifactId>kroto-plus-coroutines</artifactId> |
| 224 | <version>${kroto-plus.version}</version> |
| 225 | </dependency> |
| 226 | <dependency> |
Brinda Santh | 910fa69 | 2019-10-22 16:14:00 -0400 | [diff] [blame] | 227 | <groupId>io.netty</groupId> |
| 228 | <artifactId>netty-tcnative-boringssl-static</artifactId> |
| 229 | <version>${netty-ssl}</version> |
| 230 | </dependency> |
Brinda Santh | 7003208 | 2019-09-11 22:07:33 -0400 | [diff] [blame] | 231 | |
Brinda Santh | 10c2988 | 2019-12-18 15:19:58 -0500 | [diff] [blame] | 232 | <!-- NATS --> |
| 233 | <dependency> |
| 234 | <groupId>io.nats</groupId> |
| 235 | <artifactId>jnats</artifactId> |
| 236 | <version>${nats.version}</version> |
| 237 | </dependency> |
| 238 | <dependency> |
| 239 | <groupId>io.nats</groupId> |
| 240 | <artifactId>java-nats-streaming</artifactId> |
| 241 | <version>${nats.streaming.version}</version> |
| 242 | </dependency> |
| 243 | |
Brinda Santh | 65bb9d0 | 2020-02-05 15:51:03 -0500 | [diff] [blame] | 244 | <!-- Hazelcast --> |
Brinda Santh | 383235b | 2019-12-16 20:59:41 -0500 | [diff] [blame] | 245 | <dependency> |
Brinda Santh | 65bb9d0 | 2020-02-05 15:51:03 -0500 | [diff] [blame] | 246 | <groupId>com.hazelcast</groupId> |
| 247 | <artifactId>hazelcast-all</artifactId> |
| 248 | <version>${hazelcast.version}</version> |
Brinda Santh | 383235b | 2019-12-16 20:59:41 -0500 | [diff] [blame] | 249 | </dependency> |
| 250 | |
Muthuramalingam, Brinda Santh | ab7895a | 2019-03-15 07:59:22 -0400 | [diff] [blame] | 251 | <!-- Adaptors --> |
| 252 | <dependency> |
| 253 | <groupId>org.apache.sshd</groupId> |
| 254 | <artifactId>sshd-core</artifactId> |
| 255 | <version>${sshd.version}</version> |
Alexis de Talhouët | c4efe03 | 2019-03-28 15:43:40 -0400 | [diff] [blame] | 256 | <exclusions> |
| 257 | <exclusion> |
| 258 | <groupId>org.slf4j</groupId> |
| 259 | <artifactId>slf4j-api</artifactId> |
| 260 | </exclusion> |
| 261 | </exclusions> |
Muthuramalingam, Brinda Santh | ab7895a | 2019-03-15 07:59:22 -0400 | [diff] [blame] | 262 | </dependency> |
| 263 | <dependency> |
| 264 | <groupId>com.jcraft</groupId> |
| 265 | <artifactId>jsch</artifactId> |
| 266 | <version>${jsch.version}</version> |
| 267 | </dependency> |
Brinda Santh | 0042e9e | 2019-05-20 15:27:55 -0400 | [diff] [blame] | 268 | <dependency> |
| 269 | <groupId>org.apache.kafka</groupId> |
| 270 | <artifactId>kafka-clients</artifactId> |
| 271 | <version>${kafka.version}</version> |
| 272 | </dependency> |
| 273 | <dependency> |
| 274 | <groupId>org.apache.kafka</groupId> |
| 275 | <artifactId>kafka-streams</artifactId> |
| 276 | <version>${kafka.version}</version> |
| 277 | </dependency> |
| 278 | |
Brinda Santh | 91b3a64 | 2020-03-06 13:04:37 -0500 | [diff] [blame] | 279 | <!-- Error Catalog --> |
| 280 | <dependency> |
Dan Timoney | f946eae | 2020-03-17 08:34:04 -0400 | [diff] [blame] | 281 | <groupId>org.onap.ccsdk.cds.error.catalog</groupId> |
Brinda Santh | 91b3a64 | 2020-03-06 13:04:37 -0500 | [diff] [blame] | 282 | <artifactId>error-catalog-core</artifactId> |
| 283 | <version>${error.catalog.version}</version> |
| 284 | <exclusions> |
| 285 | <exclusion> |
| 286 | <groupId>*</groupId> |
| 287 | <artifactId>*</artifactId> |
| 288 | </exclusion> |
| 289 | </exclusions> |
| 290 | </dependency> |
| 291 | <dependency> |
Dan Timoney | f946eae | 2020-03-17 08:34:04 -0400 | [diff] [blame] | 292 | <groupId>org.onap.ccsdk.cds.error.catalog</groupId> |
Brinda Santh | 91b3a64 | 2020-03-06 13:04:37 -0500 | [diff] [blame] | 293 | <artifactId>error-catalog-services</artifactId> |
| 294 | <version>${error.catalog.version}</version> |
| 295 | <exclusions> |
| 296 | <exclusion> |
| 297 | <groupId>*</groupId> |
| 298 | <artifactId>*</artifactId> |
| 299 | </exclusion> |
| 300 | </exclusions> |
| 301 | </dependency> |
| 302 | |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 303 | <!-- SLI Version --> |
| 304 | <dependency> |
| 305 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 306 | <artifactId>sli-provider</artifactId> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 307 | <version>${ccsdk.sli.core.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 308 | <exclusions> |
| 309 | <exclusion> |
| 310 | <groupId>commons-lang</groupId> |
| 311 | <artifactId>commons-lang</artifactId> |
| 312 | </exclusion> |
| 313 | <exclusion> |
| 314 | <groupId>org.apache.commons</groupId> |
| 315 | <artifactId>*</artifactId> |
| 316 | </exclusion> |
| 317 | <exclusion> |
| 318 | <groupId>org.slf4j</groupId> |
| 319 | <artifactId>*</artifactId> |
| 320 | </exclusion> |
| 321 | <exclusion> |
| 322 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 323 | <artifactId>*</artifactId> |
| 324 | </exclusion> |
Muthuramalingam, Brinda Santh(bs2796) | 66439ec | 2018-12-17 11:15:28 -0500 | [diff] [blame] | 325 | <exclusion> |
| 326 | <groupId>org.opendaylight.controller</groupId> |
| 327 | <artifactId>*</artifactId> |
| 328 | </exclusion> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 329 | <exclusion> |
| 330 | <groupId>org.apache.tomcat</groupId> |
| 331 | <artifactId>*</artifactId> |
| 332 | </exclusion> |
| 333 | <exclusion> |
| 334 | <groupId>org.apache.karaf.shell</groupId> |
| 335 | <artifactId>*</artifactId> |
| 336 | </exclusion> |
| 337 | <exclusion> |
| 338 | <groupId>org.mariadb.jdbc</groupId> |
| 339 | <artifactId>*</artifactId> |
| 340 | </exclusion> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 341 | <exclusion> |
| 342 | <groupId>org.powermock</groupId> |
| 343 | <artifactId>*</artifactId> |
| 344 | </exclusion> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 345 | </exclusions> |
| 346 | </dependency> |
| 347 | |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 348 | <!-- Blueprint Processor Application Module Dependencies --> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 349 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 350 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 351 | <artifactId>processor-core</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 352 | <version>${ccsdk.cds.version}</version> |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 353 | </dependency> |
| 354 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 355 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 356 | <artifactId>db-lib</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 357 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 358 | </dependency> |
| 359 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 360 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 361 | <artifactId>rest-lib</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 362 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 363 | </dependency> |
| 364 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 365 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Brinda Santh | 10c2988 | 2019-12-18 15:19:58 -0500 | [diff] [blame] | 366 | <artifactId>nats-lib</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 367 | <version>${ccsdk.cds.version}</version> |
Brinda Santh | 10c2988 | 2019-12-18 15:19:58 -0500 | [diff] [blame] | 368 | </dependency> |
| 369 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 370 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Brinda Santh | 12b078d | 2019-05-15 15:21:34 -0400 | [diff] [blame] | 371 | <artifactId>ssh-lib</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 372 | <version>${ccsdk.cds.version}</version> |
Brinda Santh | 12b078d | 2019-05-15 15:21:34 -0400 | [diff] [blame] | 373 | </dependency> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 374 | |
Singal, Kapil (ks220y) | 98d0905 | 2019-10-30 11:38:18 -0400 | [diff] [blame] | 375 | <!-- message-lib dependency --> |
| 376 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 377 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Singal, Kapil (ks220y) | 98d0905 | 2019-10-30 11:38:18 -0400 | [diff] [blame] | 378 | <artifactId>message-lib</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 379 | <version>${ccsdk.cds.version}</version> |
Singal, Kapil (ks220y) | 98d0905 | 2019-10-30 11:38:18 -0400 | [diff] [blame] | 380 | </dependency> |
Brinda Santh | 12b078d | 2019-05-15 15:21:34 -0400 | [diff] [blame] | 381 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 382 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 383 | <artifactId>dmaap-lib</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 384 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 385 | </dependency> |
| 386 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 387 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Brinda Santh | bc95a55 | 2019-04-10 18:14:44 -0400 | [diff] [blame] | 388 | <artifactId>grpc-lib</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 389 | <version>${ccsdk.cds.version}</version> |
Brinda Santh | bc95a55 | 2019-04-10 18:14:44 -0400 | [diff] [blame] | 390 | </dependency> |
| 391 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 392 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 393 | <artifactId>execution-service</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 394 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 395 | </dependency> |
| 396 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 397 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 398 | <artifactId>workflow-service</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 399 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 400 | </dependency> |
Brinda Santh | 8d3f825 | 2019-08-01 11:25:14 -0400 | [diff] [blame] | 401 | |
| 402 | <!-- North Bound --> |
| 403 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 404 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Serge Simard | 34c4246 | 2019-08-08 10:55:57 -0400 | [diff] [blame] | 405 | <artifactId>configs-api</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 406 | <version>${ccsdk.cds.version}</version> |
Serge Simard | 34c4246 | 2019-08-08 10:55:57 -0400 | [diff] [blame] | 407 | </dependency> |
| 408 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 409 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Brinda Santh | 8d3f825 | 2019-08-01 11:25:14 -0400 | [diff] [blame] | 410 | <artifactId>designer-api</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 411 | <version>${ccsdk.cds.version}</version> |
Brinda Santh | 8d3f825 | 2019-08-01 11:25:14 -0400 | [diff] [blame] | 412 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 413 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 414 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 415 | <artifactId>resource-api</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 416 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 417 | </dependency> |
| 418 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 419 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 420 | <artifactId>selfservice-api</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 421 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 422 | </dependency> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 423 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 424 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
| 425 | <artifactId>blueprintsprocessor-application</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 426 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 427 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 428 | |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 429 | <!-- Functions --> |
| 430 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 431 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 432 | <artifactId>resource-resolution</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 433 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 434 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 88c3ca2 | 2018-12-04 20:53:22 -0500 | [diff] [blame] | 435 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 436 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
Huang Cheng | fdfeef7 | 2020-02-04 03:53:15 +0000 | [diff] [blame] | 437 | <artifactId>restful-executor</artifactId> |
Huang Cheng | 00fc758 | 2020-01-08 09:44:17 +0000 | [diff] [blame] | 438 | <version>${ccsdk.cds.version}</version> |
| 439 | </dependency> |
| 440 | <dependency> |
| 441 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 88c3ca2 | 2018-12-04 20:53:22 -0500 | [diff] [blame] | 442 | <artifactId>python-executor</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 443 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 88c3ca2 | 2018-12-04 20:53:22 -0500 | [diff] [blame] | 444 | </dependency> |
| 445 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 446 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
Serge Simard | a3d9ac8 | 2019-05-17 06:39:58 -0400 | [diff] [blame] | 447 | <artifactId>ansible-awx-executor</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 448 | <version>${ccsdk.cds.version}</version> |
Serge Simard | a3d9ac8 | 2019-05-17 06:39:58 -0400 | [diff] [blame] | 449 | </dependency> |
| 450 | <dependency> |
| 451 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 88c3ca2 | 2018-12-04 20:53:22 -0500 | [diff] [blame] | 452 | <artifactId>netconf-executor</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 453 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 88c3ca2 | 2018-12-04 20:53:22 -0500 | [diff] [blame] | 454 | </dependency> |
Muthuramalingam, Brinda Santh | 2f15f49 | 2019-02-12 15:53:39 -0500 | [diff] [blame] | 455 | <dependency> |
Alexis de Talhouët | c90edac | 2019-03-25 13:04:18 -0400 | [diff] [blame] | 456 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
Muthuramalingam, Brinda Santh | 2f15f49 | 2019-02-12 15:53:39 -0500 | [diff] [blame] | 457 | <artifactId>restconf-executor</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 458 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh | 2f15f49 | 2019-02-12 15:53:39 -0500 | [diff] [blame] | 459 | </dependency> |
Brinda Santh | 145662f | 2019-05-16 12:37:55 -0400 | [diff] [blame] | 460 | <dependency> |
| 461 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
| 462 | <artifactId>cli-executor</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 463 | <version>${ccsdk.cds.version}</version> |
Brinda Santh | 145662f | 2019-05-16 12:37:55 -0400 | [diff] [blame] | 464 | </dependency> |
Serge Simard | 34c4246 | 2019-08-08 10:55:57 -0400 | [diff] [blame] | 465 | <dependency> |
| 466 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
| 467 | <artifactId>config-snapshots</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 468 | <version>${ccsdk.cds.version}</version> |
Serge Simard | 34c4246 | 2019-08-08 10:55:57 -0400 | [diff] [blame] | 469 | </dependency> |
Brinda Santh | 71616cc | 2019-11-25 17:19:02 -0500 | [diff] [blame] | 470 | <dependency> |
| 471 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
| 472 | <artifactId>message-prioritizaion</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 473 | <version>${ccsdk.cds.version}</version> |
| 474 | </dependency> |
| 475 | <dependency> |
Marek Szwałkiewicz | 836be77 | 2020-09-02 12:48:47 +0000 | [diff] [blame] | 476 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> |
| 477 | <artifactId>k8s-profile-upload</artifactId> |
| 478 | <version>${ccsdk.cds.version}</version> |
| 479 | </dependency> |
| 480 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 481 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 482 | <artifactId>health-api</artifactId> |
| 483 | <version>${ccsdk.cds.version}</version> |
| 484 | </dependency> |
| 485 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 486 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 487 | <artifactId>health-api-common</artifactId> |
| 488 | <version>${ccsdk.cds.version}</version> |
Brinda Santh | 71616cc | 2019-11-25 17:19:02 -0500 | [diff] [blame] | 489 | </dependency> |
Serge Simard | 34c4246 | 2019-08-08 10:55:57 -0400 | [diff] [blame] | 490 | <!-- Diff capability providers for config-snapshots --> |
| 491 | <dependency> |
| 492 | <groupId>com.github.fge</groupId> |
| 493 | <artifactId>json-patch</artifactId> |
| 494 | <version>${json-patch.version}</version> |
| 495 | </dependency> |
| 496 | <dependency> |
| 497 | <groupId>org.xmlunit</groupId> |
| 498 | <artifactId>xmlunit-core</artifactId> |
| 499 | <version>${xmlunit.version}</version> |
| 500 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 501 | |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 502 | <!-- Controller Blueprints Application Dependency --> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 503 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 504 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Brinda Santh | 10c2988 | 2019-12-18 15:19:58 -0500 | [diff] [blame] | 505 | <artifactId>resource-dict</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 506 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 507 | </dependency> |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 508 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 509 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Brinda Santh | 10c2988 | 2019-12-18 15:19:58 -0500 | [diff] [blame] | 510 | <artifactId>blueprint-core</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 511 | <version>${ccsdk.cds.version}</version> |
Steve Alphonse Siani | a5f9b6f | 2019-01-21 11:55:48 -0500 | [diff] [blame] | 512 | </dependency> |
Muthuramalingam, Brinda Santh | fd14fc1 | 2019-01-30 15:52:30 -0500 | [diff] [blame] | 513 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 514 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Brinda Santh | 10c2988 | 2019-12-18 15:19:58 -0500 | [diff] [blame] | 515 | <artifactId>blueprint-proto</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 516 | <version>${ccsdk.cds.version}</version> |
Brinda Santh | 7003208 | 2019-09-11 22:07:33 -0400 | [diff] [blame] | 517 | </dependency> |
| 518 | <dependency> |
Singal, Kapil (ks220y) | 8de37f9 | 2020-09-11 13:58:42 -0400 | [diff] [blame] | 519 | <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> |
Brinda Santh | 10c2988 | 2019-12-18 15:19:58 -0500 | [diff] [blame] | 520 | <artifactId>blueprint-validation</artifactId> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 521 | <version>${ccsdk.cds.version}</version> |
Muthuramalingam, Brinda Santh | 5ad9dd1 | 2019-02-22 10:14:24 -0500 | [diff] [blame] | 522 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 523 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 524 | <!-- Database --> |
| 525 | <dependency> |
| 526 | <groupId>com.h2database</groupId> |
| 527 | <artifactId>h2</artifactId> |
| 528 | <version>${h2database.version}</version> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 529 | <scope>test</scope> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 530 | </dependency> |
Muthuramalingam, Brinda Santh | fd2d3f4 | 2019-03-11 11:41:37 -0400 | [diff] [blame] | 531 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 532 | <!-- Test Dependency --> |
| 533 | <dependency> |
Muthuramalingam, Brinda Santh | b8236b9 | 2019-02-15 09:15:35 -0500 | [diff] [blame] | 534 | <groupId>io.mockk</groupId> |
| 535 | <artifactId>mockk</artifactId> |
| 536 | <version>${mockk.version}</version> |
| 537 | <scope>test</scope> |
| 538 | </dependency> |
| 539 | <dependency> |
Steve Siani | 81ff21b | 2019-04-08 10:38:41 -0400 | [diff] [blame] | 540 | <groupId>org.mock-server</groupId> |
| 541 | <artifactId>mockserver-netty</artifactId> |
| 542 | <version>${mockkserver.version}</version> |
| 543 | <scope>test</scope> |
| 544 | </dependency> |
| 545 | <dependency> |
Brinda Santh | afbc152 | 2018-08-23 23:34:05 -0400 | [diff] [blame] | 546 | <groupId>org.powermock</groupId> |
| 547 | <artifactId>powermock-api-mockito2</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 548 | <version>${powermock.version}</version> |
Brinda Santh | afbc152 | 2018-08-23 23:34:05 -0400 | [diff] [blame] | 549 | <scope>test</scope> |
| 550 | </dependency> |
| 551 | <dependency> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 552 | <groupId>com.nhaarman.mockitokotlin2</groupId> |
| 553 | <artifactId>mockito-kotlin</artifactId> |
| 554 | <version>2.2.0</version> |
| 555 | <scope>test</scope> |
| 556 | </dependency> |
| 557 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 558 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | c6ffd3c | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 559 | <artifactId>kotlin-test-junit</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 560 | <version>${kotlin.version}</version> |
| 561 | <scope>test</scope> |
| 562 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 43aeebf | 2018-12-01 19:54:07 -0500 | [diff] [blame] | 563 | <dependency> |
Muthuramalingam, Brinda Santh | b8236b9 | 2019-02-15 09:15:35 -0500 | [diff] [blame] | 564 | <groupId>org.jetbrains.kotlinx</groupId> |
| 565 | <artifactId>kotlinx-coroutines-test</artifactId> |
| 566 | <version>${kotlin.couroutines.version}</version> |
| 567 | <scope>test</scope> |
| 568 | </dependency> |
Singal, Kapil (ks220y) | d57c372 | 2020-01-10 15:16:15 -0500 | [diff] [blame] | 569 | |
Brinda Santh | 0042e9e | 2019-05-20 15:27:55 -0400 | [diff] [blame] | 570 | <!-- Spring Kafka --> |
| 571 | <dependency> |
| 572 | <groupId>org.springframework.kafka</groupId> |
| 573 | <artifactId>spring-kafka-test</artifactId> |
Brinda Santh | 5c094c6 | 2020-01-31 14:41:41 -0500 | [diff] [blame] | 574 | <version>${spring-kafka.version}</version> |
Brinda Santh | 0042e9e | 2019-05-20 15:27:55 -0400 | [diff] [blame] | 575 | <scope>test</scope> |
| 576 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 577 | </dependencies> |
| 578 | </dependencyManagement> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 579 | <dependencies> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 580 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 581 | <groupId>org.apache.commons</groupId> |
| 582 | <artifactId>commons-lang3</artifactId> |
| 583 | </dependency> |
| 584 | <dependency> |
| 585 | <groupId>commons-collections</groupId> |
| 586 | <artifactId>commons-collections</artifactId> |
| 587 | </dependency> |
| 588 | <dependency> |
| 589 | <groupId>commons-io</groupId> |
| 590 | <artifactId>commons-io</artifactId> |
| 591 | </dependency> |
| 592 | <dependency> |
| 593 | <groupId>com.jayway.jsonpath</groupId> |
| 594 | <artifactId>json-path</artifactId> |
Alexis de Talhouët | c4efe03 | 2019-03-28 15:43:40 -0400 | [diff] [blame] | 595 | <exclusions> |
| 596 | <exclusion> |
| 597 | <groupId>org.slf4j</groupId> |
| 598 | <artifactId>slf4j-api</artifactId> |
| 599 | </exclusion> |
| 600 | </exclusions> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 601 | </dependency> |
| 602 | <dependency> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 603 | <groupId>net.minidev</groupId> |
| 604 | <artifactId>json-smart</artifactId> |
| 605 | </dependency> |
| 606 | <dependency> |
Brinda Santh | 571c493 | 2019-08-09 15:32:18 -0400 | [diff] [blame] | 607 | <groupId>net.javacrumbs.json-unit</groupId> |
| 608 | <artifactId>json-unit-json-path</artifactId> |
| 609 | </dependency> |
| 610 | <dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 611 | <groupId>com.google.guava</groupId> |
| 612 | <artifactId>guava</artifactId> |
| 613 | </dependency> |
| 614 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 615 | <groupId>io.springfox</groupId> |
| 616 | <artifactId>springfox-swagger2</artifactId> |
Alexis de Talhouët | c4efe03 | 2019-03-28 15:43:40 -0400 | [diff] [blame] | 617 | <exclusions> |
| 618 | <exclusion> |
| 619 | <groupId>org.slf4j</groupId> |
| 620 | <artifactId>slf4j-api</artifactId> |
| 621 | </exclusion> |
| 622 | </exclusions> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 623 | </dependency> |
Singal, Kapil (ks220y) | 71f561e | 2019-09-18 10:05:39 -0400 | [diff] [blame] | 624 | <!-- <dependency>--> |
| 625 | <!-- <groupId>io.springfox</groupId>--> |
| 626 | <!-- <artifactId>springfox-spring-webflux</artifactId>--> |
| 627 | <!-- </dependency>--> |
Alexis de Talhouët | 2791db2 | 2019-06-23 15:30:36 -0400 | [diff] [blame] | 628 | <dependency> |
| 629 | <groupId>io.springfox</groupId> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 630 | <artifactId>springfox-swagger-ui</artifactId> |
| 631 | </dependency> |
| 632 | <dependency> |
| 633 | <groupId>org.jetbrains.kotlin</groupId> |
| 634 | <artifactId>kotlin-stdlib</artifactId> |
| 635 | </dependency> |
| 636 | <dependency> |
| 637 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 638 | <artifactId>kotlin-script-util</artifactId> |
| 639 | </dependency> |
| 640 | <dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 641 | <groupId>org.jetbrains.kotlinx</groupId> |
| 642 | <artifactId>kotlinx-coroutines-core</artifactId> |
| 643 | </dependency> |
| 644 | <dependency> |
| 645 | <groupId>org.jetbrains.kotlinx</groupId> |
| 646 | <artifactId>kotlinx-coroutines-reactor</artifactId> |
| 647 | </dependency> |
| 648 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 649 | <groupId>com.fasterxml.jackson.module</groupId> |
| 650 | <artifactId>jackson-module-kotlin</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 651 | </dependency> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 652 | <dependency> |
| 653 | <groupId>org.jetbrains.kotlin</groupId> |
Alexis de Talhouët | 4a65d47 | 2019-01-17 16:47:46 -0500 | [diff] [blame] | 654 | <artifactId>kotlin-compiler-embeddable</artifactId> |
| 655 | </dependency> |
| 656 | <dependency> |
| 657 | <groupId>org.jetbrains.kotlin</groupId> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 658 | <artifactId>kotlin-scripting-jvm-host</artifactId> |
Alexis de Talhouët | 4a65d47 | 2019-01-17 16:47:46 -0500 | [diff] [blame] | 659 | <!--Use kotlin-compiler-embeddable as koltin-compiler wrap--> |
| 660 | <!--guava dependency creating classpath issues at runtime--> |
| 661 | <exclusions> |
| 662 | <exclusion> |
| 663 | <groupId>org.jetbrains.kotlin</groupId> |
| 664 | <artifactId>kotlin-compiler</artifactId> |
| 665 | </exclusion> |
| 666 | </exclusions> |
Muthuramalingam, Brinda Santh | 3d28134 | 2019-01-11 11:30:40 -0500 | [diff] [blame] | 667 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | aa92702 | 2018-11-24 14:25:26 -0500 | [diff] [blame] | 668 | <!-- GRPC Dependencies --> |
| 669 | <dependency> |
| 670 | <groupId>io.grpc</groupId> |
| 671 | <artifactId>grpc-netty</artifactId> |
| 672 | </dependency> |
| 673 | <dependency> |
| 674 | <groupId>io.grpc</groupId> |
| 675 | <artifactId>grpc-protobuf</artifactId> |
| 676 | </dependency> |
| 677 | <dependency> |
| 678 | <groupId>io.grpc</groupId> |
| 679 | <artifactId>grpc-stub</artifactId> |
| 680 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 3b4a7eb | 2018-12-07 16:37:03 -0500 | [diff] [blame] | 681 | <dependency> |
Brinda Santh | 71616cc | 2019-11-25 17:19:02 -0500 | [diff] [blame] | 682 | <groupId>io.grpc</groupId> |
| 683 | <artifactId>grpc-netty-shaded</artifactId> |
| 684 | </dependency> |
| 685 | <dependency> |
| 686 | <groupId>io.grpc</groupId> |
| 687 | <artifactId>grpc-grpclb</artifactId> |
| 688 | </dependency> |
| 689 | <dependency> |
| 690 | <groupId>com.google.protobuf</groupId> |
| 691 | <artifactId>protobuf-java</artifactId> |
| 692 | </dependency> |
| 693 | <dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 3b4a7eb | 2018-12-07 16:37:03 -0500 | [diff] [blame] | 694 | <groupId>com.google.protobuf</groupId> |
| 695 | <artifactId>protobuf-java-util</artifactId> |
| 696 | </dependency> |
Brinda Santh | 910fa69 | 2019-10-22 16:14:00 -0400 | [diff] [blame] | 697 | <dependency> |
| 698 | <groupId>io.netty</groupId> |
| 699 | <artifactId>netty-tcnative-boringssl-static</artifactId> |
| 700 | </dependency> |
Oleg Mitsura | 8c23129 | 2020-08-20 09:47:26 -0400 | [diff] [blame] | 701 | <!-- javax.annotations Needed for Java 11 migration--> |
| 702 | <dependency> |
| 703 | <groupId>javax.annotation</groupId> |
| 704 | <artifactId>javax.annotation-api</artifactId> |
| 705 | <version>${javax-annotation.version}</version> |
| 706 | </dependency> |
Brinda Santh | 91b3a64 | 2020-03-06 13:04:37 -0500 | [diff] [blame] | 707 | <dependency> |
Dan Timoney | f946eae | 2020-03-17 08:34:04 -0400 | [diff] [blame] | 708 | <groupId>org.onap.ccsdk.cds.error.catalog</groupId> |
Brinda Santh | 91b3a64 | 2020-03-06 13:04:37 -0500 | [diff] [blame] | 709 | <artifactId>error-catalog-core</artifactId> |
| 710 | </dependency> |
Oleg Mitsura | 8c23129 | 2020-08-20 09:47:26 -0400 | [diff] [blame] | 711 | <!-- required for java 11 --> |
| 712 | <dependency> |
| 713 | <groupId>javax.xml.bind</groupId> |
| 714 | <artifactId>jaxb-api</artifactId> |
| 715 | </dependency> |
| 716 | <dependency> |
| 717 | <groupId>com.sun.xml.bind</groupId> |
| 718 | <artifactId>jaxb-core</artifactId> |
| 719 | <version>2.3.0</version> |
| 720 | </dependency> |
| 721 | <dependency> |
| 722 | <groupId>com.sun.xml.bind</groupId> |
| 723 | <artifactId>jaxb-impl</artifactId> |
| 724 | <version>2.3.0</version> |
| 725 | </dependency> |
| 726 | <dependency> |
| 727 | <groupId>org.springframework.boot</groupId> |
| 728 | <artifactId>spring-boot-starter-validation</artifactId> |
| 729 | </dependency> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 730 | </dependencies> |
Muthuramalingam, Brinda Santh(bs2796) | 2e94232 | 2018-11-15 08:36:28 -0500 | [diff] [blame] | 731 | |
Alexis de Talhouët | 2791db2 | 2019-06-23 15:30:36 -0400 | [diff] [blame] | 732 | <repositories> |
| 733 | <repository> |
| 734 | <id>spring-libs-milestone</id> |
| 735 | <name>Spring Milestone Maven Repository</name> |
Timoney, Dan (dt5972) | dc872fb | 2019-07-23 13:02:29 -0400 | [diff] [blame] | 736 | <url>http://oss.jfrog.org/artifactory/oss-release-local/</url> |
| 737 | <releases> |
| 738 | <enabled>true</enabled> |
| 739 | </releases> |
| 740 | <snapshots> |
| 741 | <enabled>false</enabled> |
| 742 | </snapshots> |
| 743 | </repository> |
| 744 | <repository> |
| 745 | <id>spring-libs-milestone-snapshot</id> |
| 746 | <name>Spring Milestone Maven Repository - snapshots</name> |
Alexis de Talhouët | 2791db2 | 2019-06-23 15:30:36 -0400 | [diff] [blame] | 747 | <url>http://oss.jfrog.org/artifactory/oss-snapshot-local/</url> |
Timoney, Dan (dt5972) | dc872fb | 2019-07-23 13:02:29 -0400 | [diff] [blame] | 748 | <releases> |
| 749 | <enabled>false</enabled> |
| 750 | </releases> |
| 751 | <snapshots> |
| 752 | <enabled>true</enabled> |
| 753 | </snapshots> |
Alexis de Talhouët | 2791db2 | 2019-06-23 15:30:36 -0400 | [diff] [blame] | 754 | </repository> |
| 755 | </repositories> |
| 756 | |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 757 | <build> |
| 758 | <plugins> |
| 759 | <plugin> |
| 760 | <groupId>org.jetbrains.kotlin</groupId> |
| 761 | <artifactId>kotlin-maven-plugin</artifactId> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 762 | <executions> |
| 763 | <execution> |
| 764 | <id>compile</id> |
Muthuramalingam, Brinda Santh(bs2796) | cbbe0ea | 2018-11-13 16:47:33 -0500 | [diff] [blame] | 765 | <goals> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 766 | <goal>compile</goal> |
| 767 | </goals> |
| 768 | <configuration> |
| 769 | <sourceDirs> |
| 770 | <sourceDir>${project.basedir}/src/main/kotlin</sourceDir> |
| 771 | <sourceDir>${project.basedir}/src/main/java</sourceDir> |
| 772 | </sourceDirs> |
| 773 | </configuration> |
| 774 | </execution> |
| 775 | <execution> |
| 776 | <id>test-compile</id> |
| 777 | <goals> |
| 778 | <goal>test-compile</goal> |
| 779 | </goals> |
| 780 | <configuration> |
| 781 | <sourceDirs> |
| 782 | <sourceDir>${project.basedir}/src/test/kotlin</sourceDir> |
| 783 | <sourceDir>${project.basedir}/src/test/java</sourceDir> |
| 784 | </sourceDirs> |
| 785 | </configuration> |
| 786 | </execution> |
| 787 | </executions> |
| 788 | </plugin> |
Muthuramalingam, Brinda Santh(bs2796) | 4b3c8a0 | 2018-08-15 21:31:10 +0000 | [diff] [blame] | 789 | </plugins> |
| 790 | </build> |
| 791 | </project> |