1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
2
1
<!--
3
- Copyright 2015 Google Inc. All Rights Reserved.
2
+ Copyright 2015 Google Inc. All Rights Reserved.
4
3
5
4
Licensed under the Apache License, Version 2.0 (the "License");
6
5
you may not use this file except in compliance with the License.
@@ -14,8 +13,7 @@ Copyright 2015 Google Inc. All Rights Reserved.
14
13
See the License for the specific language governing permissions and
15
14
limitations under the License.
16
15
-->
17
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
16
+ <project >
19
17
<modelVersion >4.0.0</modelVersion >
20
18
<packaging >war</packaging >
21
19
<version >1.0-SNAPSHOT</version >
@@ -29,16 +27,11 @@ Copyright 2015 Google Inc. All Rights Reserved.
29
27
<relativePath >../..</relativePath >
30
28
</parent >
31
29
32
- <properties >
33
- <appengine .target.version>1.9.30</appengine .target.version>
34
- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
35
- </properties >
36
-
37
30
<dependencies >
38
31
<dependency >
39
32
<groupId >com.google.appengine</groupId >
40
33
<artifactId >appengine-api-1.0-sdk</artifactId >
41
- <version >${appengine.target .version} </version >
34
+ <version >${appengine.sdk .version} </version >
42
35
</dependency >
43
36
<dependency >
44
37
<groupId >com.google.guava</groupId >
@@ -74,19 +67,19 @@ Copyright 2015 Google Inc. All Rights Reserved.
74
67
<dependency >
75
68
<groupId >com.google.appengine</groupId >
76
69
<artifactId >appengine-testing</artifactId >
77
- <version >${appengine.target .version} </version >
70
+ <version >${appengine.sdk .version} </version >
78
71
<scope >test</scope >
79
72
</dependency >
80
73
<dependency >
81
74
<groupId >com.google.appengine</groupId >
82
75
<artifactId >appengine-api-stubs</artifactId >
83
- <version >${appengine.target .version} </version >
76
+ <version >${appengine.sdk .version} </version >
84
77
<scope >test</scope >
85
78
</dependency >
86
79
<dependency >
87
80
<groupId >com.google.appengine</groupId >
88
81
<artifactId >appengine-tools-sdk</artifactId >
89
- <version >${appengine.target .version} </version >
82
+ <version >${appengine.sdk .version} </version >
90
83
<scope >test</scope >
91
84
</dependency >
92
85
<dependency >
@@ -100,15 +93,6 @@ Copyright 2015 Google Inc. All Rights Reserved.
100
93
<!-- for hot reload of the web application -->
101
94
<outputDirectory >${project.build.directory} /${project.build.finalName} /WEB-INF/classes</outputDirectory >
102
95
<plugins >
103
- <plugin >
104
- <groupId >org.apache.maven.plugins</groupId >
105
- <version >3.3</version >
106
- <artifactId >maven-compiler-plugin</artifactId >
107
- <configuration >
108
- <source >1.7</source >
109
- <target >1.7</target >
110
- </configuration >
111
- </plugin >
112
96
<plugin >
113
97
<groupId >com.google.appengine</groupId >
114
98
<artifactId >gcloud-maven-plugin</artifactId >
0 commit comments