Skip to content

Commit 1d5a067

Browse files
chingor13averikitsch
authored andcommitted
samples: use the released artifact directly (#11)
1 parent 714d417 commit 1d5a067

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

mediatranslation/pom.xml

+1-15
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,12 @@
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
</properties>
2525

26-
27-
<!-- [START mediatranslation_install_with_bom] -->
28-
<dependencyManagement>
29-
<dependencies>
30-
<dependency>
31-
<groupId>com.google.cloud</groupId>
32-
<artifactId>libraries-bom</artifactId>
33-
<version>4.2.0</version>
34-
<type>pom</type>
35-
<scope>import</scope>
36-
</dependency>
37-
</dependencies>
38-
</dependencyManagement>
39-
4026
<dependencies>
4127
<dependency>
4228
<groupId>com.google.cloud</groupId>
4329
<artifactId>google-cloud-mediatranslation</artifactId>
30+
<version>0.1.0</version>
4431
</dependency>
45-
<!-- [END mediatranslation_install_with_bom] -->
4632

4733
<dependency>
4834
<groupId>junit</groupId>

0 commit comments

Comments
 (0)