blob: e3ecf887a69201ebdc52c54b6adcb9f9abb1dcc3 [file] [log] [blame]
Skip Wonnellab6c2c02017-08-14 17:47:10 -05001<?xml version="1.0" encoding="UTF-8"?>
Skip Wonnell463f70e2018-01-12 10:00:59 -06002<!--
3 ============LICENSE_START=======================================================
4 ONAP : APPC
5 ================================================================================
Patrick Brady13c03532019-02-22 13:37:19 -08006 Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
Skip Wonnell463f70e2018-01-12 10:00:59 -06007 Copyright (C) 2017 Amdocs
Dilip kumar Pampanabfbb6d52018-07-30 16:41:19 -04008 Modification Copyright (C) 2018 IBM
Skip Wonnell463f70e2018-01-12 10:00:59 -06009 ================================================================================
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
13
14 http://www.apache.org/licenses/LICENSE-2.0
15
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.
21 ============LICENSE_END=========================================================
Skip Wonnell463f70e2018-01-12 10:00:59 -060022 -->
Skip Wonnellab6c2c02017-08-14 17:47:10 -050023<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -050024 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
25 <modelVersion>4.0.0</modelVersion>
Patrick Bradyca4f7e12018-08-13 22:38:26 -070026 <parent>
27 <groupId>org.onap.appc.parent</groupId>
28 <artifactId>binding-parent</artifactId>
Patrick Brady19ae7802019-01-08 12:25:10 -080029 <version>1.5.0-SNAPSHOT</version>
Patrick Bradyca4f7e12018-08-13 22:38:26 -070030 <relativePath />
31 </parent>
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -050032 <groupId>org.onap.appc</groupId>
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -050033 <artifactId>appc-design-services-provider</artifactId>
34 <packaging>bundle</packaging>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050035
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -050036 <build>
37 <plugins>
38 <plugin>
39 <groupId>org.apache.felix</groupId>
40 <artifactId>maven-bundle-plugin</artifactId>
41 <extensions>true</extensions>
42 <configuration>
43 <instructions>
44 <Export-Package>org.onap.appc.design.services</Export-Package>
45 <Import-Package>org.onap.appc.instar,*;resolution:=optional</Import-Package>
46 <DynamicImport-Package>*</DynamicImport-Package>
47 <Embed-Transitive>true</Embed-Transitive>
48 </instructions>
49 </configuration>
50 </plugin>
51 </plugins>
52 </build>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050053
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -050054 <dependencies>
55 <dependency>
56 <groupId>org.mockito</groupId>
Dilip kumar Pampanabfbb6d52018-07-30 16:41:19 -040057 <artifactId>mockito-core</artifactId>
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -050058 <scope>test</scope>
59 </dependency>
60 <dependency>
61 <groupId>org.onap.appc</groupId>
62 <artifactId>appc-design-services-model</artifactId>
Patrick Bradyca4f7e12018-08-13 22:38:26 -070063 <version>${project.version}</version>
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -050064 </dependency>
65 <dependency>
66 <groupId>org.onap.appc</groupId>
67 <artifactId>appc-network-inventory-client-provider</artifactId>
68 <version>${project.version}</version>
69 </dependency>
70 <dependency>
71 <groupId>org.onap.ccsdk.sli.core</groupId>
72 <artifactId>sli-provider</artifactId>
73 </dependency>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050074
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -050075 <dependency>
76 <groupId>org.apache.commons</groupId>
77 <artifactId>commons-lang3</artifactId>
78 </dependency>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050079
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -050080 <dependency>
81 <groupId>junit</groupId>
82 <artifactId>junit</artifactId>
83 <scope>test</scope>
84 </dependency>
85 <dependency>
86 <groupId>org.jasypt</groupId>
87 <artifactId>jasypt</artifactId>
88 <version>1.9.2</version>
89 </dependency>
90 <dependency>
91 <groupId>org.opendaylight.controller</groupId>
92 <artifactId>config-api</artifactId>
93 </dependency>
94 <dependency>
95 <groupId>org.opendaylight.controller</groupId>
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -050096 <artifactId>sal-common-util</artifactId>
97 </dependency>
98 <dependency>
99 <artifactId>sal-test-model</artifactId>
100 <groupId>org.opendaylight.controller</groupId>
101 <scope>test</scope>
102 </dependency>
103 <dependency>
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -0500104 <groupId>org.opendaylight.controller</groupId>
105 <artifactId>sal-binding-broker-impl</artifactId>
106 <scope>test</scope>
107 </dependency>
Patrick Brady28da5022018-09-17 12:52:55 -0700108 <dependency>
109 <groupId>ch.qos.logback</groupId>
110 <artifactId>logback-classic</artifactId>
111 <version>${logback.version}</version>
112 </dependency>
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -0500113 <dependency>
114 <groupId>com.att.eelf</groupId>
115 <artifactId>eelf-core</artifactId>
Patrick Brady28da5022018-09-17 12:52:55 -0700116 <exclusions>
117 <exclusion>
118 <groupId>ch.qos.logback</groupId>
119 <artifactId>logback-classic</artifactId>
120 </exclusion>
121 </exclusions>
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -0500122 </dependency>
123 <dependency>
124 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
125 <artifactId>sql-resource-provider</artifactId>
126 <version>${ccsdk.sli.adaptors.version}</version>
127 </dependency>
128 <dependency>
129 <groupId>org.onap.ccsdk.sli.core</groupId>
130 <artifactId>sli-provider</artifactId>
131 </dependency>
132 <dependency>
133 <groupId>com.sun.jersey</groupId>
134 <artifactId>jersey-client</artifactId>
135 <version>1.17</version>
136 <scope>provided</scope>
137 </dependency>
138 <dependency>
139 <groupId>org.onap.ccsdk.sli.core</groupId>
140 <artifactId>sli-common</artifactId>
141 </dependency>
142 <dependency>
143 <groupId>com.fasterxml.jackson.dataformat</groupId>
144 <artifactId>jackson-dataformat-yaml</artifactId>
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -0500145 </dependency>
146 <dependency>
147 <groupId>com.fasterxml.jackson.core</groupId>
148 <artifactId>jackson-databind</artifactId>
149 </dependency>
150 <dependency>
Patrick Bradybfef95f2018-09-11 11:47:59 -0700151 <groupId>com.fasterxml.jackson.core</groupId>
152 <artifactId>jackson-core</artifactId>
153 </dependency>
154 <dependency>
155 <groupId>org.yaml</groupId>
156 <artifactId>snakeyaml</artifactId>
157 </dependency>
158 <dependency>
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -0500159 <groupId>org.apache.commons</groupId>
160 <artifactId>commons-lang3</artifactId>
161 </dependency>
162 <dependency>
163 <groupId>org.apache.velocity</groupId>
164 <artifactId>velocity</artifactId>
165 <version>1.7</version>
Taka Choff286ea2018-02-23 21:30:06 -0500166 <exclusions>
167 <exclusion>
168 <artifactId>commons-collections</artifactId>
169 <groupId>commons-collections</groupId>
170 </exclusion>
171 </exclusions>
172 </dependency>
173 <dependency>
174 <groupId>commons-collections</groupId>
175 <artifactId>commons-collections</artifactId>
176 <version>3.2.2</version>
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -0500177 </dependency>
178 <dependency>
179 <groupId>commons-io</groupId>
180 <artifactId>commons-io</artifactId>
181 </dependency>
182 <dependency>
183 <groupId>org.powermock</groupId>
184 <artifactId>powermock-module-junit4-rule-agent</artifactId>
185 <version>1.6.5</version>
186 <scope>test</scope>
187 </dependency>
188 <dependency>
189 <groupId>org.powermock</groupId>
190 <artifactId>powermock-api-mockito-common</artifactId>
191 <version>1.6.5</version>
192 </dependency>
193 </dependencies>
Patrick Bradyccd67e92018-11-12 12:14:11 -0800194 <version>1.5.0-SNAPSHOT</version>
Skip Wonnellab6c2c02017-08-14 17:47:10 -0500195</project>
Dilip kumar Pampanabfbb6d52018-07-30 16:41:19 -0400196