Skip Wonnell | 1ec4bf9 | 2017-08-15 20:42:44 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Chaturvedi, Anand (ac204h) | 50fdfca | 2017-09-01 15:35:26 -0400 | [diff] [blame] | 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP : APPC |
| 5 | ================================================================================ |
Patrick Brady | 13c0353 | 2019-02-22 13:37:19 -0800 | [diff] [blame] | 6 | Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. |
Chaturvedi, Anand (ac204h) | 50fdfca | 2017-09-01 15:35:26 -0400 | [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 |
Skip Wonnell | 1ec4bf9 | 2017-08-15 20:42:44 -0500 | [diff] [blame] | 13 | |
Chaturvedi, Anand (ac204h) | 50fdfca | 2017-09-01 15:35:26 -0400 | [diff] [blame] | 14 | http://www.apache.org/licenses/LICENSE-2.0 |
Skip Wonnell | 1ec4bf9 | 2017-08-15 20:42:44 -0500 | [diff] [blame] | 15 | |
Chaturvedi, Anand (ac204h) | 50fdfca | 2017-09-01 15:35:26 -0400 | [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. |
Skip Wonnell | 1ec4bf9 | 2017-08-15 20:42:44 -0500 | [diff] [blame] | 21 | |
Chaturvedi, Anand (ac204h) | 50fdfca | 2017-09-01 15:35:26 -0400 | [diff] [blame] | 22 | ============LICENSE_END========================================================= |
| 23 | --> |
| 24 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 25 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 26 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
Skip Wonnell | 1ec4bf9 | 2017-08-15 20:42:44 -0500 | [diff] [blame] | 27 | |
Chaturvedi, Anand (ac204h) | 50fdfca | 2017-09-01 15:35:26 -0400 | [diff] [blame] | 28 | <modelVersion>4.0.0</modelVersion> |
Patrick Brady | b49dd12 | 2018-08-10 15:30:58 -0700 | [diff] [blame] | 29 | <parent> |
| 30 | <groupId>org.onap.appc.parent</groupId> |
| 31 | <artifactId>binding-parent</artifactId> |
Patrick Brady | d4c14b1 | 2019-05-08 12:57:09 -0700 | [diff] [blame] | 32 | <version>2.5.0</version> |
Patrick Brady | b49dd12 | 2018-08-10 15:30:58 -0700 | [diff] [blame] | 33 | <relativePath /> |
| 34 | </parent> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 35 | <groupId>org.onap.appc</groupId> |
Skip Wonnell | 1ec4bf9 | 2017-08-15 20:42:44 -0500 | [diff] [blame] | 36 | |
Chaturvedi, Anand (ac204h) | 50fdfca | 2017-09-01 15:35:26 -0400 | [diff] [blame] | 37 | <artifactId>appc-config-adaptor-provider</artifactId> |
| 38 | <packaging>bundle</packaging> |
| 39 | <name>APPC Config Component Adaptor - Provider</name> |
| 40 | <url>http://maven.apache.org</url> |
| 41 | |
| 42 | <properties> |
| 43 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 44 | <licenseDir>${project.parent.parent.parent.basedir}</licenseDir> |
| 45 | </properties> |
| 46 | |
| 47 | <dependencies> |
| 48 | <dependency> |
| 49 | <groupId>junit</groupId> |
| 50 | <artifactId>junit</artifactId> |
| 51 | <scope>test</scope> |
| 52 | </dependency> |
| 53 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 54 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Chaturvedi, Anand (ac204h) | 50fdfca | 2017-09-01 15:35:26 -0400 | [diff] [blame] | 55 | <artifactId>sli-common</artifactId> |
| 56 | <scope>compile</scope> |
| 57 | </dependency> |
| 58 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 59 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Chaturvedi, Anand (ac204h) | 50fdfca | 2017-09-01 15:35:26 -0400 | [diff] [blame] | 60 | <artifactId>sli-provider</artifactId> |
| 61 | <scope>compile</scope> |
| 62 | </dependency> |
| 63 | <dependency> |
| 64 | <groupId>org.powermock</groupId> |
| 65 | <artifactId>powermock-api-mockito</artifactId> |
Skip Wonnell | 1ec4bf9 | 2017-08-15 20:42:44 -0500 | [diff] [blame] | 66 | <scope>test</scope> |
| 67 | </dependency> |
| 68 | <dependency> |
Chaturvedi, Anand (ac204h) | 50fdfca | 2017-09-01 15:35:26 -0400 | [diff] [blame] | 69 | <groupId>org.mockito</groupId> |
| 70 | <artifactId>mockito-core</artifactId> |
| 71 | <scope>test</scope> |
Skip Wonnell | 1ec4bf9 | 2017-08-15 20:42:44 -0500 | [diff] [blame] | 72 | </dependency> |
Patrick Brady | 28da502 | 2018-09-17 12:52:55 -0700 | [diff] [blame] | 73 | <dependency> |
| 74 | <groupId>ch.qos.logback</groupId> |
| 75 | <artifactId>logback-classic</artifactId> |
| 76 | <version>${logback.version}</version> |
| 77 | </dependency> |
Chaturvedi, Anand (ac204h) | 50fdfca | 2017-09-01 15:35:26 -0400 | [diff] [blame] | 78 | <dependency> |
| 79 | <groupId>com.att.eelf</groupId> |
| 80 | <artifactId>eelf-core</artifactId> |
Patrick Brady | 28da502 | 2018-09-17 12:52:55 -0700 | [diff] [blame] | 81 | <exclusions> |
| 82 | <exclusion> |
| 83 | <groupId>ch.qos.logback</groupId> |
| 84 | <artifactId>logback-classic</artifactId> |
| 85 | </exclusion> |
| 86 | </exclusions> |
Chaturvedi, Anand (ac204h) | 50fdfca | 2017-09-01 15:35:26 -0400 | [diff] [blame] | 87 | </dependency> |
Skip Wonnell | 1ec4bf9 | 2017-08-15 20:42:44 -0500 | [diff] [blame] | 88 | |
Chaturvedi, Anand (ac204h) | 50fdfca | 2017-09-01 15:35:26 -0400 | [diff] [blame] | 89 | <dependency> |
| 90 | <groupId>com.jcraft</groupId> |
| 91 | <artifactId>jsch</artifactId> |
| 92 | <version>0.1.52</version> |
| 93 | </dependency> |
Skip Wonnell | 1ec4bf9 | 2017-08-15 20:42:44 -0500 | [diff] [blame] | 94 | |
Chaturvedi, Anand (ac204h) | 50fdfca | 2017-09-01 15:35:26 -0400 | [diff] [blame] | 95 | <dependency> |
| 96 | <groupId>jdom</groupId> |
| 97 | <artifactId>jdom</artifactId> |
| 98 | <version>1.1</version> |
| 99 | </dependency> |
Skip Wonnell | 1ec4bf9 | 2017-08-15 20:42:44 -0500 | [diff] [blame] | 100 | |
Chaturvedi, Anand (ac204h) | 50fdfca | 2017-09-01 15:35:26 -0400 | [diff] [blame] | 101 | <dependency> |
| 102 | <groupId>xerces</groupId> |
| 103 | <artifactId>xerces</artifactId> |
| 104 | <version>2.4.0</version> |
| 105 | <scope>provided</scope> |
| 106 | </dependency> |
| 107 | <dependency> |
| 108 | <groupId>com.sun.jersey</groupId> |
| 109 | <artifactId>jersey-client</artifactId> |
| 110 | <version>1.17</version> |
| 111 | <scope>provided</scope> |
| 112 | </dependency> |
| 113 | <dependency> |
| 114 | <groupId>org.jasypt</groupId> |
| 115 | <artifactId>jasypt</artifactId> |
| 116 | <version>1.9.2</version> |
| 117 | <scope>compile</scope> |
| 118 | </dependency> |
Tomek Kaminski | 31b7112 | 2018-01-26 13:49:50 +0100 | [diff] [blame] | 119 | <dependency> |
| 120 | <groupId>commons-io</groupId> |
| 121 | <artifactId>commons-io</artifactId> |
| 122 | <scope>test</scope> |
| 123 | </dependency> |
Tomek Kaminski | 8d0eb7f | 2018-02-22 16:51:03 +0100 | [diff] [blame] | 124 | <dependency> |
| 125 | <groupId>org.onap.appc</groupId> |
Ryan Young | 7b632b4 | 2018-08-23 13:35:03 -0400 | [diff] [blame] | 126 | <artifactId>appc-common-bundle</artifactId> |
Tomek Kaminski | 8d0eb7f | 2018-02-22 16:51:03 +0100 | [diff] [blame] | 127 | <version>${project.version}</version> |
| 128 | </dependency> |
Patrick Brady | 13c0353 | 2019-02-22 13:37:19 -0800 | [diff] [blame] | 129 | <dependency> |
| 130 | <groupId>org.osgi</groupId> |
| 131 | <artifactId>org.osgi.core</artifactId> |
| 132 | <scope>provided</scope> |
| 133 | </dependency> |
Chaturvedi, Anand (ac204h) | 50fdfca | 2017-09-01 15:35:26 -0400 | [diff] [blame] | 134 | </dependencies> |
Skip Wonnell | 1ec4bf9 | 2017-08-15 20:42:44 -0500 | [diff] [blame] | 135 | |
Chaturvedi, Anand (ac204h) | 50fdfca | 2017-09-01 15:35:26 -0400 | [diff] [blame] | 136 | <build> |
| 137 | <plugins> |
| 138 | <plugin> |
| 139 | <groupId>org.apache.felix</groupId> |
| 140 | <artifactId>maven-bundle-plugin</artifactId> |
| 141 | <extensions>true</extensions> |
| 142 | <configuration> |
| 143 | <instructions> |
| 144 | <Bundle-SymbolicName>appc.config.adaptor</Bundle-SymbolicName> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 145 | <Bundle-Activator>org.onap.appc.ccadaptor.CCAActivator</Bundle-Activator> |
| 146 | <Export-Package>org.onap.appc.adaptor</Export-Package> |
Patrick Brady | 5b81764 | 2018-03-22 15:12:48 -0700 | [diff] [blame] | 147 | <Import-Package>*;resolution:=optional</Import-Package> |
| 148 | <Embed-Dependency>jasypt,jsch,eelf-core</Embed-Dependency> |
Chaturvedi, Anand (ac204h) | 50fdfca | 2017-09-01 15:35:26 -0400 | [diff] [blame] | 149 | <DynamicImport-Package>*</DynamicImport-Package> |
| 150 | </instructions> |
| 151 | <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation> |
| 152 | </configuration> |
| 153 | </plugin> |
Chaturvedi, Anand (ac204h) | 50fdfca | 2017-09-01 15:35:26 -0400 | [diff] [blame] | 154 | </plugins> |
Chaturvedi, Anand (ac204h) | 50fdfca | 2017-09-01 15:35:26 -0400 | [diff] [blame] | 155 | </build> |
Patrick Brady | 1d5c5fb | 2019-05-09 13:04:18 -0700 | [diff] [blame^] | 156 | <version>1.5.1-SNAPSHOT</version> |
Skip Wonnell | 1ec4bf9 | 2017-08-15 20:42:44 -0500 | [diff] [blame] | 157 | </project> |