We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb2452 commit b4e0a77Copy full SHA for b4e0a77
spring-boot-deployment-tests/pom.xml
@@ -19,7 +19,6 @@
19
<properties>
20
<main.basedir>${basedir}/..</main.basedir>
21
<java.version>1.7</java.version>
22
-
23
<cargo.timeout>300000</cargo.timeout>
24
<cargo.container.download-dir>${user.home}/.cargo/installs</cargo.container.download-dir>
25
</properties>
@@ -28,7 +27,6 @@
28
27
<module>spring-boot-deployment-test-tomcat</module>
29
<module>spring-boot-deployment-test-wildfly</module>
30
</modules>
31
32
<build>
33
<pluginManagement>
34
<plugins>
@@ -74,5 +72,4 @@
74
72
</plugins>
75
73
</pluginManagement>
76
</build>
77
78
</project>
0 commit comments