Skip to content

Commit

Permalink
remove unused and out of date DataNucleus plugin (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored and chingor13 committed Aug 9, 2019
1 parent f7b5aaa commit 8be32e1
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions google-oauth-client-appengine/pom.xml
Expand Up @@ -45,22 +45,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.datanucleus</groupId>
<artifactId>maven-datanucleus-plugin</artifactId>
<version>2.2.1</version>
<configuration>
<verbose>true</verbose>
</configuration>
<executions>
<execution>
<phase>process-classes</phase>
<goals>
<goal>enhance</goal>
</goals>
</execution>
</executions>
</plugin>
<!--App Engine uses Java 7 or Java 8-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit 8be32e1

Please sign in to comment.