Skip to content

Commit 0e302a1

Browse files
committed
samples: add argparse4j dependency declaration
1 parent 9147444 commit 0e302a1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

automl/snippets/pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,12 @@
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-automl</artifactId>
4444
</dependency>
45-
<!-- [END automl_install_with_bom] -->
46-
45+
<!-- START_EXCLUDE -->
46+
<dependency>
47+
<groupId>net.sourceforge.argparse4j</groupId>
48+
<artifactId>argparse4j</artifactId>
49+
<version>0.8.1</version>
50+
</dependency>
4751
<dependency>
4852
<groupId>junit</groupId>
4953
<artifactId>junit</artifactId>
@@ -56,5 +60,7 @@
5660
<version>1.0.1</version>
5761
<scope>test</scope>
5862
</dependency>
63+
<!-- END_EXCLUDE -->
5964
</dependencies>
65+
<!-- [END automl_install_with_bom] -->
6066
</project>

0 commit comments

Comments
 (0)