@@ -19,13 +19,13 @@ Copyright 2015 Google Inc. All Rights Reserved.
1919 <modelVersion >4.0.0</modelVersion >
2020 <packaging >war</packaging >
2121 <version >1.0-SNAPSHOT</version >
22- <groupId >com.example.appengine.gettingstartedjava </groupId >
22+ <groupId >com.example.appengine</groupId >
2323 <artifactId >helloworld</artifactId >
2424 <dependencies >
2525 <dependency >
2626 <groupId >javax.servlet</groupId >
27- <artifactId >javax. servlet-api</artifactId >
28- <version >3.1.0 </version >
27+ <artifactId >servlet-api</artifactId >
28+ <version >2.5 </version >
2929 <type >jar</type >
3030 <scope >provided</scope >
3131 </dependency >
@@ -34,14 +34,6 @@ Copyright 2015 Google Inc. All Rights Reserved.
3434 <!-- for hot reload of the web application -->
3535 <outputDirectory >${project.build.directory} /${project.build.finalName} /WEB-INF/classes</outputDirectory >
3636 <plugins >
37- <plugin >
38- <groupId >org.apache.maven.plugins</groupId >
39- <artifactId >maven-war-plugin</artifactId >
40- <version >2.6</version >
41- <configuration >
42- <failOnMissingWebXml >false</failOnMissingWebXml >
43- </configuration >
44- </plugin >
4537 <plugin >
4638 <groupId >org.apache.maven.plugins</groupId >
4739 <version >3.3</version >
@@ -53,11 +45,8 @@ Copyright 2015 Google Inc. All Rights Reserved.
5345 </plugin >
5446 <plugin >
5547 <groupId >com.google.appengine</groupId >
56- <artifactId >gcloud-maven-plugin</artifactId >
57- <version >2.0.9.84.v20151031</version >
58- <configuration >
59- <set_default >true</set_default >
60- </configuration >
48+ <artifactId >appengine-maven-plugin</artifactId >
49+ <version >1.9.28</version >
6150 </plugin >
6251 </plugins >
6352 </build >
0 commit comments