We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f80fa1 commit 5ac2834Copy full SHA for 5ac2834
appengine-java8/endpoints-v2-skeleton/pom.xml
@@ -103,24 +103,6 @@
103
<hostname>YOUR_PROJECT_ID.appspot.com</hostname>
104
</configuration>
105
</plugin>
106
- <!--
107
- The versions-maven-plugin is used for dependency updates and
108
- is not required.
109
- -->
110
- <plugin>
111
- <groupId>org.codehaus.mojo</groupId>
112
- <artifactId>versions-maven-plugin</artifactId>
113
- <version>2.3</version>
114
- <executions>
115
- <execution>
116
- <phase>compile</phase>
117
- <goals>
118
- <goal>display-dependency-updates</goal>
119
- <goal>display-plugin-updates</goal>
120
- </goals>
121
- </execution>
122
- </executions>
123
- </plugin>
124
</plugins>
125
</build>
126
<!-- [END pom_build] -->
0 commit comments