Jim Hahn | 8666407 | 2018-02-09 12:20:56 -0500 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | ONAP Policy Engine - Common Modules |
| 4 | ================================================================================ |
HOCKLA | 6139460 | 2020-01-09 11:48:49 -0600 | [diff] [blame] | 5 | Copyright (C) 2018-2020 AT&T Intellectual Property. All rights reserved. |
Jim Hahn | 8666407 | 2018-02-09 12:20:56 -0500 | [diff] [blame] | 6 | ================================================================================ |
| 7 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | you may not use this file except in compliance with the License. |
| 9 | You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, software |
| 14 | distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | See the License for the specific language governing permissions and |
| 17 | limitations under the License. |
| 18 | ============LICENSE_END========================================================= |
| 19 | --> |
| 20 | |
liamfallon | 2128942 | 2019-04-04 13:26:58 +0000 | [diff] [blame] | 21 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 22 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
ramverma | 95751fd | 2018-08-28 14:09:39 +0100 | [diff] [blame] | 23 | <modelVersion>4.0.0</modelVersion> |
Jim Hahn | 8666407 | 2018-02-09 12:20:56 -0500 | [diff] [blame] | 24 | |
ramverma | 95751fd | 2018-08-28 14:09:39 +0100 | [diff] [blame] | 25 | <parent> |
| 26 | <groupId>org.onap.policy.common</groupId> |
| 27 | <artifactId>common-modules</artifactId> |
Pamela Dragosh | f3e7792 | 2020-05-19 13:34:34 -0400 | [diff] [blame] | 28 | <version>1.7.0-SNAPSHOT</version> |
ramverma | 95751fd | 2018-08-28 14:09:39 +0100 | [diff] [blame] | 29 | </parent> |
| 30 | |
| 31 | <artifactId>utils</artifactId> |
| 32 | <description>Common Utilities</description> |
| 33 | <packaging>jar</packaging> |
| 34 | |
ramverma | 95751fd | 2018-08-28 14:09:39 +0100 | [diff] [blame] | 35 | <dependencies> |
| 36 | <dependency> |
Jim Hahn | fe23721 | 2020-01-10 16:59:48 -0500 | [diff] [blame] | 37 | <groupId>javax.xml.bind</groupId> |
| 38 | <artifactId>jaxb-api</artifactId> |
| 39 | <version>${version.javax.bind}</version> |
| 40 | </dependency> |
| 41 | <dependency> |
Jim Hahn | 173c4db | 2019-09-09 16:51:32 -0400 | [diff] [blame] | 42 | <groupId>org.yaml</groupId> |
| 43 | <artifactId>snakeyaml</artifactId> |
| 44 | </dependency> |
| 45 | <dependency> |
Jim Hahn | c612946 | 2019-01-23 14:25:12 -0500 | [diff] [blame] | 46 | <groupId>com.google.code.gson</groupId> |
| 47 | <artifactId>gson</artifactId> |
| 48 | </dependency> |
| 49 | <dependency> |
Jim Hahn | 1162f4b | 2019-03-11 11:37:53 -0400 | [diff] [blame] | 50 | <groupId>org.onap.policy.common</groupId> |
| 51 | <artifactId>capabilities</artifactId> |
| 52 | <version>${project.version}</version> |
| 53 | </dependency> |
| 54 | <dependency> |
Jim Hahn | ea29ed1 | 2019-04-10 20:08:30 -0400 | [diff] [blame] | 55 | <groupId>org.onap.policy.common</groupId> |
| 56 | <artifactId>gson</artifactId> |
| 57 | <version>${project.version}</version> |
| 58 | </dependency> |
| 59 | <dependency> |
ramverma | 95751fd | 2018-08-28 14:09:39 +0100 | [diff] [blame] | 60 | <groupId>org.apache.commons</groupId> |
| 61 | <artifactId>commons-lang3</artifactId> |
ramverma | 95751fd | 2018-08-28 14:09:39 +0100 | [diff] [blame] | 62 | </dependency> |
| 63 | <dependency> |
Chou, Joseph | d574a2f | 2019-03-07 11:49:23 -0500 | [diff] [blame] | 64 | <groupId>com.google.guava</groupId> |
| 65 | <artifactId>guava</artifactId> |
| 66 | </dependency> |
| 67 | <dependency> |
Jim Hahn | a56d392 | 2020-04-03 09:44:26 -0400 | [diff] [blame] | 68 | <groupId>com.google.re2j</groupId> |
| 69 | <artifactId>re2j</artifactId> |
| 70 | </dependency> |
| 71 | <dependency> |
ramverma | 95751fd | 2018-08-28 14:09:39 +0100 | [diff] [blame] | 72 | <groupId>junit</groupId> |
| 73 | <artifactId>junit</artifactId> |
| 74 | <scope>test</scope> |
| 75 | </dependency> |
| 76 | <dependency> |
Jim Hahn | 1162f4b | 2019-03-11 11:37:53 -0400 | [diff] [blame] | 77 | <groupId>ch.qos.logback</groupId> |
| 78 | <artifactId>logback-classic</artifactId> |
| 79 | <scope>test</scope> |
| 80 | </dependency> |
| 81 | <dependency> |
Jim Hahn | a2db43a | 2018-11-30 09:28:09 -0500 | [diff] [blame] | 82 | <groupId>org.eclipse.persistence</groupId> |
| 83 | <artifactId>javax.persistence</artifactId> |
ramverma | 95751fd | 2018-08-28 14:09:39 +0100 | [diff] [blame] | 84 | </dependency> |
| 85 | <dependency> |
jhh | 2ce955e | 2020-01-27 06:45:07 -0600 | [diff] [blame] | 86 | <groupId>com.worldturner.medeia</groupId> |
| 87 | <artifactId>medeia-validator-gson</artifactId> |
| 88 | <version>1.1.0</version> |
| 89 | </dependency> |
| 90 | <dependency> |
liamfallon | 2128942 | 2019-04-04 13:26:58 +0000 | [diff] [blame] | 91 | <groupId>org.projectlombok</groupId> |
| 92 | <artifactId>lombok</artifactId> |
| 93 | <scope>provided</scope> |
| 94 | </dependency> |
| 95 | <dependency> |
ramverma | 95751fd | 2018-08-28 14:09:39 +0100 | [diff] [blame] | 96 | <groupId>org.slf4j</groupId> |
| 97 | <artifactId>slf4j-api</artifactId> |
| 98 | <scope>provided</scope> |
| 99 | </dependency> |
| 100 | <dependency> |
| 101 | <groupId>org.powermock</groupId> |
HOCKLA | 6139460 | 2020-01-09 11:48:49 -0600 | [diff] [blame] | 102 | <artifactId>powermock-api-mockito2</artifactId> |
ramverma | 95751fd | 2018-08-28 14:09:39 +0100 | [diff] [blame] | 103 | <scope>test</scope> |
| 104 | </dependency> |
| 105 | <dependency> |
| 106 | <groupId>org.powermock</groupId> |
| 107 | <artifactId>powermock-module-junit4</artifactId> |
ramverma | 95751fd | 2018-08-28 14:09:39 +0100 | [diff] [blame] | 108 | <scope>test</scope> |
ramverma | 95751fd | 2018-08-28 14:09:39 +0100 | [diff] [blame] | 109 | </dependency> |
| 110 | <dependency> |
Jim Hahn | b8432fe | 2019-02-27 10:08:55 -0500 | [diff] [blame] | 111 | <groupId>org.assertj</groupId> |
| 112 | <artifactId>assertj-core</artifactId> |
| 113 | <scope>test</scope> |
| 114 | </dependency> |
| 115 | <dependency> |
ramverma | 95751fd | 2018-08-28 14:09:39 +0100 | [diff] [blame] | 116 | <groupId>com.openpojo</groupId> |
| 117 | <artifactId>openpojo</artifactId> |
| 118 | <scope>compile</scope> |
| 119 | </dependency> |
| 120 | <dependency> |
| 121 | <groupId>org.hamcrest</groupId> |
| 122 | <artifactId>hamcrest-core</artifactId> |
| 123 | <version>1.3</version> |
| 124 | </dependency> |
| 125 | </dependencies> |
| 126 | |
| 127 | <build> |
| 128 | <pluginManagement> |
| 129 | <plugins> |
| 130 | <!--This plugin's configuration is used to store Eclipse m2e settings |
| 131 | only. It has no influence on the Maven build itself. --> |
| 132 | <plugin> |
| 133 | <groupId>org.eclipse.m2e</groupId> |
| 134 | <artifactId>lifecycle-mapping</artifactId> |
| 135 | <version>1.0.0</version> |
| 136 | <configuration> |
| 137 | <lifecycleMappingMetadata> |
| 138 | <pluginExecutions> |
| 139 | <pluginExecution> |
| 140 | <pluginExecutionFilter> |
| 141 | <groupId>org.jacoco</groupId> |
| 142 | <artifactId> |
| 143 | jacoco-maven-plugin |
| 144 | </artifactId> |
| 145 | <versionRange> |
| 146 | [0.7.1.201405082137,) |
| 147 | </versionRange> |
| 148 | <goals> |
| 149 | <goal>prepare-agent</goal> |
| 150 | </goals> |
| 151 | </pluginExecutionFilter> |
| 152 | <action> |
liamfallon | 2f72ab6 | 2018-10-31 15:23:33 +0000 | [diff] [blame] | 153 | <ignore /> |
ramverma | 95751fd | 2018-08-28 14:09:39 +0100 | [diff] [blame] | 154 | </action> |
| 155 | </pluginExecution> |
| 156 | </pluginExecutions> |
| 157 | </lifecycleMappingMetadata> |
| 158 | </configuration> |
| 159 | </plugin> |
| 160 | </plugins> |
| 161 | </pluginManagement> |
| 162 | </build> |
Jim Hahn | 8666407 | 2018-02-09 12:20:56 -0500 | [diff] [blame] | 163 | </project> |