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 | ================================================================================ |
Michal Kabaj | ed13e1b | 2018-07-23 18:05:35 +0200 | [diff] [blame] | 9 | Modifications Copyright (C) 2018 Nokia |
| 10 | ================================================================================ |
Skip Wonnell | 463f70e | 2018-01-12 10:00:59 -0600 | [diff] [blame] | 11 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 12 | you may not use this file except in compliance with the License. |
| 13 | You may obtain a copy of the License at |
| 14 | |
| 15 | http://www.apache.org/licenses/LICENSE-2.0 |
| 16 | |
| 17 | Unless required by applicable law or agreed to in writing, software |
| 18 | distributed under the License is distributed on an "AS IS" BASIS, |
| 19 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 20 | See the License for the specific language governing permissions and |
| 21 | limitations under the License. |
| 22 | ============LICENSE_END========================================================= |
Skip Wonnell | 463f70e | 2018-01-12 10:00:59 -0600 | [diff] [blame] | 23 | --> |
Hao Kuang | 679dbda | 2017-09-25 22:19:44 +0000 | [diff] [blame] | 24 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 25 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 26 | <modelVersion>4.0.0</modelVersion> |
Patrick Brady | 3222908 | 2018-08-09 12:05:53 -0700 | [diff] [blame^] | 27 | <parent> |
| 28 | <groupId>org.onap.appc.parent</groupId> |
| 29 | <artifactId>binding-parent</artifactId> |
| 30 | <version>1.4.0-SNAPSHOT</version> |
| 31 | <relativePath /> |
| 32 | </parent> |
| 33 | <groupId>org.onap.appc</groupId> |
Hao Kuang | 679dbda | 2017-09-25 22:19:44 +0000 | [diff] [blame] | 34 | <artifactId>appc-dg-util-bundle</artifactId> |
| 35 | <packaging>bundle</packaging> |
| 36 | <name>appc-dg-util - bundle</name> |
| 37 | <properties> |
| 38 | <exam.version>4.9.1</exam.version> |
| 39 | <url.version>1.6.0</url.version> |
| 40 | <sal-netconf-connector.version>1.3.1-Beryllium-SR1</sal-netconf-connector.version> |
| 41 | </properties> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 42 | |
Hao Kuang | 679dbda | 2017-09-25 22:19:44 +0000 | [diff] [blame] | 43 | <dependencies> |
| 44 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 45 | <groupId>org.onap.appc</groupId> |
Hao Kuang | 679dbda | 2017-09-25 22:19:44 +0000 | [diff] [blame] | 46 | <artifactId>appc-common</artifactId> |
| 47 | <version>${project.version}</version> |
| 48 | </dependency> |
| 49 | <dependency> |
| 50 | <groupId>javax</groupId> |
| 51 | <artifactId>javaee-api</artifactId> |
| 52 | <version>7.0</version> |
| 53 | </dependency> |
| 54 | <dependency> |
| 55 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
| 56 | <artifactId>aai-service-provider</artifactId> |
| 57 | </dependency> |
| 58 | <dependency> |
| 59 | <groupId>javax.ws.rs</groupId> |
| 60 | <artifactId>javax.ws.rs-api</artifactId> |
| 61 | </dependency> |
| 62 | <!-- Jersey support needed for OpenStack connector and API version logic --> |
| 63 | <dependency> |
| 64 | <groupId>com.sun.jersey</groupId> |
| 65 | <artifactId>jersey-client</artifactId> |
| 66 | </dependency> |
| 67 | <dependency> |
| 68 | <groupId>com.sun.jersey</groupId> |
| 69 | <artifactId>jersey-json</artifactId> |
| 70 | </dependency> |
| 71 | <dependency> |
| 72 | <groupId>javax.xml.bind</groupId> |
| 73 | <artifactId>jaxb-api</artifactId> |
Taka | 0f18e35 | 2017-12-19 16:25:07 -0500 | [diff] [blame] | 74 | <version>2.2.3</version> |
Hao Kuang | 679dbda | 2017-09-25 22:19:44 +0000 | [diff] [blame] | 75 | </dependency> |
| 76 | <dependency> |
| 77 | <groupId>javax.xml</groupId> |
| 78 | <artifactId>jaxp-api</artifactId> |
| 79 | <version>1.4.2</version> |
| 80 | </dependency> |
| 81 | <!-- Needed to run test cases --> |
| 82 | <dependency> |
| 83 | <groupId>org.glassfish.jersey.core</groupId> |
| 84 | <artifactId>jersey-common</artifactId> |
| 85 | <version>2.9.1</version> |
| 86 | </dependency> |
| 87 | <dependency> |
| 88 | <groupId>org.codehaus.jackson</groupId> |
| 89 | <artifactId>jackson-jaxrs</artifactId> |
Taka Cho | 65d7a30 | 2018-03-01 20:57:52 -0500 | [diff] [blame] | 90 | <version>1.9.13</version> |
Hao Kuang | 679dbda | 2017-09-25 22:19:44 +0000 | [diff] [blame] | 91 | </dependency> |
| 92 | <dependency> |
| 93 | <groupId>commons-codec</groupId> |
| 94 | <artifactId>commons-codec</artifactId> |
| 95 | </dependency> |
| 96 | <dependency> |
| 97 | <groupId>org.apache.httpcomponents</groupId> |
| 98 | <artifactId>httpclient</artifactId> |
Taka Cho | bda7652 | 2018-03-07 11:42:59 -0500 | [diff] [blame] | 99 | <version>4.5.3</version> |
Hao Kuang | 679dbda | 2017-09-25 22:19:44 +0000 | [diff] [blame] | 100 | </dependency> |
| 101 | <dependency> |
Hao Kuang | 679dbda | 2017-09-25 22:19:44 +0000 | [diff] [blame] | 102 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 103 | <artifactId>sli-common</artifactId> |
| 104 | <scope>compile</scope> |
| 105 | <!-- Added exclusion to prevent missing dependency issue on dblib --> |
| 106 | <exclusions> |
| 107 | <exclusion> |
| 108 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 109 | <artifactId>dblib-provider</artifactId> |
| 110 | </exclusion> |
| 111 | </exclusions> |
| 112 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 113 | |
Hao Kuang | 679dbda | 2017-09-25 22:19:44 +0000 | [diff] [blame] | 114 | <dependency> |
| 115 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 116 | <artifactId>sli-provider</artifactId> |
| 117 | <scope>compile</scope> |
| 118 | <!-- Added exclusion to prevent missing dependency issue on dblib --> |
| 119 | <exclusions> |
| 120 | <exclusion> |
| 121 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 122 | <artifactId>dblib-provider</artifactId> |
| 123 | </exclusion> |
| 124 | </exclusions> |
| 125 | </dependency> |
| 126 | <dependency> |
| 127 | <groupId>equinoxSDK381</groupId> |
| 128 | <artifactId>org.eclipse.osgi</artifactId> |
| 129 | </dependency> |
| 130 | <dependency> |
| 131 | <groupId>org.slf4j</groupId> |
| 132 | <artifactId>slf4j-api</artifactId> |
| 133 | </dependency> |
| 134 | <dependency> |
| 135 | <groupId>org.slf4j</groupId> |
| 136 | <artifactId>jcl-over-slf4j</artifactId> |
| 137 | </dependency> |
| 138 | <dependency> |
| 139 | <groupId>org.mariadb.jdbc</groupId> |
| 140 | <artifactId>mariadb-java-client</artifactId> |
| 141 | </dependency> |
| 142 | <dependency> |
| 143 | <groupId>com.vmware</groupId> |
| 144 | <artifactId>vijava</artifactId> |
| 145 | <version>5.1</version> |
| 146 | <scope>compile</scope> |
| 147 | </dependency> |
| 148 | <dependency> |
| 149 | <groupId>xerces</groupId> |
| 150 | <artifactId>xerces</artifactId> |
| 151 | <version>2.4.0</version> |
| 152 | <scope>provided</scope> |
| 153 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 154 | |
Hao Kuang | 679dbda | 2017-09-25 22:19:44 +0000 | [diff] [blame] | 155 | <dependency> |
| 156 | <groupId>org.apache.httpcomponents</groupId> |
| 157 | <artifactId>httpcore</artifactId> |
| 158 | <version>${apache.httpcomponents.version}</version> |
| 159 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 160 | |
Hao Kuang | 679dbda | 2017-09-25 22:19:44 +0000 | [diff] [blame] | 161 | <dependency> |
| 162 | <groupId>commons-logging</groupId> |
| 163 | <artifactId>commons-logging</artifactId> |
| 164 | <version>1.2</version> |
| 165 | </dependency> |
| 166 | <dependency> |
| 167 | <groupId>org.json</groupId> |
| 168 | <artifactId>json</artifactId> |
| 169 | </dependency> |
| 170 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 171 | <groupId>org.onap.appc</groupId> |
Hao Kuang | 679dbda | 2017-09-25 22:19:44 +0000 | [diff] [blame] | 172 | <artifactId>appc-dmaap-adapter-bundle</artifactId> |
| 173 | <version>${project.version}</version> |
| 174 | </dependency> |
| 175 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 176 | <groupId>org.onap.appc</groupId> |
Hao Kuang | 679dbda | 2017-09-25 22:19:44 +0000 | [diff] [blame] | 177 | <artifactId>appc-netconf-adapter-bundle</artifactId> |
Patrick Brady | 84d0a25 | 2018-05-22 10:42:55 -0700 | [diff] [blame] | 178 | <version>1.4.0-SNAPSHOT</version> |
Hao Kuang | 679dbda | 2017-09-25 22:19:44 +0000 | [diff] [blame] | 179 | </dependency> |
| 180 | <dependency> |
| 181 | <groupId>junit</groupId> |
| 182 | <artifactId>junit</artifactId> |
| 183 | <scope>test</scope> |
| 184 | </dependency> |
| 185 | <dependency> |
| 186 | <groupId>org.mockito</groupId> |
| 187 | <artifactId>mockito-core</artifactId> |
| 188 | <scope>test</scope> |
| 189 | </dependency> |
| 190 | <dependency> |
Michal Kabaj | 07ecb52 | 2018-06-15 11:53:55 +0200 | [diff] [blame] | 191 | <groupId>org.assertj</groupId> |
| 192 | <artifactId>assertj-core</artifactId> |
| 193 | <scope>test</scope> |
Patrick Brady | 3222908 | 2018-08-09 12:05:53 -0700 | [diff] [blame^] | 194 | <version>${assertj.version}</version> |
Michal Kabaj | 07ecb52 | 2018-06-15 11:53:55 +0200 | [diff] [blame] | 195 | </dependency> |
Hao Kuang | 679dbda | 2017-09-25 22:19:44 +0000 | [diff] [blame] | 196 | </dependencies> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 197 | |
Hao Kuang | 679dbda | 2017-09-25 22:19:44 +0000 | [diff] [blame] | 198 | <build> |
| 199 | <plugins> |
| 200 | <plugin> |
| 201 | <groupId>org.apache.felix</groupId> |
| 202 | <artifactId>maven-bundle-plugin</artifactId> |
| 203 | <extensions>true</extensions> |
| 204 | <configuration> |
| 205 | <instructions> |
| 206 | <Bundle-SymbolicName>appc-dg-util</Bundle-SymbolicName> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 207 | <Bundle-Activator>org.onap.appc.dg.util.AppcDgUtilActivator</Bundle-Activator> |
| 208 | <Export-Package>org.onap.appc.dg.util.*</Export-Package> |
Hao Kuang | 679dbda | 2017-09-25 22:19:44 +0000 | [diff] [blame] | 209 | <Import-Package> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 210 | org.onap.appc.adapter.netconf, |
| 211 | org.onap.appc.adapter.netconf.dao, |
| 212 | org.onap.appc.adapter.netconf.util,com.att.eelf.*, |
| 213 | org.onap.appc.adapter.netconf.exception, |
| 214 | org.onap.appc.adapter.messaging.*, |
Hao Kuang | 679dbda | 2017-09-25 22:19:44 +0000 | [diff] [blame] | 215 | org.onap.ccsdk.sli.core.sli.*, |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 216 | org.onap.appc.exceptions, |
| 217 | org.onap.appc.i18n, |
Hao Kuang | 679dbda | 2017-09-25 22:19:44 +0000 | [diff] [blame] | 218 | org.osgi.framework.*, |
| 219 | org.slf4j.*, |
| 220 | com.vmware.*, |
| 221 | org.apache.xerces.*, |
| 222 | javax.net.*, |
| 223 | javax.net.ssl.*, |
| 224 | org.xml.sax.*, |
| 225 | javax.xml.bind.*, |
| 226 | javax.naming.*, |
| 227 | com.fasterxml.*, |
| 228 | javax.xml.parsers, |
| 229 | *;resolution:=optional |
| 230 | </Import-Package> |
| 231 | </instructions> |
| 232 | </configuration> |
| 233 | </plugin> |
| 234 | </plugins> |
| 235 | </build> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 236 | |
| 237 | </project> |