blob: f2448d0fd09dca4bcf5cd33e3c47cd721981f12f [file] [log] [blame]
Skip Wonnellab6c2c02017-08-14 17:47:10 -05001<?xml version="1.0" encoding="UTF-8"?>
mojahidi3df31822017-08-29 18:20:26 +05302<!--
3============LICENSE_START=======================================================
4ONAP : APPC
5================================================================================
Patrick Brady13c03532019-02-22 13:37:19 -08006Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
mojahidi3df31822017-08-29 18:20:26 +05307================================================================================
8Copyright (C) 2017 Amdocs
9=============================================================================
10Licensed under the Apache License, Version 2.0 (the "License");
11you may not use this file except in compliance with the License.
12You may obtain a copy of the License at
13
14 http://www.apache.org/licenses/LICENSE-2.0
15
16Unless required by applicable law or agreed to in writing, software
17distributed under the License is distributed on an "AS IS" BASIS,
18WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19See the License for the specific language governing permissions and
20limitations under the License.
21
mojahidi3df31822017-08-29 18:20:26 +053022============LICENSE_END=========================================================
23-->
Skip Wonnellab6c2c02017-08-14 17:47:10 -050024<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 Bradyca4f7e12018-08-13 22:38:26 -070028 <groupId>org.onap.appc.parent</groupId>
29 <artifactId>binding-parent</artifactId>
Patrick Brady19ae7802019-01-08 12:25:10 -080030 <version>1.5.0-SNAPSHOT</version>
Patrick Bradyca4f7e12018-08-13 22:38:26 -070031 <relativePath />
Skip Wonnellab6c2c02017-08-14 17:47:10 -050032 </parent>
Patrick Bradyca4f7e12018-08-13 22:38:26 -070033 <groupId>org.onap.appc</groupId>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050034 <artifactId>appc-artifact-handler-provider</artifactId>
35 <packaging>bundle</packaging>
36
37 <build>
38 <plugins>
39 <plugin>
40 <groupId>org.apache.felix</groupId>
41 <artifactId>maven-bundle-plugin</artifactId>
42 <extensions>true</extensions>
43 <configuration>
44 <instructions>
Patrick Brady07567592017-12-13 11:09:30 -080045 <Bundle-SymbolicName>org.onap.appc.artifact.handler</Bundle-SymbolicName>
Patrick Brady07567592017-12-13 11:09:30 -080046 <Export-Package>org.onap.appc.artifact.handler,org.opendaylight.controller.config.yang.config.artifact-handler_provider.impl</Export-Package>
Patrick Brady13c03532019-02-22 13:37:19 -080047 <Import-Package>com.google.common.base,com.google.common.collect,!com.google,!org.apache.commons.configuration,*;resolution:=optional</Import-Package>
Patrick Brady20ffad12018-09-11 11:18:47 -070048 <Embed-Dependency>commons-configuration,guava,jackson-databind,jackson-annotations,jackson-core,jackson-dataformat-yaml,json</Embed-Dependency>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050049 </instructions>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050050 </configuration>
51 </plugin>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050052 </plugins>
53 </build>
54
55 <dependencies>
56 <dependency>
Patrick Brady07567592017-12-13 11:09:30 -080057 <groupId>org.onap.appc</groupId>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050058 <artifactId>appc-artifact-handler-model</artifactId>
Patrick Brady226725a2018-05-11 09:06:09 -070059 <version>${project.version}</version>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050060 </dependency>
61 <dependency>
62 <groupId>org.opendaylight.controller</groupId>
63 <artifactId>config-api</artifactId>
64 </dependency>
65 <dependency>
Patrick Brady07567592017-12-13 11:09:30 -080066 <groupId>org.onap.appc</groupId>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050067 <artifactId>appc-yang-generator</artifactId>
68 <version>${project.version}</version>
Taka Cho52cf1a82019-03-13 14:40:15 -040069 <exclusions>
70 <exclusion>
71 <groupId>com.fasterxml.jackson.core</groupId>
72 <artifactId>jackson-databind</artifactId>
73 </exclusion>
74 </exclusions>
75 </dependency>
76
Skip Wonnellab6c2c02017-08-14 17:47:10 -050077 <dependency>
78 <groupId>org.opendaylight.controller</groupId>
79 <artifactId>sal-binding-api</artifactId>
80 </dependency>
81 <dependency>
Patrick Brady226725a2018-05-11 09:06:09 -070082 <groupId>org.opendaylight.mdsal</groupId>
83 <artifactId>yang-binding</artifactId>
84 </dependency>
85 <dependency>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050086 <groupId>org.opendaylight.controller</groupId>
87 <artifactId>sal-common-util</artifactId>
88 </dependency>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050089 <dependency>
Patrick Brady76706002017-09-04 21:37:25 -070090 <groupId>org.onap.ccsdk.sli.core</groupId>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050091 <artifactId>sli-common</artifactId>
92 </dependency>
93 <dependency>
Patrick Brady76706002017-09-04 21:37:25 -070094 <groupId>org.onap.ccsdk.sli.core</groupId>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050095 <artifactId>sli-provider</artifactId>
96 </dependency>
97 <dependency>
Dilip kumar Pampana819f39b2018-01-05 11:47:22 -050098 <groupId>commons-configuration</groupId>
99 <artifactId>commons-configuration</artifactId>
100 <version>1.10</version>
101 </dependency>
102 <dependency>
Patrick Brady07567592017-12-13 11:09:30 -0800103 <groupId>org.onap.appc</groupId>
Skip Wonnellab6c2c02017-08-14 17:47:10 -0500104 <artifactId>appc-config-params-provider</artifactId>
105 <version>${project.version}</version>
106 </dependency>
107 <dependency>
108 <artifactId>sal-test-model</artifactId>
109 <groupId>org.opendaylight.controller</groupId>
110 <scope>test</scope>
111 </dependency>
112 <dependency>
Skip Wonnellab6c2c02017-08-14 17:47:10 -0500113 <groupId>com.att.eelf</groupId>
114 <artifactId>eelf-core</artifactId>
115 </dependency>
Taka Cho52cf1a82019-03-13 14:40:15 -0400116 <dependency>
117 <groupId>com.fasterxml.jackson.core</groupId>
118 <artifactId>jackson-databind</artifactId>
119 <version>2.8.11.3</version>
120 </dependency>
Skip Wonnellab6c2c02017-08-14 17:47:10 -0500121 <dependency>
122 <groupId>junit</groupId>
123 <artifactId>junit</artifactId>
124 <scope>test</scope>
125 </dependency>
126 <dependency>
127 <groupId>org.apache.commons</groupId>
128 <artifactId>commons-lang3</artifactId>
129 </dependency>
130 <dependency>
131 <groupId>org.json</groupId>
132 <artifactId>json</artifactId>
133 </dependency>
134 <dependency>
Patrick Brady76706002017-09-04 21:37:25 -0700135 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
Skip Wonnellab6c2c02017-08-14 17:47:10 -0500136 <artifactId>sql-resource-provider</artifactId>
Patrick Brady76706002017-09-04 21:37:25 -0700137 <version>${ccsdk.sli.adaptors.version}</version>
Skip Wonnellab6c2c02017-08-14 17:47:10 -0500138 <scope>compile</scope>
139 </dependency>
Ramya Balajic0eaebb2017-09-11 15:50:25 -0400140 <dependency>
141 <groupId>org.powermock</groupId>
142 <artifactId>powermock-api-mockito</artifactId>
143 <scope>test</scope>
144 </dependency>
145 <dependency>
146 <groupId>org.mockito</groupId>
147 <artifactId>mockito-core</artifactId>
148 <scope>test</scope>
149 </dependency>
Dilip kumar Pampanaacc007d2018-06-19 17:50:30 -0400150 <dependency>
151 <groupId>com.jcraft</groupId>
152 <artifactId>jsch</artifactId>
153 <version>0.1.54</version>
154 </dependency>
Skip Wonnellab6c2c02017-08-14 17:47:10 -0500155 </dependencies>
Patrick Bradyccd67e92018-11-12 12:14:11 -0800156 <version>1.5.0-SNAPSHOT</version>
Skip Wonnellab6c2c02017-08-14 17:47:10 -0500157</project>