Skip to content

Commit

Permalink
Remove datanucleus dependency (#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored and chingor13 committed Oct 30, 2018
1 parent 1207585 commit 13407f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 54 deletions.
18 changes: 1 addition & 17 deletions google-api-client-appengine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,7 @@
</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 -->
<!--App Engine uses Java 6 and above-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
Expand Down
37 changes: 0 additions & 37 deletions google-api-client-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,43 +45,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-maven-plugin</artifactId>
<version>${project.datanucleus-maven-plugin.version}</version>
<configuration>
<api>JDO</api>
<verbose>true</verbose>
</configuration>
<dependencies>
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-core</artifactId>
<version>${project.datanucleus-core.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-api-jdo</artifactId>
<version>${project.datanucleus-api-jdo.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>javax.jdo</groupId>
<artifactId>jdo2-api</artifactId>
<version>${project.jdo2-api.version}</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<executions>
<execution>
<phase>process-classes</phase>
<goals>
<goal>enhance</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
Expand Down

0 comments on commit 13407f9

Please sign in to comment.