File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 23
23
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
24
</properties >
25
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
26
<dependencies >
41
27
<dependency >
42
28
<groupId >com.google.cloud</groupId >
43
29
<artifactId >google-cloud-mediatranslation</artifactId >
30
+ <version >0.1.0</version >
44
31
</dependency >
45
- <!-- [END mediatranslation_install_with_bom] -->
46
32
47
33
<dependency >
48
34
<groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments