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 | ================================================================================ |
| 6 | Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. |
| 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========================================================= |
| 21 | ECOMP is a trademark and service mark of AT&T Intellectual Property. |
| 22 | --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 23 | <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"> |
| 24 | <modelVersion>4.0.0</modelVersion> |
| 25 | <parent> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 26 | <groupId>org.onap.appc</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 27 | <artifactId>appc-dg-shared</artifactId> |
Jessica Wagantall | 6536799 | 2017-11-16 17:22:13 -0800 | [diff] [blame] | 28 | <version>1.3.0-SNAPSHOT</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 29 | </parent> |
| 30 | <artifactId>appc-dg-common</artifactId> |
| 31 | <packaging>bundle</packaging> |
| 32 | |
| 33 | <dependencies> |
| 34 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 35 | <groupId>org.onap.appc</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 36 | <artifactId>appc-common</artifactId> |
| 37 | <version>${project.version}</version> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 38 | <!-- TODO: WA for fixing build, clueanup dependency tree --> |
| 39 | <exclusions> |
| 40 | <exclusion> |
| 41 | <groupId>equinoxSDK381</groupId> |
| 42 | <artifactId>org.eclipse.osgi</artifactId> |
| 43 | </exclusion> |
| 44 | </exclusions> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 45 | </dependency> |
| 46 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 47 | <groupId>org.onap.appc</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 48 | <artifactId>appc-message-adapter-api</artifactId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 49 | <version>${project.version}</version> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 50 | <scope>provided</scope> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 51 | <!-- TODO: WA for fixing build, clueanup dependency tree --> |
| 52 | <exclusions> |
| 53 | <exclusion> |
| 54 | <groupId>equinoxSDK381</groupId> |
| 55 | <artifactId>org.eclipse.osgi</artifactId> |
| 56 | </exclusion> |
| 57 | </exclusions> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 58 | </dependency> |
| 59 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 60 | <groupId>org.onap.appc</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 61 | <artifactId>appc-message-adapter-factory</artifactId> |
| 62 | <version>${project.version}</version> |
| 63 | <scope>provided</scope> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 64 | <!-- TODO: WA for fixing build, clueanup dependency tree --> |
| 65 | <exclusions> |
| 66 | <exclusion> |
| 67 | <groupId>equinoxSDK381</groupId> |
| 68 | <artifactId>org.eclipse.osgi</artifactId> |
| 69 | </exclusion> |
| 70 | </exclusions> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 71 | </dependency> |
| 72 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 73 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 74 | <artifactId>sli-common</artifactId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 75 | <scope>provided</scope> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 76 | <!-- TODO: WA for fixing build, clueanup dependency tree --> |
| 77 | <exclusions> |
| 78 | <exclusion> |
| 79 | <groupId>equinoxSDK381</groupId> |
| 80 | <artifactId>org.eclipse.osgi</artifactId> |
| 81 | </exclusion> |
| 82 | </exclusions> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 83 | </dependency> |
| 84 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 85 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 86 | <artifactId>sli-provider</artifactId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 87 | <scope>provided</scope> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 88 | <!-- TODO: WA for fixing build, clueanup dependency tree --> |
| 89 | <exclusions> |
| 90 | <exclusion> |
| 91 | <groupId>equinoxSDK381</groupId> |
| 92 | <artifactId>org.eclipse.osgi</artifactId> |
| 93 | </exclusion> |
| 94 | </exclusions> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 95 | </dependency> |
| 96 | <dependency> |
| 97 | <groupId>junit</groupId> |
| 98 | <artifactId>junit</artifactId> |
| 99 | <scope>test</scope> |
| 100 | </dependency> |
| 101 | <dependency> |
| 102 | <groupId>org.mockito</groupId> |
| 103 | <artifactId>mockito-core</artifactId> |
| 104 | <scope>test</scope> |
| 105 | </dependency> |
| 106 | <dependency> |
| 107 | <groupId>org.powermock</groupId> |
| 108 | <artifactId>powermock-api-mockito</artifactId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 109 | <scope>test</scope> |
| 110 | </dependency> |
| 111 | <dependency> |
| 112 | <groupId>org.powermock</groupId> |
| 113 | <artifactId>powermock-module-junit4</artifactId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 114 | <scope>test</scope> |
| 115 | </dependency> |
| 116 | <dependency> |
| 117 | <groupId>org.powermock</groupId> |
| 118 | <artifactId>powermock-api-easymock</artifactId> |
| 119 | <version>1.6.2</version> |
| 120 | </dependency> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 121 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 122 | <groupId>org.onap.appc</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 123 | <artifactId>appc-dg-dependency-model</artifactId> |
| 124 | <version>${project.version}</version> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 125 | <!-- TODO: WA for fixing build, clueanup dependency tree --> |
| 126 | <exclusions> |
| 127 | <exclusion> |
| 128 | <groupId>equinoxSDK381</groupId> |
| 129 | <artifactId>org.eclipse.osgi</artifactId> |
| 130 | </exclusion> |
| 131 | </exclusions> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 132 | </dependency> |
| 133 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 134 | <groupId>org.onap.appc</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 135 | <artifactId>appc-ranking-framework-lib</artifactId> |
| 136 | <version>${project.version}</version> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 137 | <!-- TODO: WA for fixing build, clueanup dependency tree --> |
| 138 | <exclusions> |
| 139 | <exclusion> |
| 140 | <groupId>equinoxSDK381</groupId> |
| 141 | <artifactId>org.eclipse.osgi</artifactId> |
| 142 | </exclusion> |
| 143 | </exclusions> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 144 | </dependency> |
| 145 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 146 | <groupId>org.onap.appc</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 147 | <artifactId>appc-data-access-lib</artifactId> |
| 148 | <version>${project.version}</version> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 149 | <!-- TODO: WA for fixing build, clueanup dependency tree --> |
| 150 | <exclusions> |
| 151 | <exclusion> |
| 152 | <groupId>equinoxSDK381</groupId> |
| 153 | <artifactId>org.eclipse.osgi</artifactId> |
| 154 | </exclusion> |
| 155 | </exclusions> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 156 | </dependency> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 157 | <!-- TODO: WA for fixing build, clueanup dependency tree --> |
| 158 | <!--<dependency> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 159 | <groupId>equinoxSDK381</groupId> |
| 160 | <artifactId>org.eclipse.osgi</artifactId> |
| 161 | <scope>test</scope> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 162 | </dependency>--> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 163 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 164 | <groupId>org.onap.appc</groupId> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 165 | <artifactId>appc-dg-mdsal-bundle</artifactId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 166 | <version>${project.version}</version> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 167 | <!-- TODO: WA for fixing build, clueanup dependency tree --> |
| 168 | <exclusions> |
| 169 | <exclusion> |
| 170 | <groupId>equinoxSDK381</groupId> |
| 171 | <artifactId>org.eclipse.osgi</artifactId> |
| 172 | </exclusion> |
| 173 | </exclusions> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 174 | </dependency> |
Patrick Brady | 3871320 | 2017-07-28 11:29:23 -0700 | [diff] [blame] | 175 | <dependency> |
| 176 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 177 | <artifactId>jackson-dataformat-yaml</artifactId> |
| 178 | <version>${jackson-yaml-version}</version> |
| 179 | </dependency> |
| 180 | <dependency> |
| 181 | <groupId>com.fasterxml.jackson.core</groupId> |
| 182 | <artifactId>jackson-annotations</artifactId> |
| 183 | <version>${jackson-yaml-version}</version> |
| 184 | </dependency> |
| 185 | <dependency> |
| 186 | <groupId>com.fasterxml.jackson.core</groupId> |
| 187 | <artifactId>jackson-databind</artifactId> |
| 188 | <version>${jackson-yaml-version}</version> |
| 189 | </dependency> |
| 190 | <dependency> |
| 191 | <groupId>com.fasterxml.jackson.core</groupId> |
| 192 | <artifactId>jackson-core</artifactId> |
| 193 | <version>${jackson-yaml-version}</version> |
| 194 | </dependency> |
| 195 | <dependency> |
| 196 | <groupId>org.yaml</groupId> |
| 197 | <artifactId>snakeyaml</artifactId> |
| 198 | <version>${snakeyaml.version}</version> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 199 | </dependency> |
| 200 | <dependency> |
| 201 | <groupId>commons-lang</groupId> |
| 202 | <artifactId>commons-lang</artifactId> |
| 203 | <scope>compile</scope> |
| 204 | </dependency> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 205 | </dependencies> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 206 | |
| 207 | <build> |
| 208 | <plugins> |
| 209 | <plugin> |
| 210 | <groupId>org.apache.felix</groupId> |
| 211 | <artifactId>maven-bundle-plugin</artifactId> |
| 212 | <extensions>true</extensions> |
| 213 | <configuration> |
| 214 | <instructions> |
| 215 | <Bundle-SymbolicName>appc-dg-common</Bundle-SymbolicName> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 216 | <Export-Package>org.onap.appc.dg.common,org.onap.appc.dg.common.objects,org.onap.appc.dg.common.utils</Export-Package> |
| 217 | <Private-Package>org.onap.appc.dg.common.impl.*</Private-Package> |
| 218 | <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] | 219 | *;resolution:=optional</Import-Package> |
Tomek Kaminski | 0005992 | 2018-01-17 12:56:47 +0100 | [diff] [blame] | 220 | <Embed-Dependency>appc-dg-mdsal-bundle,appc-dg-domain-model-lib,appc-dg-dependency-model,jackson-dataformat-yaml,jackson-databind,jackson-core;scope=compile|runtime;inline=false;artifactId=!org.eclipse.osgi</Embed-Dependency> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 221 | |
| 222 | <!--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] | 223 | <Embed-Transitive>true</Embed-Transitive> |
| 224 | </instructions> |
| 225 | </configuration> |
| 226 | </plugin> |
| 227 | </plugins> |
| 228 | </build> |
| 229 | </project> |