1 <?xml version="1.0" encoding="UTF-8"?>
3 ============LICENSE_START=======================================================
5 ================================================================================
6 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
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
13 http://www.apache.org/licenses/LICENSE-2.0
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=========================================================
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>
26 <groupId>org.onap.appc.parent</groupId>
27 <artifactId>binding-parent</artifactId>
28 <version>2.7.0-SNAPSHOT</version>
31 <groupId>org.onap.appc</groupId>
32 <artifactId>appc-config-params-provider</artifactId>
33 <packaging>bundle</packaging>
34 <name>Config Params - Provider</name>
38 <groupId>equinoxSDK381</groupId>
39 <artifactId>org.eclipse.osgi</artifactId>
40 <version>${equinox.osgi.version}</version>
43 <groupId>org.onap.ccsdk.sli.core</groupId>
44 <artifactId>sli-provider</artifactId>
48 <groupId>org.onap.sdc.common</groupId>
49 <artifactId>onap-tosca-datatype</artifactId>
50 <version>${tosca.datatype.version}</version>
53 <groupId>com.datastax.cassandra</groupId>
54 <artifactId>cassandra-driver-core</artifactId>
57 <groupId>ch.qos.logback</groupId>
58 <artifactId>logback-classic</artifactId>
63 <groupId>ch.qos.logback</groupId>
64 <artifactId>logback-classic</artifactId>
65 <version>1.2.3</version>
68 <groupId>com.fasterxml.jackson.core</groupId>
69 <artifactId>jackson-databind</artifactId>
72 <groupId>com.fasterxml.jackson.module</groupId>
73 <artifactId>jackson-module-jaxb-annotations</artifactId>
76 <groupId>com.fasterxml.jackson.core</groupId>
77 <artifactId>jackson-core</artifactId>
80 <groupId>org.apache.commons</groupId>
81 <artifactId>commons-lang3</artifactId>
84 <groupId>com.fasterxml.jackson.dataformat</groupId>
85 <artifactId>jackson-dataformat-yaml</artifactId>
88 <groupId>org.yaml</groupId>
89 <artifactId>snakeyaml</artifactId>
93 <groupId>commons-io</groupId>
94 <artifactId>commons-io</artifactId>
97 <groupId>com.att.eelf</groupId>
98 <artifactId>eelf-core</artifactId>
102 <groupId>junit</groupId>
103 <artifactId>junit</artifactId>
112 <groupId>org.apache.felix</groupId>
113 <artifactId>maven-bundle-plugin</artifactId>
114 <version>${bundle.plugin.version}</version>
115 <extensions>true</extensions>
118 <Bundle-SymbolicName>org.onap.sdnc.config.params</Bundle-SymbolicName>
119 <Bundle-Activator>org.onap.sdnc.config.params.ParamsHandlerActivator</Bundle-Activator>
120 <Export-Package>org.onap.sdnc.config.params,org.onap.sdnc.config.params.data,
121 org.onap.sdnc.config.params.parser,org.onap.sdnc.config.params.transformer,
122 org.onap.sdnc.config.params.transformer.tosca,org.onap.sdnc.config.params.transformer.tosca.exceptions</Export-Package>
123 <Import-Package>groovy.lang;resolution:=optional,org.codehaus.groovy.*;resolution:=optional,!com.google.common.collect,*</Import-Package>
124 <Embed-Dependency>guava,jackson-databind,jackson-core,jackson-dataformat-yaml,eelf-core,logback-core,logback-classic</Embed-Dependency>
131 <!--This plugin's configuration is used to store Eclipse m2e settings
132 only. It has no influence on the Maven build itself. -->
136 <version>1.7.0-SNAPSHOT</version>