Anand | 36bcd56 | 2018-01-04 19:35:51 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP : APPC |
| 5 | ================================================================================ |
John McClung | 694852f | 2018-06-13 16:10:33 -0400 | [diff] [blame] | 6 | Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. |
Anand | 36bcd56 | 2018-01-04 19:35:51 -0500 | [diff] [blame] | 7 | ================================================================================ |
| 8 | Copyright (C) 2017 Amdocs |
| 9 | ============================================================================= |
| 10 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 11 | you may not use this file except in compliance with the License. |
| 12 | You may obtain a copy of the License at |
Dunietz, Irwin | 6a7b6c0 | 2019-03-03 12:20:53 -0500 | [diff] [blame] | 13 | |
Anand | 36bcd56 | 2018-01-04 19:35:51 -0500 | [diff] [blame] | 14 | http://www.apache.org/licenses/LICENSE-2.0 |
Dunietz, Irwin | 6a7b6c0 | 2019-03-03 12:20:53 -0500 | [diff] [blame] | 15 | |
Anand | 36bcd56 | 2018-01-04 19:35:51 -0500 | [diff] [blame] | 16 | Unless required by applicable law or agreed to in writing, software |
| 17 | distributed under the License is distributed on an "AS IS" BASIS, |
| 18 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 19 | See the License for the specific language governing permissions and |
| 20 | limitations under the License. |
Dunietz, Irwin | 6a7b6c0 | 2019-03-03 12:20:53 -0500 | [diff] [blame] | 21 | |
Anand | 36bcd56 | 2018-01-04 19:35:51 -0500 | [diff] [blame] | 22 | ============LICENSE_END========================================================= |
Dunietz, Irwin | 6a7b6c0 | 2019-03-03 12:20:53 -0500 | [diff] [blame] | 23 | --> |
Anand | 36bcd56 | 2018-01-04 19:35:51 -0500 | [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 | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 27 | <parent> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 28 | <groupId>org.onap.appc</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 29 | <artifactId>appc-dispatcher-common</artifactId> |
Patrick Brady | ccd67e9 | 2018-11-12 12:14:11 -0800 | [diff] [blame] | 30 | <version>1.5.0-SNAPSHOT</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 31 | </parent> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 32 | |
Anand | 36bcd56 | 2018-01-04 19:35:51 -0500 | [diff] [blame] | 33 | <artifactId>appc-data-access-lib</artifactId> |
| 34 | <packaging>bundle</packaging> |
| 35 | <name>APPC Dispatcher Common - Data Access lib</name> |
| 36 | <url>http://maven.apache.org</url> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 37 | |
Anand | 36bcd56 | 2018-01-04 19:35:51 -0500 | [diff] [blame] | 38 | <properties> |
| 39 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 40 | <licenseDir>${project.parent.parent.parent.basedir}</licenseDir> |
| 41 | <apache.common.dbcp2.version>2.0.1</apache.common.dbcp2.version> |
| 42 | </properties> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 43 | |
Anand | 36bcd56 | 2018-01-04 19:35:51 -0500 | [diff] [blame] | 44 | <dependencies> |
| 45 | <dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 46 | <groupId>org.osgi</groupId> |
| 47 | <artifactId>org.osgi.core</artifactId> |
| 48 | <scope>provided</scope> |
| 49 | </dependency> |
Anand | 36bcd56 | 2018-01-04 19:35:51 -0500 | [diff] [blame] | 50 | <dependency> |
| 51 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 52 | <artifactId>sli-common</artifactId> |
| 53 | <scope>compile</scope> |
| 54 | </dependency> |
| 55 | <dependency> |
| 56 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 57 | <artifactId>sli-provider</artifactId> |
| 58 | <scope>compile</scope> |
| 59 | </dependency> |
| 60 | <dependency> |
| 61 | <groupId>org.onap.appc</groupId> |
Ryan Young | 7b632b4 | 2018-08-23 13:35:03 -0400 | [diff] [blame] | 62 | <artifactId>appc-common-bundle</artifactId> |
Anand | 36bcd56 | 2018-01-04 19:35:51 -0500 | [diff] [blame] | 63 | <version>${project.version}</version> |
| 64 | </dependency> |
| 65 | <dependency> |
| 66 | <groupId>org.apache.commons</groupId> |
| 67 | <artifactId>commons-dbcp2</artifactId> |
| 68 | <version>${apache.common.dbcp2.version}</version> |
| 69 | </dependency> |
| 70 | <dependency> |
Dunietz, Irwin | 6a7b6c0 | 2019-03-03 12:20:53 -0500 | [diff] [blame] | 71 | <groupId>org.mockito</groupId> |
| 72 | <artifactId>mockito-core</artifactId> |
| 73 | <scope>test</scope> |
| 74 | </dependency> |
| 75 | <dependency> |
Taka Cho | 7052239 | 2019-03-28 15:06:50 -0400 | [diff] [blame] | 76 | <groupId>com.h2database</groupId> |
| 77 | <artifactId>h2</artifactId> |
| 78 | <version>1.4.199</version> |
| 79 | <scope>test</scope> |
| 80 | </dependency> |
| 81 | <dependency> |
Anand | 36bcd56 | 2018-01-04 19:35:51 -0500 | [diff] [blame] | 82 | <groupId>org.slf4j</groupId> |
| 83 | <artifactId>slf4j-api</artifactId> |
| 84 | </dependency> |
Dunietz, Irwin | 6a7b6c0 | 2019-03-03 12:20:53 -0500 | [diff] [blame] | 85 | <dependency> |
| 86 | <groupId>com.att.eelf</groupId> |
| 87 | <artifactId>eelf-core</artifactId> |
| 88 | </dependency> |
| 89 | <dependency> |
| 90 | <groupId>org.mariadb.jdbc</groupId> |
| 91 | <artifactId>mariadb-java-client</artifactId> |
| 92 | </dependency> |
Anand | 36bcd56 | 2018-01-04 19:35:51 -0500 | [diff] [blame] | 93 | </dependencies> |
| 94 | <build> |
| 95 | <plugins> |
| 96 | <plugin> |
| 97 | <groupId>org.apache.felix</groupId> |
| 98 | <artifactId>maven-bundle-plugin</artifactId> |
| 99 | <extensions>true</extensions> |
| 100 | <configuration> |
| 101 | <instructions> |
| 102 | <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> |
| 103 | <Export-Package> |
| 104 | org.onap.appc.dao.util, |
| 105 | org.onap.appc.dao.util.api, |
| 106 | org.onap.appc.dao.util.exception, |
| 107 | org.onap.appc.dao.util.helper |
| 108 | </Export-Package> |
| 109 | <Import-Package>org.onap.appc.configuration,*;resolution:=optional</Import-Package> |
| 110 | <Embed-Dependency>mariadb-java-client,*;scope=compile|runtime</Embed-Dependency> |
| 111 | <Embed-Transitive>true</Embed-Transitive> |
| 112 | </instructions> |
| 113 | </configuration> |
| 114 | </plugin> |
| 115 | </plugins> |
| 116 | </build> |
Patrick Brady | ccd67e9 | 2018-11-12 12:14:11 -0800 | [diff] [blame] | 117 | <version>1.5.0-SNAPSHOT</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 118 | </project> |