JAVA-26765: Remove unwanted spaces from bookstore-monolith
This commit is contained in:
parent
e4d65e524f
commit
6e11ac36a2
@ -90,10 +90,10 @@
|
||||
<groupId>io.springfox</groupId>
|
||||
<artifactId>springfox-bean-validators</artifactId>
|
||||
</dependency>
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>com.mattbertolini</groupId>-->
|
||||
<!-- <artifactId>liquibase-slf4j</artifactId>-->
|
||||
<!-- </dependency>-->
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>com.mattbertolini</groupId>-->
|
||||
<!-- <artifactId>liquibase-slf4j</artifactId>-->
|
||||
<!-- </dependency>-->
|
||||
<dependency>
|
||||
<groupId>com.zaxxer</groupId>
|
||||
<artifactId>HikariCP</artifactId>
|
||||
@ -136,10 +136,10 @@
|
||||
<groupId>net.logstash.logback</groupId>
|
||||
<artifactId>logstash-logback-encoder</artifactId>
|
||||
</dependency>
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>org.mapstruct</groupId>-->
|
||||
<!-- <artifactId>mapstruct-jdk8</artifactId>-->
|
||||
<!-- </dependency>-->
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>org.mapstruct</groupId>-->
|
||||
<!-- <artifactId>mapstruct-jdk8</artifactId>-->
|
||||
<!-- </dependency>-->
|
||||
<dependency>
|
||||
<groupId>org.mapstruct</groupId>
|
||||
<artifactId>mapstruct</artifactId>
|
||||
@ -423,28 +423,28 @@
|
||||
<artifactId>jib-maven-plugin</artifactId>
|
||||
<version>${jib-maven-plugin.version}</version>
|
||||
<configuration>
|
||||
<from>
|
||||
<image>openjdk:8-jre-alpine</image>
|
||||
</from>
|
||||
<to>
|
||||
<image>bookstore:latest</image>
|
||||
</to>
|
||||
<container>
|
||||
<entrypoint>
|
||||
<shell>sh</shell>
|
||||
<option>-c</option>
|
||||
<arg>chmod +x /entrypoint.sh && sync && /entrypoint.sh</arg>
|
||||
</entrypoint>
|
||||
<ports>
|
||||
<port>8080</port>
|
||||
</ports>
|
||||
<environment>
|
||||
<SPRING_OUTPUT_ANSI_ENABLED>ALWAYS</SPRING_OUTPUT_ANSI_ENABLED>
|
||||
<JHIPSTER_SLEEP>0</JHIPSTER_SLEEP>
|
||||
</environment>
|
||||
<useCurrentTimestamp>true</useCurrentTimestamp>
|
||||
</container>
|
||||
</configuration>
|
||||
<from>
|
||||
<image>openjdk:8-jre-alpine</image>
|
||||
</from>
|
||||
<to>
|
||||
<image>bookstore:latest</image>
|
||||
</to>
|
||||
<container>
|
||||
<entrypoint>
|
||||
<shell>sh</shell>
|
||||
<option>-c</option>
|
||||
<arg>chmod +x /entrypoint.sh && sync && /entrypoint.sh</arg>
|
||||
</entrypoint>
|
||||
<ports>
|
||||
<port>8080</port>
|
||||
</ports>
|
||||
<environment>
|
||||
<SPRING_OUTPUT_ANSI_ENABLED>ALWAYS</SPRING_OUTPUT_ANSI_ENABLED>
|
||||
<JHIPSTER_SLEEP>0</JHIPSTER_SLEEP>
|
||||
</environment>
|
||||
<useCurrentTimestamp>true</useCurrentTimestamp>
|
||||
</container>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.liquibase</groupId>
|
||||
@ -1137,9 +1137,9 @@
|
||||
<m2e.apt.activation>jdt_apt</m2e.apt.activation>
|
||||
<run.addResources>false</run.addResources>
|
||||
<!-- These remain empty unless the corresponding profile is active -->
|
||||
<profile.no-liquibase/>
|
||||
<profile.swagger/>
|
||||
<profile.tls/>
|
||||
<profile.no-liquibase />
|
||||
<profile.swagger />
|
||||
<profile.tls />
|
||||
|
||||
<!-- Dependency versions -->
|
||||
<jhipster-dependencies.version>3.0.1</jhipster-dependencies.version>
|
||||
|
Loading…
x
Reference in New Issue
Block a user