File tree 2 files changed +6
-11
lines changed
2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,6 @@ Copyright 2016 Google Inc. All Rights Reserved.
28
28
<relativePath >../..</relativePath >
29
29
</parent >
30
30
<dependencies >
31
- <dependency >
32
- <groupId >com.google.appengine</groupId >
33
- <artifactId >appengine-maven-plugin</artifactId >
34
- <version >${appengine.sdk.version} </version >
35
- </dependency >
36
31
<dependency >
37
32
<groupId >javax.servlet</groupId >
38
33
<artifactId >servlet-api</artifactId >
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ Copyright 2015 Google Inc. All Rights Reserved.
29
29
<relativePath >../..</relativePath >
30
30
</parent >
31
31
<dependencies >
32
- <dependency >
33
- <groupId >com.google.appengine</groupId >
34
- <artifactId >appengine-maven-plugin </artifactId >
35
- <version >${appengine.sdk.version} </version >
36
- </dependency >
37
- <dependency >
32
+ <dependency >
33
+ <groupId >com.google.appengine</groupId >
34
+ <artifactId >appengine-api-1.0-sdk </artifactId >
35
+ <version >${appengine.sdk.version} </version >
36
+ </dependency >
37
+ <dependency >
38
38
<groupId >com.google.guava</groupId >
39
39
<artifactId >guava</artifactId >
40
40
<version >19.0</version >
You can’t perform that action at this time.
0 commit comments