File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,20 +90,6 @@ limitations under the License.
9090 <!-- for hot reload of the web application-->
9191 <outputDirectory >${project.build.directory} /${project.build.finalName} /WEB-INF/classes</outputDirectory >
9292 <plugins >
93- <!-- <plugin>-->
94- <!-- <groupId>org.codehaus.mojo</groupId>-->
95- <!-- <artifactId>versions-maven-plugin</artifactId>-->
96- <!-- <version>2.4</version>-->
97- <!-- <executions>-->
98- <!-- <execution>-->
99- <!-- <phase>compile</phase>-->
100- <!-- <goals>-->
101- <!-- <goal>display-dependency-updates</goal>-->
102- <!-- <goal>display-plugin-updates</goal>-->
103- <!-- </goals>-->
104- <!-- </execution>-->
105- <!-- </executions>-->
106- <!-- </plugin>-->
10793
10894 <plugin >
10995 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 116116 </configuration >
117117 </plugin >
118118 <!-- [END endpoints_plugin] -->
119- <plugin >
120- <groupId >org.codehaus.mojo</groupId >
121- <artifactId >versions-maven-plugin</artifactId >
122- <version >2.7</version >
123- <executions >
124- <execution >
125- <phase >compile</phase >
126- <goals >
127- <goal >display-dependency-updates</goal >
128- <goal >display-plugin-updates</goal >
129- </goals >
130- </execution >
131- </executions >
132- </plugin >
133119 </plugins >
134120 </build >
135121</project >
Original file line number Diff line number Diff line change 118118 </serviceClasses >
119119 </configuration >
120120 </plugin >
121- <plugin >
122- <groupId >org.codehaus.mojo</groupId >
123- <artifactId >versions-maven-plugin</artifactId >
124- <version >2.7</version >
125- <executions >
126- <execution >
127- <phase >compile</phase >
128- <goals >
129- <goal >display-dependency-updates</goal >
130- <goal >display-plugin-updates</goal >
131- </goals >
132- </execution >
133- </executions >
134- </plugin >
135121 </plugins >
136122 </build >
137123</project >
Original file line number Diff line number Diff line change @@ -87,20 +87,6 @@ limitations under the License.
8787 <hostname >YOUR-PROJECT-ID.appspot.com</hostname >
8888 </configuration >
8989 </plugin >
90- <plugin >
91- <groupId >org.codehaus.mojo</groupId >
92- <artifactId >versions-maven-plugin</artifactId >
93- <version >2.7</version >
94- <executions >
95- <execution >
96- <phase >compile</phase >
97- <goals >
98- <goal >display-dependency-updates</goal >
99- <goal >display-plugin-updates</goal >
100- </goals >
101- </execution >
102- </executions >
103- </plugin >
10490 </plugins >
10591 </build >
10692
Original file line number Diff line number Diff line change 9494 </configuration >
9595 </plugin >
9696
97- <plugin >
98- <groupId >org.codehaus.mojo</groupId >
99- <artifactId >versions-maven-plugin</artifactId >
100- <version >2.7</version >
101- <executions >
102- <execution >
103- <phase >compile</phase >
104- <goals >
105- <goal >display-dependency-updates</goal >
106- <goal >display-plugin-updates</goal >
107- </goals >
108- </execution >
109- </executions >
110- <configuration >
111- <excludes >
112- <exclude >javax.servlet:javax.servlet-api</exclude >
113- <exclude >com.google.guava:guava</exclude > <!-- avoid android version -->
114- </excludes >
115- </configuration >
116- </plugin >
117-
11897 <plugin >
11998 <artifactId >maven-war-plugin</artifactId >
12099 <version >3.3.1</version >
You can’t perform that action at this time.
0 commit comments