Skip to content
Snippets Groups Projects
Commit 2cc1414b authored by yuyanting's avatar yuyanting
Browse files

[googledatastore] Clean up googledatastore/pom file.

parent 8b4f3874
No related branches found
No related tags found
No related merge requests found
...@@ -29,21 +29,11 @@ LICENSE file. ...@@ -29,21 +29,11 @@ LICENSE file.
<name>Google Cloud Datastore Binding</name> <name>Google Cloud Datastore Binding</name>
<url>https://github.com/GoogleCloudPlatform/google-cloud-datastore</url> <url>https://github.com/GoogleCloudPlatform/google-cloud-datastore</url>
<repositories>
<repository>
<id>sonatype-snapshots</id>
<name>sonatype-snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.google.cloud.datastore</groupId> <groupId>com.google.cloud.datastore</groupId>
<artifactId>datastore-v1beta3-proto-client</artifactId> <artifactId>datastore-v1beta3-proto-client</artifactId>
<version>1.0.0-beta</version> <version>1.0.0-beta.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>log4j</groupId> <groupId>log4j</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment