Skip to content

Commit

Permalink
Language : Cleanup dependency (#5644)
Browse files Browse the repository at this point in the history
* cleanup unused dependency of contrib-google-cloud-language

* remove unused dependency of language

* add the newline at the end of the file
  • Loading branch information
athakor authored and sduskis committed Jul 3, 2019
1 parent 2a3be6c commit 61a1127
Showing 1 changed file with 2 additions and 28 deletions.
30 changes: 2 additions & 28 deletions google-cloud-clients/google-cloud-language/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-language</artifactId>
<version>1.81.0</version><!-- {x-version-update:google-cloud-language:current} -->
Expand All @@ -21,10 +21,6 @@
<site.installationModule>google-cloud-language</site.installationModule>
</properties>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-core</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-core-grpc</artifactId>
Expand All @@ -37,35 +33,13 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-language-v1beta2</artifactId>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty-shaded</artifactId>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-auth</artifactId>
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-language-v1</artifactId>
Expand Down

0 comments on commit 61a1127

Please sign in to comment.