blob: f2ca4e8969961764bd57dc986d4f6206794ea089 [file] [log] [blame]
Jim Hahn86664072018-02-09 12:20:56 -05001<!--
2 ============LICENSE_START=======================================================
3 ONAP Policy Engine - Common Modules
4 ================================================================================
Jim Hahn98d2ab12021-02-04 17:12:46 -05005 Copyright (C) 2018-2021 AT&T Intellectual Property. All rights reserved.
adheli.tavares1cb818e2021-04-09 11:51:05 +01006 Modifications Copyright (C) 2021 Nordix Foundation.
Jim Hahn86664072018-02-09 12:20:56 -05007 ================================================================================
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
Jim Hahn98d2ab12021-02-04 17:12:46 -050011
Jim Hahn86664072018-02-09 12:20:56 -050012 http://www.apache.org/licenses/LICENSE-2.0
Jim Hahn98d2ab12021-02-04 17:12:46 -050013
Jim Hahn86664072018-02-09 12:20:56 -050014 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=========================================================
20 -->
21
liamfallon21289422019-04-04 13:26:58 +000022<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">
ramverma95751fd2018-08-28 14:09:39 +010024 <modelVersion>4.0.0</modelVersion>
Jim Hahn86664072018-02-09 12:20:56 -050025
ramverma95751fd2018-08-28 14:09:39 +010026 <parent>
27 <groupId>org.onap.policy.common</groupId>
28 <artifactId>common-modules</artifactId>
Jim Hahn0b7b9cf2021-03-10 14:27:32 -050029 <version>1.9.0-SNAPSHOT</version>
ramverma95751fd2018-08-28 14:09:39 +010030 </parent>
31
32 <artifactId>utils</artifactId>
33 <description>Common Utilities</description>
34 <packaging>jar</packaging>
35
ramverma95751fd2018-08-28 14:09:39 +010036 <dependencies>
37 <dependency>
Jim Hahnfe237212020-01-10 16:59:48 -050038 <groupId>javax.xml.bind</groupId>
39 <artifactId>jaxb-api</artifactId>
40 <version>${version.javax.bind}</version>
41 </dependency>
42 <dependency>
Jim Hahn173c4db2019-09-09 16:51:32 -040043 <groupId>org.yaml</groupId>
44 <artifactId>snakeyaml</artifactId>
45 </dependency>
46 <dependency>
Jim Hahnc6129462019-01-23 14:25:12 -050047 <groupId>com.google.code.gson</groupId>
48 <artifactId>gson</artifactId>
49 </dependency>
50 <dependency>
Jim Hahn1162f4b2019-03-11 11:37:53 -040051 <groupId>org.onap.policy.common</groupId>
52 <artifactId>capabilities</artifactId>
53 <version>${project.version}</version>
54 </dependency>
55 <dependency>
Jim Hahnea29ed12019-04-10 20:08:30 -040056 <groupId>org.onap.policy.common</groupId>
57 <artifactId>gson</artifactId>
58 <version>${project.version}</version>
59 </dependency>
60 <dependency>
ramverma95751fd2018-08-28 14:09:39 +010061 <groupId>org.apache.commons</groupId>
62 <artifactId>commons-lang3</artifactId>
ramverma95751fd2018-08-28 14:09:39 +010063 </dependency>
64 <dependency>
Jim Hahnd3e074c2020-06-30 09:14:51 -040065 <groupId>commons-net</groupId>
66 <artifactId>commons-net</artifactId>
67 <version>3.6</version>
68 </dependency>
69 <dependency>
Chou, Josephd574a2f2019-03-07 11:49:23 -050070 <groupId>com.google.guava</groupId>
71 <artifactId>guava</artifactId>
72 </dependency>
73 <dependency>
Jim Hahna56d3922020-04-03 09:44:26 -040074 <groupId>com.google.re2j</groupId>
75 <artifactId>re2j</artifactId>
76 </dependency>
77 <dependency>
ramverma95751fd2018-08-28 14:09:39 +010078 <groupId>junit</groupId>
79 <artifactId>junit</artifactId>
80 <scope>test</scope>
81 </dependency>
82 <dependency>
Jim Hahn1162f4b2019-03-11 11:37:53 -040083 <groupId>ch.qos.logback</groupId>
84 <artifactId>logback-classic</artifactId>
Jim Hahn1162f4b2019-03-11 11:37:53 -040085 </dependency>
86 <dependency>
Jim Hahna2db43a2018-11-30 09:28:09 -050087 <groupId>org.eclipse.persistence</groupId>
Jim Hahn98d2ab12021-02-04 17:12:46 -050088 <artifactId>eclipselink</artifactId>
ramverma95751fd2018-08-28 14:09:39 +010089 </dependency>
90 <dependency>
jhh2ce955e2020-01-27 06:45:07 -060091 <groupId>com.worldturner.medeia</groupId>
92 <artifactId>medeia-validator-gson</artifactId>
RossC6a384a22020-07-01 16:45:01 +010093 <version>1.1.1</version>
jhh2ce955e2020-01-27 06:45:07 -060094 </dependency>
95 <dependency>
liamfallon21289422019-04-04 13:26:58 +000096 <groupId>org.projectlombok</groupId>
97 <artifactId>lombok</artifactId>
98 <scope>provided</scope>
99 </dependency>
100 <dependency>
ramverma95751fd2018-08-28 14:09:39 +0100101 <groupId>org.slf4j</groupId>
102 <artifactId>slf4j-api</artifactId>
103 <scope>provided</scope>
104 </dependency>
105 <dependency>
106 <groupId>org.powermock</groupId>
HOCKLA61394602020-01-09 11:48:49 -0600107 <artifactId>powermock-api-mockito2</artifactId>
ramverma95751fd2018-08-28 14:09:39 +0100108 <scope>test</scope>
109 </dependency>
110 <dependency>
111 <groupId>org.powermock</groupId>
112 <artifactId>powermock-module-junit4</artifactId>
ramverma95751fd2018-08-28 14:09:39 +0100113 <scope>test</scope>
ramverma95751fd2018-08-28 14:09:39 +0100114 </dependency>
115 <dependency>
Jim Hahnb8432fe2019-02-27 10:08:55 -0500116 <groupId>org.assertj</groupId>
117 <artifactId>assertj-core</artifactId>
118 <scope>test</scope>
119 </dependency>
adheli.tavares1cb818e2021-04-09 11:51:05 +0100120 <dependency>
121 <groupId>commons-cli</groupId>
122 <artifactId>commons-cli</artifactId>
123 </dependency>
Jim Hahn601a09f2021-05-21 12:19:44 -0400124 <dependency>
125 <groupId>commons-io</groupId>
126 <artifactId>commons-io</artifactId>
127 </dependency>
ramverma95751fd2018-08-28 14:09:39 +0100128 </dependencies>
Jim Hahn86664072018-02-09 12:20:56 -0500129</project>