We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9147444 commit 0e302a1Copy full SHA for 0e302a1
automl/snippets/pom.xml
@@ -42,8 +42,12 @@
42
<groupId>com.google.cloud</groupId>
43
<artifactId>google-cloud-automl</artifactId>
44
</dependency>
45
- <!-- [END automl_install_with_bom] -->
46
-
+ <!-- START_EXCLUDE -->
+ <dependency>
47
+ <groupId>net.sourceforge.argparse4j</groupId>
48
+ <artifactId>argparse4j</artifactId>
49
+ <version>0.8.1</version>
50
+ </dependency>
51
<dependency>
52
<groupId>junit</groupId>
53
<artifactId>junit</artifactId>
@@ -56,5 +60,7 @@
56
60
<version>1.0.1</version>
57
61
<scope>test</scope>
58
62
63
+ <!-- END_EXCLUDE -->
59
64
</dependencies>
65
+ <!-- [END automl_install_with_bom] -->
66
</project>
0 commit comments