JAVA-26765: Remove unwanted spaces from bookstore-monolith

This commit is contained in:
Harpal Singh 2023-11-23 18:45:27 +01:00
parent e4d65e524f
commit 6e11ac36a2

View File

@ -90,10 +90,10 @@
<groupId>io.springfox</groupId> <groupId>io.springfox</groupId>
<artifactId>springfox-bean-validators</artifactId> <artifactId>springfox-bean-validators</artifactId>
</dependency> </dependency>
<!-- <dependency>--> <!-- <dependency>-->
<!-- <groupId>com.mattbertolini</groupId>--> <!-- <groupId>com.mattbertolini</groupId>-->
<!-- <artifactId>liquibase-slf4j</artifactId>--> <!-- <artifactId>liquibase-slf4j</artifactId>-->
<!-- </dependency>--> <!-- </dependency>-->
<dependency> <dependency>
<groupId>com.zaxxer</groupId> <groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId> <artifactId>HikariCP</artifactId>
@ -136,10 +136,10 @@
<groupId>net.logstash.logback</groupId> <groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId> <artifactId>logstash-logback-encoder</artifactId>
</dependency> </dependency>
<!-- <dependency>--> <!-- <dependency>-->
<!-- <groupId>org.mapstruct</groupId>--> <!-- <groupId>org.mapstruct</groupId>-->
<!-- <artifactId>mapstruct-jdk8</artifactId>--> <!-- <artifactId>mapstruct-jdk8</artifactId>-->
<!-- </dependency>--> <!-- </dependency>-->
<dependency> <dependency>
<groupId>org.mapstruct</groupId> <groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId> <artifactId>mapstruct</artifactId>
@ -1137,9 +1137,9 @@
<m2e.apt.activation>jdt_apt</m2e.apt.activation> <m2e.apt.activation>jdt_apt</m2e.apt.activation>
<run.addResources>false</run.addResources> <run.addResources>false</run.addResources>
<!-- These remain empty unless the corresponding profile is active --> <!-- These remain empty unless the corresponding profile is active -->
<profile.no-liquibase/> <profile.no-liquibase />
<profile.swagger/> <profile.swagger />
<profile.tls/> <profile.tls />
<!-- Dependency versions --> <!-- Dependency versions -->
<jhipster-dependencies.version>3.0.1</jhipster-dependencies.version> <jhipster-dependencies.version>3.0.1</jhipster-dependencies.version>