Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Skip Wonnell | 463f70e | 2018-01-12 10:00:59 -0600 | [diff] [blame] | 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP : APPC |
| 5 | ================================================================================ |
John McClung | a802739 | 2018-06-13 15:49:08 -0400 | [diff] [blame] | 6 | Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. |
Skip Wonnell | 463f70e | 2018-01-12 10:00:59 -0600 | [diff] [blame] | 7 | Copyright (C) 2017 Amdocs |
| 8 | ================================================================================ |
| 9 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 10 | you may not use this file except in compliance with the License. |
| 11 | You may obtain a copy of the License at |
| 12 | |
| 13 | http://www.apache.org/licenses/LICENSE-2.0 |
| 14 | |
| 15 | Unless required by applicable law or agreed to in writing, software |
| 16 | distributed under the License is distributed on an "AS IS" BASIS, |
| 17 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 18 | See the License for the specific language governing permissions and |
| 19 | limitations under the License. |
| 20 | ============LICENSE_END========================================================= |
Skip Wonnell | 463f70e | 2018-01-12 10:00:59 -0600 | [diff] [blame] | 21 | --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 22 | <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"> |
| 23 | <modelVersion>4.0.0</modelVersion> |
Patrick Brady | 3222908 | 2018-08-09 12:05:53 -0700 | [diff] [blame] | 24 | <parent> |
| 25 | <groupId>org.onap.appc.parent</groupId> |
| 26 | <artifactId>binding-parent</artifactId> |
Patrick Brady | 8183cf1 | 2019-05-20 23:12:51 -0700 | [diff] [blame^] | 27 | <version>2.6.0-SNAPSHOT</version> |
Patrick Brady | 3222908 | 2018-08-09 12:05:53 -0700 | [diff] [blame] | 28 | <relativePath /> |
| 29 | </parent> |
| 30 | <groupId>org.onap.appc</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 31 | <artifactId>appc-dg-common</artifactId> |
| 32 | <packaging>bundle</packaging> |
| 33 | |
| 34 | <dependencies> |
| 35 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 36 | <groupId>org.onap.appc</groupId> |
Patrick Brady | 3222908 | 2018-08-09 12:05:53 -0700 | [diff] [blame] | 37 | <artifactId>appc-common-bundle</artifactId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 38 | <version>${project.version}</version> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 39 | <!-- TODO: WA for fixing build, clueanup dependency tree --> |
| 40 | <exclusions> |
| 41 | <exclusion> |
| 42 | <groupId>equinoxSDK381</groupId> |
| 43 | <artifactId>org.eclipse.osgi</artifactId> |
| 44 | </exclusion> |
| 45 | </exclusions> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 46 | </dependency> |
| 47 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 48 | <groupId>org.onap.appc</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 49 | <artifactId>appc-message-adapter-api</artifactId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 50 | <version>${project.version}</version> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 51 | <scope>provided</scope> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 52 | <!-- TODO: WA for fixing build, clueanup dependency tree --> |
| 53 | <exclusions> |
| 54 | <exclusion> |
| 55 | <groupId>equinoxSDK381</groupId> |
| 56 | <artifactId>org.eclipse.osgi</artifactId> |
| 57 | </exclusion> |
| 58 | </exclusions> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 59 | </dependency> |
| 60 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 61 | <groupId>org.onap.appc</groupId> |
Balaji, Ramya (rb111y) | d7175fb | 2019-01-03 16:15:00 -0500 | [diff] [blame] | 62 | <artifactId>appc-dmaap-adapter-bundle</artifactId> |
| 63 | <version>${project.version}</version> |
| 64 | <scope>provided</scope> |
| 65 | <!-- TODO: WA for fixing build, clueanup dependency tree --> |
| 66 | <exclusions> |
| 67 | <exclusion> |
| 68 | <groupId>equinoxSDK381</groupId> |
| 69 | <artifactId>org.eclipse.osgi</artifactId> |
| 70 | </exclusion> |
| 71 | </exclusions> |
| 72 | </dependency> |
| 73 | <dependency> |
| 74 | <groupId>org.onap.appc</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 75 | <artifactId>appc-message-adapter-factory</artifactId> |
| 76 | <version>${project.version}</version> |
| 77 | <scope>provided</scope> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 78 | <!-- TODO: WA for fixing build, clueanup dependency tree --> |
| 79 | <exclusions> |
| 80 | <exclusion> |
| 81 | <groupId>equinoxSDK381</groupId> |
| 82 | <artifactId>org.eclipse.osgi</artifactId> |
| 83 | </exclusion> |
| 84 | </exclusions> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 85 | </dependency> |
| 86 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 87 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 88 | <artifactId>sli-common</artifactId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 89 | <scope>provided</scope> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 90 | <!-- TODO: WA for fixing build, clueanup dependency tree --> |
| 91 | <exclusions> |
| 92 | <exclusion> |
| 93 | <groupId>equinoxSDK381</groupId> |
| 94 | <artifactId>org.eclipse.osgi</artifactId> |
| 95 | </exclusion> |
| 96 | </exclusions> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 97 | </dependency> |
| 98 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 99 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 100 | <artifactId>sli-provider</artifactId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 101 | <scope>provided</scope> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 102 | <!-- TODO: WA for fixing build, clueanup dependency tree --> |
| 103 | <exclusions> |
| 104 | <exclusion> |
| 105 | <groupId>equinoxSDK381</groupId> |
| 106 | <artifactId>org.eclipse.osgi</artifactId> |
| 107 | </exclusion> |
| 108 | </exclusions> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 109 | </dependency> |
| 110 | <dependency> |
| 111 | <groupId>junit</groupId> |
| 112 | <artifactId>junit</artifactId> |
| 113 | <scope>test</scope> |
| 114 | </dependency> |
| 115 | <dependency> |
| 116 | <groupId>org.mockito</groupId> |
| 117 | <artifactId>mockito-core</artifactId> |
| 118 | <scope>test</scope> |
| 119 | </dependency> |
| 120 | <dependency> |
| 121 | <groupId>org.powermock</groupId> |
| 122 | <artifactId>powermock-api-mockito</artifactId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 123 | <scope>test</scope> |
| 124 | </dependency> |
| 125 | <dependency> |
| 126 | <groupId>org.powermock</groupId> |
| 127 | <artifactId>powermock-module-junit4</artifactId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 128 | <scope>test</scope> |
| 129 | </dependency> |
| 130 | <dependency> |
| 131 | <groupId>org.powermock</groupId> |
| 132 | <artifactId>powermock-api-easymock</artifactId> |
| 133 | <version>1.6.2</version> |
| 134 | </dependency> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 135 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 136 | <groupId>org.onap.appc</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 137 | <artifactId>appc-dg-dependency-model</artifactId> |
| 138 | <version>${project.version}</version> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 139 | <!-- TODO: WA for fixing build, clueanup dependency tree --> |
| 140 | <exclusions> |
| 141 | <exclusion> |
| 142 | <groupId>equinoxSDK381</groupId> |
| 143 | <artifactId>org.eclipse.osgi</artifactId> |
| 144 | </exclusion> |
| 145 | </exclusions> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 146 | </dependency> |
| 147 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 148 | <groupId>org.onap.appc</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 149 | <artifactId>appc-ranking-framework-lib</artifactId> |
| 150 | <version>${project.version}</version> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 151 | <!-- TODO: WA for fixing build, clueanup dependency tree --> |
| 152 | <exclusions> |
| 153 | <exclusion> |
| 154 | <groupId>equinoxSDK381</groupId> |
| 155 | <artifactId>org.eclipse.osgi</artifactId> |
| 156 | </exclusion> |
| 157 | </exclusions> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 158 | </dependency> |
| 159 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 160 | <groupId>org.onap.appc</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 161 | <artifactId>appc-data-access-lib</artifactId> |
| 162 | <version>${project.version}</version> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 163 | <!-- TODO: WA for fixing build, clueanup dependency tree --> |
| 164 | <exclusions> |
| 165 | <exclusion> |
| 166 | <groupId>equinoxSDK381</groupId> |
| 167 | <artifactId>org.eclipse.osgi</artifactId> |
| 168 | </exclusion> |
| 169 | </exclusions> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 170 | </dependency> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 171 | <!-- TODO: WA for fixing build, clueanup dependency tree --> |
| 172 | <!--<dependency> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 173 | <groupId>equinoxSDK381</groupId> |
| 174 | <artifactId>org.eclipse.osgi</artifactId> |
| 175 | <scope>test</scope> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 176 | </dependency>--> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 177 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 178 | <groupId>org.onap.appc</groupId> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 179 | <artifactId>appc-dg-mdsal-bundle</artifactId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 180 | <version>${project.version}</version> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 181 | <!-- TODO: WA for fixing build, clueanup dependency tree --> |
| 182 | <exclusions> |
| 183 | <exclusion> |
| 184 | <groupId>equinoxSDK381</groupId> |
| 185 | <artifactId>org.eclipse.osgi</artifactId> |
| 186 | </exclusion> |
| 187 | </exclusions> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 188 | </dependency> |
Patrick Brady | 3871320 | 2017-07-28 11:29:23 -0700 | [diff] [blame] | 189 | <dependency> |
| 190 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 191 | <artifactId>jackson-dataformat-yaml</artifactId> |
Patrick Brady | 3871320 | 2017-07-28 11:29:23 -0700 | [diff] [blame] | 192 | </dependency> |
| 193 | <dependency> |
| 194 | <groupId>com.fasterxml.jackson.core</groupId> |
| 195 | <artifactId>jackson-annotations</artifactId> |
Patrick Brady | 3871320 | 2017-07-28 11:29:23 -0700 | [diff] [blame] | 196 | </dependency> |
| 197 | <dependency> |
| 198 | <groupId>com.fasterxml.jackson.core</groupId> |
| 199 | <artifactId>jackson-databind</artifactId> |
Patrick Brady | 3871320 | 2017-07-28 11:29:23 -0700 | [diff] [blame] | 200 | </dependency> |
| 201 | <dependency> |
| 202 | <groupId>com.fasterxml.jackson.core</groupId> |
| 203 | <artifactId>jackson-core</artifactId> |
Patrick Brady | 3871320 | 2017-07-28 11:29:23 -0700 | [diff] [blame] | 204 | </dependency> |
| 205 | <dependency> |
| 206 | <groupId>org.yaml</groupId> |
| 207 | <artifactId>snakeyaml</artifactId> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 208 | </dependency> |
| 209 | <dependency> |
| 210 | <groupId>commons-lang</groupId> |
| 211 | <artifactId>commons-lang</artifactId> |
| 212 | <scope>compile</scope> |
| 213 | </dependency> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 214 | </dependencies> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 215 | |
| 216 | <build> |
| 217 | <plugins> |
| 218 | <plugin> |
| 219 | <groupId>org.apache.felix</groupId> |
| 220 | <artifactId>maven-bundle-plugin</artifactId> |
| 221 | <extensions>true</extensions> |
| 222 | <configuration> |
| 223 | <instructions> |
| 224 | <Bundle-SymbolicName>appc-dg-common</Bundle-SymbolicName> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 225 | <Export-Package>org.onap.appc.dg.common,org.onap.appc.dg.common.objects,org.onap.appc.dg.common.utils</Export-Package> |
| 226 | <Private-Package>org.onap.appc.dg.common.impl.*</Private-Package> |
| 227 | <Import-Package>org.onap.appc.adapter.message.*,org.onap.appc.adapter.factory.*,org.onap.appc.adapter.messaging.*, |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 228 | *;resolution:=optional</Import-Package> |
Balaji, Ramya (rb111y) | d7175fb | 2019-01-03 16:15:00 -0500 | [diff] [blame] | 229 | <Embed-Dependency>appc-dg-mdsal-bundle,appc-dg-domain-model-lib,appc-dg-dependency-model,jackson-dataformat-yaml,jackson-databind,jackson-core,jackson-annotations;scope=compile|runtime;inline=false;artifactId=!org.eclipse.osgi</Embed-Dependency> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 230 | |
| 231 | <!--Embed-Dependency>eelf-core,logback-core,logback-classic;scope=compile|runtime;inline=false</Embed-Dependency--> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 232 | <Embed-Transitive>true</Embed-Transitive> |
Patrick Brady | 3222908 | 2018-08-09 12:05:53 -0700 | [diff] [blame] | 233 | <_removeheaders>Import-Service</_removeheaders> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 234 | </instructions> |
| 235 | </configuration> |
| 236 | </plugin> |
| 237 | </plugins> |
| 238 | </build> |
Patrick Brady | ed1cf1f | 2019-04-26 12:36:25 -0700 | [diff] [blame] | 239 | <version>1.6.0-SNAPSHOT</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 240 | </project> |