Skip to content

Commit 2a43843

Browse files
authored
registry: add example demonstrating registry operations (#321)
1 parent d148a85 commit 2a43843

File tree

2 files changed

+433
-0
lines changed

2 files changed

+433
-0
lines changed

examples/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,16 @@
106106
<artifactId>iam-gcp</artifactId>
107107
<version>${project.version}</version>
108108
</dependency>
109+
<dependency>
110+
<groupId>com.salesforce.multicloudj</groupId>
111+
<artifactId>registry-client</artifactId>
112+
<version>${project.version}</version>
113+
</dependency>
114+
<dependency>
115+
<groupId>com.salesforce.multicloudj</groupId>
116+
<artifactId>registry-gcp</artifactId>
117+
<version>${project.version}</version>
118+
</dependency>
109119
<dependency>
110120
<groupId>org.slf4j</groupId>
111121
<artifactId>slf4j-api</artifactId>

0 commit comments

Comments
 (0)