Commit 62f5af7 1 parent b0b992d commit 62f5af7 Copy full SHA for 62f5af7
File tree 2 files changed +34
-1
lines changed
spring-cloud-gcp-starters
spring-cloud-gcp-starter-secretmanager
2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 38
38
<module >spring-cloud-gcp-starter-data-firestore</module >
39
39
<module >spring-cloud-gcp-starter-bigquery</module >
40
40
<module >spring-cloud-gcp-starter-security-firebase</module >
41
- </modules >
41
+ <module >spring-cloud-gcp-starter-secretmanager</module >
42
+ </modules >
42
43
</project >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
+ <parent >
6
+ <groupId >org.springframework.cloud</groupId >
7
+ <artifactId >spring-cloud-gcp-starters</artifactId >
8
+ <version >1.3.0.BUILD-SNAPSHOT</version >
9
+ </parent >
10
+ <modelVersion >4.0.0</modelVersion >
11
+
12
+ <name >Spring Cloud GCP Pub/Sub Starter</name >
13
+ <artifactId >spring-cloud-gcp-starter-secretmanager</artifactId >
14
+ <description >Starter for GCP Secret Manager</description >
15
+
16
+ <dependencies >
17
+ <dependency >
18
+ <groupId >org.springframework.cloud</groupId >
19
+ <artifactId >spring-cloud-gcp-starter</artifactId >
20
+ </dependency >
21
+
22
+ <dependency >
23
+ <groupId >org.springframework.cloud</groupId >
24
+ <artifactId >spring-cloud-context</artifactId >
25
+ </dependency >
26
+
27
+ <dependency >
28
+ <groupId >com.google.cloud</groupId >
29
+ <artifactId >google-cloud-secretmanager</artifactId >
30
+ </dependency >
31
+ </dependencies >
32
+ </project >
You can’t perform that action at this time.
0 commit comments