Eran (ev672n), Vosk | 3ecfb4a | 2018-10-22 13:09:52 +0300 | [diff] [blame] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 2 | 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"> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
Stone, Avi (as206k) | 3f5fed1 | 2018-05-10 14:42:48 +0300 | [diff] [blame] | 4 | <groupId>org.onap.sdc.dcae-d.dt-be-property</groupId> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 5 | <artifactId>DCAE-DT-PROPERTY</artifactId> |
Manor, Yanir (ym903w) | 84fda10 | 2018-09-26 07:55:11 +0300 | [diff] [blame] | 6 | <version>1.3.0-SNAPSHOT</version> |
Gildas Lanilis | 6c927ce | 2018-10-25 20:23:25 -0700 | [diff] [blame] | 7 | <name>sdc-dcae-d-dt-be-property</name> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 8 | <description>System Properties</description> |
Piotr Darosz | b71afd3 | 2019-07-11 12:54:36 +0200 | [diff] [blame^] | 9 | |
| 10 | <parent> |
| 11 | <groupId>org.onap.oparent</groupId> |
| 12 | <artifactId>oparent</artifactId> |
| 13 | <version>2.0.0</version> |
| 14 | <relativePath/> |
| 15 | </parent> |
| 16 | |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 17 | <properties> |
| 18 | <!--nexus--> |
| 19 | <nexus.proxy>https://nexus.onap.org</nexus.proxy> |
| 20 | <nexus.snapshots>snapshots</nexus.snapshots> |
| 21 | <nexus.releases>releases</nexus.releases> |
Stone, Avi (as206k) | 70806ff | 2018-05-10 11:51:41 +0300 | [diff] [blame] | 22 | <staging.profile.id>176c31dfe190a</staging.profile.id> |
Stone, Avi (as206k) | 3f5fed1 | 2018-05-10 14:42:48 +0300 | [diff] [blame] | 23 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
Eran (ev672n), Vosk | 3ecfb4a | 2018-10-22 13:09:52 +0300 | [diff] [blame] | 24 | <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding> |
| 25 | <sonar.skipDesign>true</sonar.skipDesign> |
| 26 | <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir> |
Stone, Avi (as206k) | 7d7bc8c | 2018-05-24 14:24:28 +0300 | [diff] [blame] | 27 | <sonar.branch>${project.version}</sonar.branch> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 28 | </properties> |
| 29 | <dependencies> |
| 30 | <dependency> |
| 31 | <groupId>org.springframework</groupId> |
| 32 | <artifactId>spring-beans</artifactId> |
Eran (ev672n), Vosk | 14228e6 | 2018-10-10 16:20:20 +0300 | [diff] [blame] | 33 | <version>5.0.9.RELEASE</version> |
Eran (ev672n), Vosk | 3ecfb4a | 2018-10-22 13:09:52 +0300 | [diff] [blame] | 34 | <scope>compile</scope> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 35 | </dependency> |
| 36 | <dependency> |
| 37 | <groupId>org.springframework</groupId> |
| 38 | <artifactId>spring-context</artifactId> |
Eran (ev672n), Vosk | 14228e6 | 2018-10-10 16:20:20 +0300 | [diff] [blame] | 39 | <version>5.0.9.RELEASE</version> |
Eran (ev672n), Vosk | 3ecfb4a | 2018-10-22 13:09:52 +0300 | [diff] [blame] | 40 | <scope>compile</scope> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 41 | </dependency> |
| 42 | <dependency> |
| 43 | <groupId>com.google.code.gson</groupId> |
| 44 | <artifactId>gson</artifactId> |
Eran (ev672n), Vosk | cb2a1bb | 2018-10-29 11:43:57 +0200 | [diff] [blame] | 45 | <version>2.8.5</version> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 46 | </dependency> |
| 47 | <dependency> |
| 48 | <groupId>org.json</groupId> |
| 49 | <artifactId>json</artifactId> |
Eran (ev672n), Vosk | cb2a1bb | 2018-10-29 11:43:57 +0200 | [diff] [blame] | 50 | <version>20160810</version> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 51 | </dependency> |
| 52 | <dependency> |
| 53 | <groupId>com.fasterxml.jackson.core</groupId> |
| 54 | <artifactId>jackson-annotations</artifactId> |
Eran (ev672n), Vosk | 0480c02 | 2018-10-15 10:53:45 +0300 | [diff] [blame] | 55 | <version>2.9.6</version> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 56 | </dependency> |
| 57 | <dependency> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 58 | <groupId>com.fasterxml.jackson.datatype</groupId> |
| 59 | <artifactId>jackson-datatype-guava</artifactId> |
Eran (ev672n), Vosk | 0480c02 | 2018-10-15 10:53:45 +0300 | [diff] [blame] | 60 | <version>2.9.6</version> |
Eran (ev672n), Vosk | cb2a1bb | 2018-10-29 11:43:57 +0200 | [diff] [blame] | 61 | <exclusions> |
| 62 | <exclusion> |
| 63 | <artifactId>jackson-databind</artifactId> |
| 64 | <groupId>com.fasterxml.jackson.core</groupId> |
| 65 | </exclusion> |
| 66 | </exclusions> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 67 | </dependency> |
| 68 | <dependency> |
| 69 | <groupId>org.apache.commons</groupId> |
| 70 | <artifactId>commons-lang3</artifactId> |
| 71 | <version>3.6</version> |
| 72 | </dependency> |
| 73 | <dependency> |
| 74 | <groupId>junit</groupId> |
| 75 | <artifactId>junit</artifactId> |
| 76 | <version>4.12</version> |
| 77 | </dependency> |
| 78 | <dependency> |
| 79 | <groupId>org.slf4j</groupId> |
| 80 | <artifactId>slf4j-api</artifactId> |
Eran (ev672n), Vosk | 2314222 | 2018-10-17 14:36:59 +0300 | [diff] [blame] | 81 | <version>1.7.25</version> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 82 | <scope>compile</scope> |
| 83 | </dependency> |
| 84 | <dependency> |
Eran (ev672n), Vosk | d1ca9e0 | 2018-10-16 17:33:10 +0300 | [diff] [blame] | 85 | <groupId>org.slf4j</groupId> |
| 86 | <artifactId>log4j-over-slf4j</artifactId> |
Eran (ev672n), Vosk | 2314222 | 2018-10-17 14:36:59 +0300 | [diff] [blame] | 87 | <version>1.7.25</version> |
Eran (ev672n), Vosk | d1ca9e0 | 2018-10-16 17:33:10 +0300 | [diff] [blame] | 88 | </dependency> |
| 89 | <dependency> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 90 | <groupId>org.codehaus.groovy</groupId> |
| 91 | <artifactId>groovy</artifactId> |
| 92 | <version>2.4.13</version> |
| 93 | </dependency> |
| 94 | <dependency> |
| 95 | <groupId>org.codehaus.janino</groupId> |
| 96 | <artifactId>janino</artifactId> |
Stone, Avi (as206k) | b7ecc2e | 2018-05-27 14:01:55 +0300 | [diff] [blame] | 97 | <version>3.0.6</version> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 98 | </dependency> |
Eran (ev672n), Vosk | 3ecfb4a | 2018-10-22 13:09:52 +0300 | [diff] [blame] | 99 | <dependency> |
| 100 | <groupId>com.google.code.bean-matchers</groupId> |
| 101 | <artifactId>bean-matchers</artifactId> |
| 102 | <version>0.11</version> |
| 103 | <scope>test</scope> |
| 104 | </dependency> |
k.kedron | 4b1861c | 2019-06-06 11:18:08 +0200 | [diff] [blame] | 105 | <dependency> |
| 106 | <groupId>uk.org.lidalia</groupId> |
| 107 | <artifactId>slf4j-test</artifactId> |
| 108 | <version>1.0.0</version> |
| 109 | <scope>test</scope> |
| 110 | </dependency> |
| 111 | <dependency> |
| 112 | <groupId>org.mockito</groupId> |
| 113 | <artifactId>mockito-inline</artifactId> |
| 114 | <version>2.7.13</version> |
| 115 | <scope>test</scope> |
| 116 | </dependency> |
Eran (ev672n), Vosk | 3ecfb4a | 2018-10-22 13:09:52 +0300 | [diff] [blame] | 117 | </dependencies> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 118 | <build> |
| 119 | <plugins> |
| 120 | <plugin> |
| 121 | <groupId>org.apache.maven.plugins</groupId> |
| 122 | <artifactId>maven-compiler-plugin</artifactId> |
| 123 | <version>3.5.1</version> |
| 124 | <configuration> |
| 125 | <source>1.8</source> |
| 126 | <target>1.8</target> |
| 127 | </configuration> |
| 128 | </plugin> |
Eran (ev672n), Vosk | 3ecfb4a | 2018-10-22 13:09:52 +0300 | [diff] [blame] | 129 | <plugin> |
| 130 | <groupId>org.jacoco</groupId> |
| 131 | <artifactId>jacoco-maven-plugin</artifactId> |
| 132 | <version>0.7.9</version> |
| 133 | <executions> |
| 134 | <execution> |
| 135 | <id>default-prepare-agent</id> |
| 136 | <goals> |
| 137 | <goal>prepare-agent</goal> |
| 138 | </goals> |
| 139 | </execution> |
| 140 | <execution> |
| 141 | <id>default-report</id> |
| 142 | <goals> |
| 143 | <goal>report</goal> |
| 144 | </goals> |
| 145 | </execution> |
| 146 | </executions> |
| 147 | </plugin> |
Stone, Avi (as206k) | 70806ff | 2018-05-10 11:51:41 +0300 | [diff] [blame] | 148 | <!-- Site Plugin --> |
| 149 | <plugin> |
| 150 | <groupId>org.apache.maven.plugins</groupId> |
| 151 | <artifactId>maven-site-plugin</artifactId> |
| 152 | <version>3.4</version> |
| 153 | <dependencies> |
| 154 | <dependency> |
| 155 | <groupId>org.apache.maven.wagon</groupId> |
| 156 | <artifactId>wagon-webdav-jackrabbit</artifactId> |
| 157 | <version>2.10</version> |
| 158 | </dependency> |
| 159 | </dependencies> |
| 160 | </plugin> |
| 161 | <!-- Staging Plugin --> |
| 162 | <plugin> |
| 163 | <groupId>org.sonatype.plugins</groupId> |
| 164 | <artifactId>nexus-staging-maven-plugin</artifactId> |
| 165 | <version>1.6.7</version> |
| 166 | <extensions>true</extensions> |
| 167 | <configuration> |
| 168 | <nexusUrl>${nexus.proxy}</nexusUrl> |
| 169 | <stagingProfileId>${staging.profile.id}</stagingProfileId> |
Stone, Avi (as206k) | 8c3b946 | 2018-05-15 15:24:50 +0300 | [diff] [blame] | 170 | <serverId>ecomp-staging</serverId> |
Stone, Avi (as206k) | 70806ff | 2018-05-10 11:51:41 +0300 | [diff] [blame] | 171 | </configuration> |
| 172 | </plugin> |
Piotr Darosz | b71afd3 | 2019-07-11 12:54:36 +0200 | [diff] [blame^] | 173 | |
| 174 | <plugin> |
| 175 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 176 | <version>2.17</version> |
| 177 | <configuration> |
| 178 | <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation> |
| 179 | <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression> |
| 180 | </configuration> |
| 181 | </plugin> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 182 | </plugins> |
| 183 | </build> |
Manor, Yanir (ym903w) | 84fda10 | 2018-09-26 07:55:11 +0300 | [diff] [blame] | 184 | <repositories> |
| 185 | <!-- LF repositories --> |
| 186 | <repository> |
| 187 | <id>ecomp-releases</id> |
| 188 | <name>Release Repository</name> |
| 189 | <url>${nexus.proxy}/content/repositories/releases/</url> |
| 190 | </repository> |
| 191 | <repository> |
| 192 | <id>ecomp-snapshots</id> |
| 193 | <name>Snapshots Repository</name> |
| 194 | <url>${nexus.proxy}/content/repositories/snapshots/</url> |
| 195 | </repository> |
| 196 | <repository> |
| 197 | <id>ecomp-public</id> |
| 198 | <name>Public Repository</name> |
| 199 | <url>${nexus.proxy}/content/repositories/public/</url> |
| 200 | </repository> |
| 201 | <!-- LF repositories END--> |
| 202 | </repositories> |
Stone, Avi (as206k) | 70806ff | 2018-05-10 11:51:41 +0300 | [diff] [blame] | 203 | |
Manor, Yanir (ym903w) | 84fda10 | 2018-09-26 07:55:11 +0300 | [diff] [blame] | 204 | <distributionManagement> |
| 205 | <repository> |
| 206 | <id>ecomp-releases</id> |
| 207 | <name>Release Repository</name> |
| 208 | <url>${nexus.proxy}/content/repositories/releases/</url> |
| 209 | </repository> |
| 210 | <snapshotRepository> |
| 211 | <id>ecomp-snapshots</id> |
| 212 | <name>Snapshot Repository</name> |
| 213 | <url>${nexus.proxy}/content/repositories/snapshots/</url> |
| 214 | </snapshotRepository> |
| 215 | <site> |
| 216 | <id>ecomp-site</id> |
| 217 | <url>dav:${nexus.proxy}${sitePath}</url> |
| 218 | </site> |
| 219 | </distributionManagement> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 220 | </project> |