File tree 4 files changed +34
-38
lines changed
guestbook-cloud-firestore
4 files changed +34
-38
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,15 @@ Copyright 2019 Google LLC
81
81
<build >
82
82
<finalName >gaeinfo</finalName >
83
83
<plugins >
84
+ <plugin >
85
+ <groupId >com.google.cloud.tools</groupId >
86
+ <artifactId >appengine-maven-plugin</artifactId >
87
+ <version >2.2.0</version >
88
+ <configuration >
89
+ <version >gaeinfo</version >
90
+ </configuration >
91
+ </plugin >
92
+
84
93
<plugin >
85
94
<groupId >org.apache.maven.plugins</groupId >
86
95
<artifactId >maven-war-plugin</artifactId >
@@ -106,29 +115,9 @@ Copyright 2019 Google LLC
106
115
</executions >
107
116
</plugin >
108
117
<plugin >
109
- <artifactId >maven-resources-plugin</artifactId >
110
- <version >2.7</version >
111
- <executions >
112
- <execution >
113
- <id >copy-resources</id >
114
- <phase >install</phase >
115
- <goals >
116
- <goal >copy-resources</goal >
117
- </goals >
118
- <configuration >
119
- <outputDirectory >${project.build.directory} /appengine-staging/cprof</outputDirectory >
120
- </configuration >
121
- </execution >
122
- </executions >
123
- </plugin >
124
-
125
- <plugin >
126
- <groupId >com.google.cloud.tools</groupId >
127
- <artifactId >appengine-maven-plugin</artifactId >
128
- <version >2.0.0</version >
129
- <configuration >
130
- <version >gaeinfo</version >
131
- </configuration >
118
+ <groupId >org.eclipse.jetty</groupId >
119
+ <artifactId >jetty-maven-plugin</artifactId >
120
+ <version >9.4.2.v20170220</version >
132
121
</plugin >
133
122
</plugins >
134
123
Original file line number Diff line number Diff line change 38
38
Dependent-jars are created and added to
39
39
${project.build.directory}/appengine-staging -->
40
40
41
- <!-- [START gae_java11_firestore_pom] -->
42
41
<!-- Using libraries-bom to manage versions.
43
42
See https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM -->
44
43
<dependencyManagement >
59
58
<artifactId >google-cloud-firestore</artifactId >
60
59
<scope >provided</scope >
61
60
</dependency >
62
- <!-- [END gae_java11_firestore_pom] -->
63
61
64
62
<!-- Dependency needs to be locally install from directory -->
65
63
<!-- `java-docs-samples/appengine-java11/appengine-simple-jetty-main' -->
89
87
<artifactId >jstl</artifactId >
90
88
<version >1.2</version >
91
89
</dependency >
92
- <!-- [START gae_java11_firestore_pom] -->
93
90
</dependencies >
94
- <!-- [END gae_java11_firestore_pom] -->
95
91
<build >
96
92
<finalName >guestbook</finalName >
97
93
<plugins >
Original file line number Diff line number Diff line change 172
172
<arg >-parameters</arg >
173
173
</compilerArgs >
174
174
<annotationProcessorPaths >
175
- <path >
176
- <groupId >io.micronaut</groupId >
177
- <artifactId >micronaut-inject-java</artifactId >
178
- <version >1.1.0</version >
179
- </path >
180
- <path >
181
- <groupId >io.micronaut</groupId >
182
- <artifactId >micronaut-validation</artifactId >
183
- <version >1.1.0</version >
184
- </path >
175
+ <path >
176
+ <groupId >io.micronaut</groupId >
177
+ <artifactId >micronaut-inject-java</artifactId >
178
+ <version >1.1.0</version >
179
+ </path >
180
+ <path >
181
+ <groupId >io.micronaut</groupId >
182
+ <artifactId >micronaut-validation</artifactId >
183
+ <version >1.1.0</version >
184
+ </path >
185
185
</annotationProcessorPaths >
186
186
</configuration >
187
187
<executions >
Original file line number Diff line number Diff line change 38
38
<maven .compiler.source>11</maven .compiler.source>
39
39
</properties >
40
40
41
+ <dependencyManagement >
42
+ <dependencies >
43
+ <dependency >
44
+ <groupId >com.google.cloud</groupId >
45
+ <artifactId >libraries-bom</artifactId >
46
+ <version >3.0.0</version >
47
+ <type >pom</type >
48
+ <scope >import</scope >
49
+ </dependency >
50
+ </dependencies >
51
+ </dependencyManagement >
52
+
41
53
<!-- All dependencies are scoped as provided.
42
54
Dependent-jars are created and added to
43
55
${project.build.directory}/appengine-staging -->
55
67
<dependency >
56
68
<groupId >com.google.cloud</groupId >
57
69
<artifactId >google-cloud-spanner</artifactId >
58
- <version >1.45.0</version >
59
70
<scope >provided</scope >
60
71
</dependency >
61
72
You can’t perform that action at this time.
0 commit comments