We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 714d417 commit 1d5a067Copy full SHA for 1d5a067
mediatranslation/pom.xml
@@ -23,26 +23,12 @@
23
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
24
</properties>
25
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
40
<dependencies>
41
<dependency>
42
<groupId>com.google.cloud</groupId>
43
<artifactId>google-cloud-mediatranslation</artifactId>
+ <version>0.1.0</version>
44
</dependency>
45
- <!-- [END mediatranslation_install_with_bom] -->
46
47
48
<groupId>junit</groupId>
0 commit comments