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