Skip to content

Commit 99415cd

Browse files
authored
feat(deps): adopt flatten plugin and google-cloud-shared-dependencies (#89)
1 parent f2c00fc commit 99415cd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

notification/snippets/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,12 @@
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
</properties>
2525

26-
27-
<!-- [START notification_install_with_bom] -->
2826
<dependencyManagement>
2927
<dependencies>
3028
<dependency>
3129
<groupId>com.google.cloud</groupId>
3230
<artifactId>libraries-bom</artifactId>
33-
<version></version>
31+
<version>7.0.0</version>
3432
<type>pom</type>
3533
<scope>import</scope>
3634
</dependency>
@@ -41,8 +39,9 @@
4139
<dependency>
4240
<groupId>com.google.cloud</groupId>
4341
<artifactId>google-cloud-notification</artifactId>
42+
<!-- TODO: REMOVE VERSION SPECIFIED BELOW WHEN THE CLIENT GOES GA-->
43+
<version>0.120.3-beta-SNAPSHOT</version>
4444
</dependency>
45-
<!-- [END notification_install_with_bom] -->
4645

4746
<dependency>
4847
<groupId>junit</groupId>

0 commit comments

Comments
 (0)