Dominik Mizyn | 28dbacf | 2019-08-06 08:43:07 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
Dominik Mizyn | f51a049 | 2019-09-02 13:37:43 +0200 | [diff] [blame] | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | <parent> |
| 6 | <groupId>org.springframework.boot</groupId> |
| 7 | <artifactId>spring-boot-starter-parent</artifactId> |
Dominik Mizyn | dd4c51e | 2019-11-18 13:08:23 +0100 | [diff] [blame] | 8 | <version>2.2.1.RELEASE</version> |
Dominik Mizyn | f51a049 | 2019-09-02 13:37:43 +0200 | [diff] [blame] | 9 | <relativePath/> <!-- lookup parent from repository --> |
| 10 | </parent> |
| 11 | <groupId>org.onap</groupId> |
| 12 | <artifactId>portal</artifactId> |
| 13 | <version>0.0.1-SNAPSHOT</version> |
| 14 | <name>portal-BE</name> |
| 15 | <packaging>jar</packaging> |
| 16 | <description></description> |
Dominik Mizyn | 28dbacf | 2019-08-06 08:43:07 +0200 | [diff] [blame] | 17 | |
Dominik Mizyn | f51a049 | 2019-09-02 13:37:43 +0200 | [diff] [blame] | 18 | <dependencies> |
| 19 | <dependency> |
| 20 | <groupId>org.springframework.boot</groupId> |
| 21 | <artifactId>spring-boot-starter-actuator</artifactId> |
| 22 | </dependency> |
| 23 | <dependency> |
| 24 | <groupId>org.springframework.boot</groupId> |
| 25 | <artifactId>spring-boot-starter-data-jpa</artifactId> |
| 26 | </dependency> |
| 27 | <dependency> |
| 28 | <groupId>org.springframework.boot</groupId> |
| 29 | <artifactId>spring-boot-starter-security</artifactId> |
| 30 | </dependency> |
| 31 | <dependency> |
| 32 | <groupId>org.springframework.boot</groupId> |
| 33 | <artifactId>spring-boot-starter-thymeleaf</artifactId> |
| 34 | </dependency> |
| 35 | <dependency> |
| 36 | <groupId>org.springframework.boot</groupId> |
| 37 | <artifactId>spring-boot-starter-web</artifactId> |
| 38 | </dependency> |
| 39 | <dependency> |
| 40 | <groupId>org.springframework.session</groupId> |
| 41 | <artifactId>spring-session-core</artifactId> |
| 42 | </dependency> |
| 43 | <dependency> |
| 44 | <groupId>org.springframework.boot</groupId> |
| 45 | <artifactId>spring-boot-devtools</artifactId> |
| 46 | <scope>runtime</scope> |
| 47 | <optional>true</optional> |
| 48 | </dependency> |
| 49 | <dependency> |
| 50 | <groupId>org.springframework.boot</groupId> |
| 51 | <artifactId>spring-boot-starter-aop</artifactId> |
| 52 | <version>2.1.6.RELEASE</version> |
| 53 | </dependency> |
Dominik Mizyn | 1a74721 | 2019-10-03 12:21:10 +0200 | [diff] [blame] | 54 | <!-- https://mvnrepository.com/artifact/org.springframework/spring-context-support --> |
| 55 | <dependency> |
| 56 | <groupId>org.springframework</groupId> |
| 57 | <artifactId>spring-context-support</artifactId> |
| 58 | <version>5.2.0.RELEASE</version> |
| 59 | </dependency> |
Dominik Mizyn | f51a049 | 2019-09-02 13:37:43 +0200 | [diff] [blame] | 60 | <dependency> |
| 61 | <groupId>com.h2database</groupId> |
| 62 | <artifactId>h2</artifactId> |
| 63 | <scope>runtime</scope> |
| 64 | </dependency> |
Dominik Mizyn | 701fad2 | 2019-10-14 10:03:26 +0200 | [diff] [blame] | 65 | <!-- https://mvnrepository.com/artifact/org.mariadb.jdbc/mariadb-java-client --> |
Dominik Mizyn | f51a049 | 2019-09-02 13:37:43 +0200 | [diff] [blame] | 66 | <dependency> |
Dominik Mizyn | 701fad2 | 2019-10-14 10:03:26 +0200 | [diff] [blame] | 67 | <groupId>org.mariadb.jdbc</groupId> |
| 68 | <artifactId>mariadb-java-client</artifactId> |
| 69 | <version>2.5.0</version> |
Dominik Mizyn | f51a049 | 2019-09-02 13:37:43 +0200 | [diff] [blame] | 70 | </dependency> |
| 71 | <!-- https://mvnrepository.com/artifact/org.glassfish/javax.el --> |
| 72 | <dependency> |
| 73 | <groupId>org.glassfish</groupId> |
| 74 | <artifactId>javax.el</artifactId> |
| 75 | <version>3.0.1-b11</version> |
| 76 | </dependency> |
| 77 | <!-- https://mvnrepository.com/artifact/javax.el/el-api --> |
| 78 | <dependency> |
| 79 | <groupId>javax.el</groupId> |
| 80 | <artifactId>el-api</artifactId> |
| 81 | <version>2.2.1-b04</version> |
| 82 | </dependency> |
| 83 | <!-- https://mvnrepository.com/artifact/org.jsoup/jsoup --> |
| 84 | <dependency> |
| 85 | <groupId>org.jsoup</groupId> |
| 86 | <artifactId>jsoup</artifactId> |
| 87 | <version>1.12.1</version> |
| 88 | </dependency> |
| 89 | <dependency> |
| 90 | <groupId>org.projectlombok</groupId> |
| 91 | <artifactId>lombok</artifactId> |
| 92 | <optional>true</optional> |
| 93 | </dependency> |
| 94 | <dependency> |
| 95 | <groupId>org.powermock</groupId> |
| 96 | <artifactId>powermock-module-junit4</artifactId> |
| 97 | <version>2.0.0</version> |
| 98 | <scope>test</scope> |
| 99 | </dependency> |
Dominik Mizyn | be46832 | 2019-08-20 13:29:19 +0200 | [diff] [blame] | 100 | |
Dominik Mizyn | f51a049 | 2019-09-02 13:37:43 +0200 | [diff] [blame] | 101 | <dependency> |
| 102 | <groupId>org.powermock</groupId> |
| 103 | <artifactId>powermock-api-mockito2</artifactId> |
| 104 | <version>2.0.0</version> |
| 105 | <scope>test</scope> |
| 106 | </dependency> |
| 107 | <dependency> |
| 108 | <groupId>org.onap.portal.sdk</groupId> |
| 109 | <artifactId>epsdk-logger</artifactId> |
Dominik Mizyn | 0ed6d7c | 2019-10-03 09:00:31 +0200 | [diff] [blame] | 110 | <version>2.6.0</version> |
Dominik Mizyn | f51a049 | 2019-09-02 13:37:43 +0200 | [diff] [blame] | 111 | </dependency> |
| 112 | <dependency> |
| 113 | <groupId>org.onap.portal.sdk</groupId> |
| 114 | <artifactId>epsdk-core</artifactId> |
Dominik Mizyn | 0ed6d7c | 2019-10-03 09:00:31 +0200 | [diff] [blame] | 115 | <version>2.6.0</version> |
Dominik Mizyn | f51a049 | 2019-09-02 13:37:43 +0200 | [diff] [blame] | 116 | </dependency> |
| 117 | <dependency> |
| 118 | <groupId>org.springframework.boot</groupId> |
| 119 | <artifactId>spring-boot-starter-test</artifactId> |
| 120 | <scope>test</scope> |
| 121 | <exclusions> |
| 122 | <exclusion> |
| 123 | <groupId>org.junit.vintage</groupId> |
| 124 | <artifactId>junit-vintage-engine</artifactId> |
| 125 | </exclusion> |
| 126 | <exclusion> |
| 127 | <groupId>junit</groupId> |
| 128 | <artifactId>junit</artifactId> |
| 129 | </exclusion> |
| 130 | </exclusions> |
| 131 | </dependency> |
| 132 | <dependency> |
| 133 | <groupId>org.springframework.security</groupId> |
| 134 | <artifactId>spring-security-test</artifactId> |
| 135 | <scope>test</scope> |
| 136 | </dependency> |
Dominik Mizyn | 08cdfa2 | 2019-08-26 15:51:40 +0200 | [diff] [blame] | 137 | <dependency> |
| 138 | <groupId>javax.servlet</groupId> |
| 139 | <artifactId>javax.servlet-api</artifactId> |
| 140 | <version>4.0.1</version> |
| 141 | <scope>compile</scope> |
| 142 | </dependency> |
Dominik Mizyn | 1b22225 | 2019-09-30 10:42:17 +0200 | [diff] [blame] | 143 | <dependency> |
Dominik Mizyn | 701fad2 | 2019-10-14 10:03:26 +0200 | [diff] [blame] | 144 | <groupId>org.apache.cxf</groupId> |
| 145 | <artifactId>cxf-rt-rs-client</artifactId> |
Dominik Mizyn | dd4c51e | 2019-11-18 13:08:23 +0100 | [diff] [blame] | 146 | <version>3.3.4</version> |
Dominik Mizyn | 701fad2 | 2019-10-14 10:03:26 +0200 | [diff] [blame] | 147 | <scope>compile</scope> |
| 148 | </dependency> |
Dominik Mizyn | 2b436db | 2019-12-17 12:37:32 +0100 | [diff] [blame] | 149 | <dependency> |
| 150 | <groupId>org.hibernate.validator</groupId> |
| 151 | <artifactId>hibernate-validator</artifactId> |
| 152 | <version>6.0.18.Final</version> |
| 153 | <scope>compile</scope> |
| 154 | </dependency> |
| 155 | <dependency> |
| 156 | <groupId>io.swagger</groupId> |
| 157 | <artifactId>swagger-annotations</artifactId> |
| 158 | <version>1.5.13</version> |
| 159 | <scope>compile</scope> |
| 160 | </dependency> |
Dominik Mizyn | 9b1210b | 2020-01-16 11:59:07 +0100 | [diff] [blame] | 161 | <dependency> |
| 162 | <groupId>org.glassfish.jersey.core</groupId> |
| 163 | <artifactId>jersey-client</artifactId> |
| 164 | <version>2.29.1</version> |
| 165 | <scope>compile</scope> |
| 166 | </dependency> |
| 167 | <dependency> |
| 168 | <groupId>org.eclipse.jetty</groupId> |
| 169 | <artifactId>jetty-util</artifactId> |
| 170 | <version>9.4.18.v20190429</version> |
| 171 | <scope>compile</scope> |
| 172 | </dependency> |
| 173 | <dependency> |
| 174 | <groupId>com.fasterxml.jackson.jaxrs</groupId> |
| 175 | <artifactId>jackson-jaxrs-json-provider</artifactId> |
| 176 | <version>2.10.0</version> |
| 177 | <scope>compile</scope> |
| 178 | </dependency> |
Dominik Mizyn | 7929b78 | 2020-03-03 15:39:09 +0100 | [diff] [blame] | 179 | <dependency> |
| 180 | <groupId>org.onap.portal.sdk</groupId> |
| 181 | <artifactId>epsdk-app-common</artifactId> |
| 182 | <version>2.6.0</version> |
| 183 | <scope>compile</scope> |
| 184 | </dependency> |
Dominik Mizyn | 08cdfa2 | 2019-08-26 15:51:40 +0200 | [diff] [blame] | 185 | </dependencies> |
Dominik Mizyn | f51a049 | 2019-09-02 13:37:43 +0200 | [diff] [blame] | 186 | <properties> |
| 187 | <docker.image.prefix>portal</docker.image.prefix> |
Dominik Mizyn | ca3d9f4 | 2020-02-24 09:26:24 +0100 | [diff] [blame] | 188 | <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml,${project.reporting.outputDirectory}/jacoco-it/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths> |
jegadeeshbabu3 | aa3977c | 2020-03-18 19:01:13 +0530 | [diff] [blame] | 189 | <sonar.skip>true</sonar.skip> |
Dominik Mizyn | f51a049 | 2019-09-02 13:37:43 +0200 | [diff] [blame] | 190 | </properties> |
| 191 | <build> |
| 192 | <plugins> |
| 193 | <plugin> |
| 194 | <groupId>org.springframework.boot</groupId> |
| 195 | <artifactId>spring-boot-maven-plugin</artifactId> |
| 196 | </plugin> |
| 197 | <plugin> |
| 198 | <groupId>com.spotify</groupId> |
| 199 | <artifactId>dockerfile-maven-plugin</artifactId> |
| 200 | <version>1.4.9</version> |
| 201 | <configuration> |
| 202 | <repository>${docker.image.prefix}/${project.version}</repository> |
| 203 | </configuration> |
| 204 | </plugin> |
| 205 | <plugin> |
| 206 | <groupId>org.apache.maven.plugins</groupId> |
| 207 | <artifactId>maven-jar-plugin</artifactId> |
| 208 | <configuration> |
| 209 | <!-- DO NOT include log4j.properties file in your Jar --> |
| 210 | <excludes> |
| 211 | <exclude>**/log4j.properties</exclude> |
| 212 | </excludes> |
| 213 | <archive> |
| 214 | <manifest> |
| 215 | <!-- Jar file entry point --> |
| 216 | <mainClass>org.onap.portal.PortalApplication</mainClass> |
| 217 | </manifest> |
| 218 | </archive> |
| 219 | </configuration> |
| 220 | </plugin> |
| 221 | <plugin> |
| 222 | <groupId>org.apache.maven.plugins</groupId> |
| 223 | <artifactId>maven-dependency-plugin</artifactId> |
| 224 | <executions> |
| 225 | <execution> |
| 226 | <id>unpack</id> |
| 227 | <phase>package</phase> |
| 228 | <goals> |
| 229 | <goal>unpack</goal> |
| 230 | </goals> |
| 231 | <configuration> |
| 232 | <artifactItems> |
| 233 | <artifactItem> |
| 234 | <groupId>${project.groupId}</groupId> |
| 235 | <artifactId>${project.artifactId}</artifactId> |
| 236 | <version>${project.version}</version> |
| 237 | </artifactItem> |
| 238 | </artifactItems> |
| 239 | </configuration> |
| 240 | </execution> |
| 241 | </executions> |
| 242 | </plugin> |
Dominik Mizyn | ca3d9f4 | 2020-02-24 09:26:24 +0100 | [diff] [blame] | 243 | <plugin> |
| 244 | <groupId>org.jacoco</groupId> |
| 245 | <artifactId>jacoco-maven-plugin</artifactId> |
| 246 | <version>0.7.7.201606060606</version> |
| 247 | <executions> |
| 248 | <execution> |
| 249 | <goals> |
| 250 | <goal>prepare-agent</goal> |
| 251 | </goals> |
| 252 | </execution> |
| 253 | <execution> |
| 254 | <id>report</id> |
| 255 | <phase>prepare-package</phase> |
| 256 | <goals> |
| 257 | <goal>report</goal> |
| 258 | </goals> |
| 259 | </execution> |
| 260 | </executions> |
| 261 | </plugin> |
Dominik Mizyn | f51a049 | 2019-09-02 13:37:43 +0200 | [diff] [blame] | 262 | </plugins> |
| 263 | <resources> |
| 264 | <resource> |
| 265 | <directory>src/main/resources</directory> |
| 266 | </resource> |
| 267 | </resources> |
| 268 | </build> |
Dominik Mizyn | 28dbacf | 2019-08-06 08:43:07 +0200 | [diff] [blame] | 269 | |
Dominik Mizyn | f51a049 | 2019-09-02 13:37:43 +0200 | [diff] [blame] | 270 | <repositories> |
| 271 | <repository> |
| 272 | <id>spring-milestones</id> |
| 273 | <name>Spring Milestones</name> |
| 274 | <url>https://repo.spring.io/milestone</url> |
| 275 | </repository> |
| 276 | </repositories> |
| 277 | <pluginRepositories> |
| 278 | <pluginRepository> |
| 279 | <id>spring-milestones</id> |
| 280 | <name>Spring Milestones</name> |
| 281 | <url>https://repo.spring.io/milestone</url> |
| 282 | </pluginRepository> |
| 283 | </pluginRepositories> |
Dominik Mizyn | 28dbacf | 2019-08-06 08:43:07 +0200 | [diff] [blame] | 284 | |
| 285 | </project> |