blob: 8afe3342ca858aab39c289aaacce91708efb592d [file] [log] [blame]
Skip Wonnell463f70e2018-01-12 10:00:59 -06001<!--
2 ============LICENSE_START=======================================================
3 ONAP : APPC
4 ================================================================================
John McClunga8027392018-06-13 15:49:08 -04005 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
Skip Wonnell463f70e2018-01-12 10:00:59 -06006 Copyright (C) 2017 Amdocs
7 ================================================================================
8 Licensed under the Apache License, Version 2.0 (the "License");
9 you may not use this file except in compliance with the License.
10 You may obtain a copy of the License at
11
12 http://www.apache.org/licenses/LICENSE-2.0
13
14 Unless required by applicable law or agreed to in writing, software
15 distributed under the License is distributed on an "AS IS" BASIS,
16 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 See the License for the specific language governing permissions and
18 limitations under the License.
19 ============LICENSE_END=========================================================
Skip Wonnell463f70e2018-01-12 10:00:59 -060020 -->
Patrick Bradyc7d00752017-06-01 10:45:37 -070021<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22 <modelVersion>4.0.0</modelVersion>
Patrick Brady32229082018-08-09 12:05:53 -070023 <parent>
24 <groupId>org.onap.appc.parent</groupId>
25 <artifactId>binding-parent</artifactId>
26 <version>1.4.0-SNAPSHOT</version>
27 <relativePath />
28 </parent>
Patrick Brady07567592017-12-13 11:09:30 -080029 <groupId>org.onap.appc</groupId>
Patrick Bradyc7d00752017-06-01 10:45:37 -070030
31 <artifactId>appc-dg-dependency-model</artifactId>
32 <packaging>jar</packaging>
33
34 <name>appc-dg-dependency-model</name>
35 <url>http://maven.apache.org</url>
36
37 <properties>
38 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Taka Cho98e95512018-09-02 15:16:51 -040039 <jackson-yaml-version>2.8.6</jackson-yaml-version>
Masal, Sushil (sm588m)0500d5d2017-08-13 19:10:02 +053040 <snakeyaml.version>1.15</snakeyaml.version>
Patrick Bradyc7d00752017-06-01 10:45:37 -070041 </properties>
42
43 <dependencies>
44 <dependency>
Patrick Brady07567592017-12-13 11:09:30 -080045 <groupId>org.onap.appc</groupId>
Patrick Brady32229082018-08-09 12:05:53 -070046 <artifactId>appc-common-bundle</artifactId>
Patrick Bradyc7d00752017-06-01 10:45:37 -070047 <version>${project.version}</version>
48 </dependency>
49 <dependency>
50 <groupId>junit</groupId>
51 <artifactId>junit</artifactId>
52 <scope>test</scope>
53 </dependency>
54 <dependency>
55 <groupId>com.fasterxml.jackson.dataformat</groupId>
56 <artifactId>jackson-dataformat-yaml</artifactId>
Patrick Brady38713202017-07-28 11:29:23 -070057 <version>${jackson-yaml-version}</version>
58 </dependency>
59 <dependency>
60 <groupId>com.fasterxml.jackson.core</groupId>
61 <artifactId>jackson-annotations</artifactId>
62 <version>${jackson-yaml-version}</version>
Patrick Bradyc7d00752017-06-01 10:45:37 -070063 </dependency>
64 <dependency>
65 <groupId>com.fasterxml.jackson.core</groupId>
66 <artifactId>jackson-databind</artifactId>
Patrick Brady38713202017-07-28 11:29:23 -070067 <version>${jackson-yaml-version}</version>
Patrick Bradyc7d00752017-06-01 10:45:37 -070068 </dependency>
69 <dependency>
Patrick Brady38713202017-07-28 11:29:23 -070070 <groupId>com.fasterxml.jackson.core</groupId>
71 <artifactId>jackson-core</artifactId>
72 <version>${jackson-yaml-version}</version>
73 </dependency>
74 <dependency>
75 <groupId>org.yaml</groupId>
76 <artifactId>snakeyaml</artifactId>
77 <version>${snakeyaml.version}</version>
Masal, Sushil (sm588m)0500d5d2017-08-13 19:10:02 +053078 </dependency>
Patrick Brady38713202017-07-28 11:29:23 -070079 <dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -070080 <groupId>commons-io</groupId>
81 <artifactId>commons-io</artifactId>
82 <scope>test</scope>
83 </dependency>
84 <dependency>
85 <groupId>org.mockito</groupId>
86 <artifactId>mockito-core</artifactId>
87 <scope>test</scope>
88 </dependency>
89 <dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -070090 <groupId>org.powermock</groupId>
91 <artifactId>powermock-api-mockito</artifactId>
Patrick Bradyc7d00752017-06-01 10:45:37 -070092 <scope>test</scope>
93 </dependency>
94 <dependency>
95 <groupId>org.powermock</groupId>
96 <artifactId>powermock-module-junit4</artifactId>
Patrick Brady76706002017-09-04 21:37:25 -070097 <version>1.6.4</version>
Patrick Bradyc7d00752017-06-01 10:45:37 -070098 <scope>test</scope>
99 </dependency>
100 <dependency>
Patrick Brady07567592017-12-13 11:09:30 -0800101 <groupId>org.onap.appc</groupId>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700102 <artifactId>appc-dg-domain-model-lib</artifactId>
103 <version>${project.version}</version>
104 </dependency>
Patrick Brady32229082018-08-09 12:05:53 -0700105 <dependency>
106 <groupId>equinoxSDK381</groupId>
107 <artifactId>org.eclipse.osgi</artifactId>
108 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700109 </dependencies>
110
Patrick Brady769d3452018-09-24 13:09:27 -0700111 <version>1.4.0-SNAPSHOT</version>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700112</project>