Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Skip Wonnell | 8c4b89b | 2018-01-12 09:24:03 -0600 | [diff] [blame] | 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP : APPC |
| 5 | ================================================================================ |
Patrick Brady | 5b81764 | 2018-03-22 15:12:48 -0700 | [diff] [blame] | 6 | Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. |
Skip Wonnell | 8c4b89b | 2018-01-12 09:24:03 -0600 | [diff] [blame] | 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========================================================= |
Skip Wonnell | 8c4b89b | 2018-01-12 09:24:03 -0600 | [diff] [blame] | 21 | --> |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 22 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 23 | 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 | b49dd12 | 2018-08-10 15:30:58 -0700 | [diff] [blame] | 26 | <groupId>org.onap.appc.parent</groupId> |
| 27 | <artifactId>binding-parent</artifactId> |
Patrick Brady | 19ae780 | 2019-01-08 12:25:10 -0800 | [diff] [blame] | 28 | <version>1.5.0-SNAPSHOT</version> |
Patrick Brady | b49dd12 | 2018-08-10 15:30:58 -0700 | [diff] [blame] | 29 | <relativePath /> |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 30 | </parent> |
Patrick Brady | b49dd12 | 2018-08-10 15:30:58 -0700 | [diff] [blame] | 31 | <groupId>org.onap.appc</groupId> |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 32 | <artifactId>appc-config-params-provider</artifactId> |
| 33 | <packaging>bundle</packaging> |
| 34 | <name>Config Params - Provider</name> |
| 35 | |
| 36 | <dependencies> |
| 37 | <dependency> |
| 38 | <groupId>equinoxSDK381</groupId> |
| 39 | <artifactId>org.eclipse.osgi</artifactId> |
| 40 | <version>${equinox.osgi.version}</version> |
| 41 | </dependency> |
| 42 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 43 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 44 | <artifactId>sli-provider</artifactId> |
| 45 | </dependency> |
| 46 | |
Taka Cho | 06ee81f | 2018-08-28 15:21:54 -0400 | [diff] [blame] | 47 | <dependency> |
| 48 | <groupId>com.datastax.cassandra</groupId> |
| 49 | <artifactId>cassandra-driver-core</artifactId> |
| 50 | <version>3.0.8</version> |
| 51 | </dependency> |
| 52 | |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 53 | <dependency> |
| 54 | <groupId>org.openecomp.sdc.common</groupId> |
| 55 | <artifactId>openecomp-tosca-datatype</artifactId> |
| 56 | <version>${tosca.datatype.version}</version> |
Taka Cho | 06ee81f | 2018-08-28 15:21:54 -0400 | [diff] [blame] | 57 | <exclusions> |
| 58 | <exclusion> |
| 59 | <groupId>com.datastax.cassandra</groupId> |
| 60 | <artifactId>cassandra-driver-core</artifactId> |
| 61 | </exclusion> |
Patrick Brady | 32780c7 | 2018-09-13 06:31:33 -0700 | [diff] [blame] | 62 | <exclusion> |
| 63 | <groupId>ch.qos.logback</groupId> |
| 64 | <artifactId>logback-classic</artifactId> |
| 65 | </exclusion> |
Taka Cho | 06ee81f | 2018-08-28 15:21:54 -0400 | [diff] [blame] | 66 | </exclusions> |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 67 | </dependency> |
Taka Cho | 52cf1a8 | 2019-03-13 14:40:15 -0400 | [diff] [blame] | 68 | <dependency> |
Patrick Brady | 32780c7 | 2018-09-13 06:31:33 -0700 | [diff] [blame] | 69 | <groupId>ch.qos.logback</groupId> |
| 70 | <artifactId>logback-classic</artifactId> |
| 71 | <version>1.2.3</version> |
| 72 | </dependency> |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 73 | <dependency> |
| 74 | <groupId>com.fasterxml.jackson.core</groupId> |
| 75 | <artifactId>jackson-databind</artifactId> |
Taka Cho | 52cf1a8 | 2019-03-13 14:40:15 -0400 | [diff] [blame] | 76 | <version>2.8.11.3</version> |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 77 | </dependency> |
| 78 | <dependency> |
| 79 | <groupId>com.fasterxml.jackson.core</groupId> |
| 80 | <artifactId>jackson-annotations</artifactId> |
| 81 | </dependency> |
| 82 | <dependency> |
| 83 | <groupId>com.fasterxml.jackson.core</groupId> |
| 84 | <artifactId>jackson-core</artifactId> |
| 85 | </dependency> |
| 86 | <dependency> |
Patrick Brady | 5b81764 | 2018-03-22 15:12:48 -0700 | [diff] [blame] | 87 | <groupId>org.apache.commons</groupId> |
| 88 | <artifactId>commons-lang3</artifactId> |
| 89 | </dependency> |
| 90 | <dependency> |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 91 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 92 | <artifactId>jackson-dataformat-yaml</artifactId> |
| 93 | </dependency> |
| 94 | <dependency> |
| 95 | <groupId>org.yaml</groupId> |
| 96 | <artifactId>snakeyaml</artifactId> |
| 97 | </dependency> |
| 98 | |
| 99 | <dependency> |
| 100 | <groupId>commons-io</groupId> |
| 101 | <artifactId>commons-io</artifactId> |
| 102 | </dependency> |
| 103 | <dependency> |
| 104 | <groupId>com.att.eelf</groupId> |
| 105 | <artifactId>eelf-core</artifactId> |
| 106 | </dependency> |
| 107 | |
| 108 | <dependency> |
| 109 | <groupId>junit</groupId> |
| 110 | <artifactId>junit</artifactId> |
| 111 | <scope>test</scope> |
| 112 | </dependency> |
| 113 | |
| 114 | </dependencies> |
| 115 | |
| 116 | <build> |
| 117 | <plugins> |
| 118 | <plugin> |
| 119 | <groupId>org.apache.felix</groupId> |
| 120 | <artifactId>maven-bundle-plugin</artifactId> |
| 121 | <version>${bundle.plugin.version}</version> |
| 122 | <extensions>true</extensions> |
| 123 | <configuration> |
| 124 | <instructions> |
Takamune Cho | 8491cc3 | 2017-12-19 10:48:02 -0600 | [diff] [blame] | 125 | <Bundle-SymbolicName>org.onap.sdnc.config.params</Bundle-SymbolicName> |
| 126 | <Bundle-Activator>org.onap.sdnc.config.params.ParamsHandlerActivator</Bundle-Activator> |
| 127 | <Export-Package>org.onap.sdnc.config.params,org.onap.sdnc.config.params.data, |
| 128 | org.onap.sdnc.config.params.parser,org.onap.sdnc.config.params.transformer, |
| 129 | org.onap.sdnc.config.params.transformer.tosca,org.onap.sdnc.config.params.transformer.tosca.exceptions</Export-Package> |
Patrick Brady | 32780c7 | 2018-09-13 06:31:33 -0700 | [diff] [blame] | 130 | <Import-Package>groovy.lang;resolution:=optional,org.codehaus.groovy.*;resolution:=optional,!com.google.common.collect,*</Import-Package> |
Patrick Brady | 3ffa74f | 2018-05-14 14:01:46 -0700 | [diff] [blame] | 131 | <Embed-Dependency>guava,jackson-databind,jackson-annotations,jackson-core,jackson-dataformat-yaml,eelf-core,logback-core,logback-classic</Embed-Dependency> |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 132 | <DynamicImport-Package>*</DynamicImport-Package> |
| 133 | </instructions> |
| 134 | <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation> |
| 135 | </configuration> |
| 136 | </plugin> |
| 137 | </plugins> |
| 138 | <pluginManagement> |
| 139 | <plugins> |
| 140 | <!--This plugin's configuration is used to store Eclipse m2e settings |
| 141 | only. It has no influence on the Maven build itself. --> |
| 142 | </plugins> |
| 143 | </pluginManagement> |
| 144 | </build> |
Patrick Brady | ccd67e9 | 2018-11-12 12:14:11 -0800 | [diff] [blame] | 145 | <version>1.5.0-SNAPSHOT</version> |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 146 | </project> |