JAVA-5144: Experimenting with line width of 100
This commit is contained in:
parent
5376ca3382
commit
4b08dea21b
|
@ -48,8 +48,7 @@
|
||||||
<version>${spring-boot.version}</version>
|
<version>${spring-boot.version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<mainClass>${start-class}</mainClass>
|
<mainClass>${start-class}</mainClass>
|
||||||
<!-- this is necessary as we're not using the Boot
|
<!-- this is necessary as we're not using the Boot parent -->
|
||||||
parent -->
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
|
@ -48,8 +48,7 @@
|
||||||
<version>${spring-boot.version}</version>
|
<version>${spring-boot.version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<mainClass>${start-class}</mainClass>
|
<mainClass>${start-class}</mainClass>
|
||||||
<!-- this is necessary as we're not using the Boot
|
<!-- this is necessary as we're not using the Boot parent -->
|
||||||
parent -->
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@ -65,8 +64,7 @@
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<!-- The following enables the "thin jar" deployment
|
<!-- The following enables the "thin jar" deployment option. -->
|
||||||
option. -->
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot.experimental</groupId>
|
<groupId>org.springframework.boot.experimental</groupId>
|
||||||
<artifactId>spring-boot-thin-layout</artifactId>
|
<artifactId>spring-boot-thin-layout</artifactId>
|
||||||
|
@ -85,8 +83,7 @@
|
||||||
<thin.version>1.0.22.RELEASE</thin.version>
|
<thin.version>1.0.22.RELEASE</thin.version>
|
||||||
<spring-boot.version>2.4.3</spring-boot.version>
|
<spring-boot.version>2.4.3</spring-boot.version>
|
||||||
<aspectjweaver.version>1.9.1</aspectjweaver.version>
|
<aspectjweaver.version>1.9.1</aspectjweaver.version>
|
||||||
<!-- this property can be removed once we update Mockito version
|
<!-- this property can be removed once we update Mockito version in the main pom.xml -->
|
||||||
in the main pom.xml -->
|
|
||||||
<mockito.version>3.4.0</mockito.version>
|
<mockito.version>3.4.0</mockito.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue