update
This commit is contained in:
@@ -240,6 +240,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-beans</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
@@ -258,10 +259,6 @@
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-test</artifactId>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
||||
@@ -209,9 +209,9 @@
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<!-- <configuration>
|
||||
<additionalparam>-Xdoclint:none</additionalparam>
|
||||
</configuration>
|
||||
</configuration> -->
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
@@ -293,6 +293,7 @@
|
||||
</build>
|
||||
<run>
|
||||
<ports>
|
||||
<!--suppress UnresolvedMavenProperty -->
|
||||
<port>${docker.run.port}</port>
|
||||
</ports>
|
||||
<network>
|
||||
|
||||
Reference in New Issue
Block a user