Skip to content

Commit

Permalink
samples: use the released artifact directly (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Mar 19, 2020
1 parent fb49652 commit 85ce08b
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions mediatranslation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,12 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>


<!-- [START mediatranslation_install_with_bom] -->
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>4.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-mediatranslation</artifactId>
<version>0.1.0</version>
</dependency>
<!-- [END mediatranslation_install_with_bom] -->

<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 85ce08b

Please sign in to comment.