@@ -19,13 +19,13 @@ Copyright 2015 Google Inc. All Rights Reserved.
19
19
<modelVersion >4.0.0</modelVersion >
20
20
<packaging >war</packaging >
21
21
<version >1.0-SNAPSHOT</version >
22
- <groupId >com.example.appengine.gettingstartedjava </groupId >
22
+ <groupId >com.example.appengine</groupId >
23
23
<artifactId >helloworld</artifactId >
24
24
<dependencies >
25
25
<dependency >
26
26
<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 >
29
29
<type >jar</type >
30
30
<scope >provided</scope >
31
31
</dependency >
@@ -34,14 +34,6 @@ Copyright 2015 Google Inc. All Rights Reserved.
34
34
<!-- for hot reload of the web application -->
35
35
<outputDirectory >${project.build.directory} /${project.build.finalName} /WEB-INF/classes</outputDirectory >
36
36
<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 >
45
37
<plugin >
46
38
<groupId >org.apache.maven.plugins</groupId >
47
39
<version >3.3</version >
@@ -53,11 +45,8 @@ Copyright 2015 Google Inc. All Rights Reserved.
53
45
</plugin >
54
46
<plugin >
55
47
<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 >
61
50
</plugin >
62
51
</plugins >
63
52
</build >
0 commit comments