|
1 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 2 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
3 | 4 | <modelVersion>4.0.0</modelVersion> |
4 | 5 | <artifactId>jhipster-monolithic</artifactId> |
5 | 6 | <packaging>war</packaging> |
6 | | - <name>jhipster-monolithic</name> |
| 7 | + <name>jhipster-monolithic</name> |
7 | 8 | <description>JHipster Monolithic Application</description> |
8 | 9 |
|
9 | 10 | <parent> |
|
87 | 88 | <dependency> |
88 | 89 | <groupId>io.dropwizard.metrics</groupId> |
89 | 90 | <artifactId>metrics-annotation</artifactId> |
90 | | - </dependency> |
| 91 | + </dependency> |
91 | 92 | <dependency> |
92 | 93 | <groupId>io.dropwizard.metrics</groupId> |
93 | 94 | <artifactId>metrics-core</artifactId> |
94 | 95 | </dependency> |
95 | 96 | <dependency> |
96 | 97 | <groupId>io.dropwizard.metrics</groupId> |
97 | 98 | <artifactId>metrics-json</artifactId> |
98 | | - </dependency> |
| 99 | + </dependency> |
99 | 100 | <dependency> |
100 | 101 | <groupId>io.dropwizard.metrics</groupId> |
101 | 102 | <artifactId>metrics-jvm</artifactId> |
102 | | - </dependency> |
| 103 | + </dependency> |
103 | 104 | <dependency> |
104 | 105 | <groupId>io.dropwizard.metrics</groupId> |
105 | 106 | <artifactId>metrics-servlet</artifactId> |
106 | | - </dependency> |
| 107 | + </dependency> |
107 | 108 | <dependency> |
108 | 109 | <groupId>io.dropwizard.metrics</groupId> |
109 | 110 | <artifactId>metrics-servlets</artifactId> |
|
315 | 316 | </goals> |
316 | 317 | </pluginExecutionFilter> |
317 | 318 | <action> |
318 | | - <ignore /> |
| 319 | + <ignore/> |
319 | 320 | </action> |
320 | 321 | </pluginExecution> |
321 | 322 | <pluginExecution> |
|
329 | 330 | </goals> |
330 | 331 | </pluginExecutionFilter> |
331 | 332 | <action> |
332 | | - <ignore /> |
| 333 | + <ignore/> |
333 | 334 | </action> |
334 | 335 | </pluginExecution> |
335 | 336 | </pluginExecutions> |
|
547 | 548 | <diffChangeLogFile>src/main/resources/config/liquibase/changelog/${maven.build.timestamp}_changelog.xml</diffChangeLogFile> |
548 | 549 | <driver>org.h2.Driver</driver> |
549 | 550 | <url>jdbc:h2:file:./target/h2db/db/baeldung</url> |
550 | | - <defaultSchemaName /> |
| 551 | + <defaultSchemaName/> |
551 | 552 | <username>baeldung</username> |
552 | | - <password /> |
| 553 | + <password/> |
553 | 554 | <referenceUrl>hibernate:spring:com.baeldung.domain?dialect=org.hibernate.dialect.H2Dialect&hibernate.physical_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy&hibernate.implicit_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy</referenceUrl> |
554 | 555 | <verbose>true</verbose> |
555 | 556 | <logging>debug</logging> |
|
913 | 914 | <node.version>v6.10.0</node.version> |
914 | 915 | <npm.version>4.3.0</npm.version> |
915 | 916 | <!-- These remain empty unless the corresponding profile is active --> |
916 | | - <profile.no-liquibase /> |
917 | | - <profile.swagger /> |
| 917 | + <profile.no-liquibase/> |
| 918 | + <profile.swagger/> |
918 | 919 | <!-- Sonar properties --> |
919 | 920 | <project.testresult.directory>${project.build.directory}/test-results</project.testresult.directory> |
920 | 921 | <prometheus-simpleclient.version>0.0.20</prometheus-simpleclient.version> |
|
0 commit comments