Skip to content

Commit a1e6c6e

Browse files
committed
Fix IAM module POM by adding missing dependencies section
1 parent 90363e2 commit a1e6c6e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

iam/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,18 @@
1616
<modules>
1717
<module>iam-client</module>
1818
</modules>
19+
20+
<dependencies>
21+
<dependency>
22+
<groupId>com.google.inject</groupId>
23+
<artifactId>guice</artifactId>
24+
</dependency>
25+
<dependency>
26+
<groupId>com.google.auto.service</groupId>
27+
<artifactId>auto-service</artifactId>
28+
<version>1.0-rc7</version>
29+
<scope>provided</scope>
30+
</dependency>
31+
</dependencies>
32+
1933
</project>

0 commit comments

Comments
 (0)