Skip to content

Commit 05a3ef4

Browse files
saturnismmeltsufin
authored andcommitted
Removed redundant dependency management section (spring-attic#1015)
Removed redundant dependency management section in Pub/Sub sample.
1 parent 0f2d1d0 commit 05a3ef4

File tree

1 file changed

+0
-12
lines changed
  • spring-cloud-gcp-samples/spring-cloud-gcp-pubsub-sample

1 file changed

+0
-12
lines changed

spring-cloud-gcp-samples/spring-cloud-gcp-pubsub-sample/pom.xml

-12
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,6 @@
1313
<artifactId>spring-cloud-gcp-pubsub-sample</artifactId>
1414
<name>Spring Cloud GCP Pub/Sub Code Sample</name>
1515

16-
<dependencyManagement>
17-
<dependencies>
18-
<dependency>
19-
<groupId>org.springframework.cloud</groupId>
20-
<artifactId>spring-cloud-gcp-dependencies</artifactId>
21-
<version>1.1.0.BUILD-SNAPSHOT</version>
22-
<type>pom</type>
23-
<scope>import</scope>
24-
</dependency>
25-
</dependencies>
26-
</dependencyManagement>
27-
2816
<dependencies>
2917
<dependency>
3018
<groupId>org.springframework.cloud</groupId>

0 commit comments

Comments
 (0)