We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ac3ff commit c96e1cdCopy full SHA for c96e1cd
1 file changed
managed_vms/helloworld/pom.xml
@@ -40,7 +40,7 @@
40
41
<!-- [START dependencies] -->
42
<dependencies>
43
-
+
44
<dependency>
45
<groupId>javax.servlet</groupId>
46
<artifactId>javax.servlet-api</artifactId>
@@ -63,8 +63,10 @@
63
<version>${appengine.maven.plugin}</version>
64
<configuration>
65
<!-- deploy configuration -->
66
+<!--
67
<deploy.promote>true</deploy.promote>
68
<deploy.stopPreviousVersion>true</deploy.stopPreviousVersion>
69
+ -->
70
</configuration>
71
</plugin>
72
0 commit comments