|
1 | 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" |
3 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 2 | +<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/maven-v4_0_0.xsd"> |
4 | 3 | <modelVersion>4.0.0</modelVersion> |
5 | 4 |
|
6 | 5 | <parent> |
7 | | - <artifactId>parent-boot-1</artifactId> |
8 | | - <groupId>com.baeldung</groupId> |
9 | | - <version>0.0.1-SNAPSHOT</version> |
10 | | - <relativePath>../../../parent-boot-1</relativePath> |
| 6 | + <artifactId>jhipster-microservice</artifactId> |
| 7 | + <groupId>com.baeldung.jhipster</groupId> |
| 8 | + <version>1.0.0-SNAPSHOT</version> |
11 | 9 | </parent> |
| 10 | + |
12 | 11 | <groupId>com.car.app</groupId> |
13 | 12 | <artifactId>car-app</artifactId> |
14 | | - <version>0.0.1-SNAPSHOT</version> |
15 | 13 | <packaging>war</packaging> |
16 | 14 | <name>car-app</name> |
17 | 15 |
|
|
37 | 35 | <jjwt.version>0.7.0</jjwt.version> |
38 | 36 | <liquibase-hibernate5.version>3.6</liquibase-hibernate5.version> |
39 | 37 | <liquibase-slf4j.version>2.0.0</liquibase-slf4j.version> |
| 38 | + <liquibase.version>3.6.2</liquibase.version> |
40 | 39 | <logstash-logback-encoder.version>4.8</logstash-logback-encoder.version> |
41 | 40 | <m2e.apt.activation>jdt_apt</m2e.apt.activation> |
42 | 41 | <mapstruct.version>1.1.0.Final</mapstruct.version> |
| 42 | + <maven-eclipse-plugin.version>2.10</maven-eclipse-plugin.version> |
43 | 43 | <maven-enforcer-plugin.version>1.4.1</maven-enforcer-plugin.version> |
44 | 44 | <maven-resources-plugin.version>3.0.1</maven-resources-plugin.version> |
45 | 45 | <maven.build.timestamp.format>yyyyMMddHHmmss</maven.build.timestamp.format> |
|
186 | 186 | <dependency> |
187 | 187 | <groupId>commons-io</groupId> |
188 | 188 | <artifactId>commons-io</artifactId> |
189 | | - <version>${commons-io.version}</version> |
190 | 189 | </dependency> |
191 | 190 | <dependency> |
192 | 191 | <groupId>io.dropwizard.metrics</groupId> |
193 | 192 | <artifactId>metrics-annotation</artifactId> |
194 | | - <version>${dropwizard-metrics.version}</version> |
195 | 193 | </dependency> |
196 | 194 | <dependency> |
197 | 195 | <groupId>io.dropwizard.metrics</groupId> |
|
200 | 198 | <dependency> |
201 | 199 | <groupId>io.dropwizard.metrics</groupId> |
202 | 200 | <artifactId>metrics-json</artifactId> |
203 | | - <version>${dropwizard-metrics.version}</version> |
204 | 201 | </dependency> |
205 | 202 | <dependency> |
206 | 203 | <groupId>io.dropwizard.metrics</groupId> |
207 | 204 | <artifactId>metrics-jvm</artifactId> |
208 | | - <version>${dropwizard-metrics.version}</version> |
209 | 205 | </dependency> |
210 | 206 | <dependency> |
211 | 207 | <groupId>io.dropwizard.metrics</groupId> |
212 | 208 | <artifactId>metrics-servlet</artifactId> |
213 | | - <version>${dropwizard-metrics.version}</version> |
214 | 209 | </dependency> |
215 | 210 | <dependency> |
216 | 211 | <groupId>io.dropwizard.metrics</groupId> |
|
505 | 500 | <artifactId>maven-compiler-plugin</artifactId> |
506 | 501 | <version>${maven-compiler-plugin.version}</version> |
507 | 502 | <configuration> |
508 | | - <source>${maven.compiler.source}</source> |
509 | | - <target>${maven.compiler.target}</target> |
510 | 503 | <annotationProcessorPaths> |
511 | 504 | <path> |
512 | 505 | <groupId>org.mapstruct</groupId> |
|
519 | 512 | <plugin> |
520 | 513 | <groupId>org.apache.maven.plugins</groupId> |
521 | 514 | <artifactId>maven-eclipse-plugin</artifactId> |
| 515 | + <version>${maven-eclipse-plugin.version}</version> |
522 | 516 | <configuration> |
523 | 517 | <downloadSources>true</downloadSources> |
524 | 518 | <downloadJavadocs>true</downloadJavadocs> |
|
0 commit comments