Skip to content

Commit 2697810

Browse files
author
Soroosh Sarabadani
committed
Add javapoet
1 parent 795c656 commit 2697810

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

operator-framework/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
<groupId>com.google.auto.service</groupId>
125125
<artifactId>auto-service</artifactId>
126126
<version>1.0-rc2</version>
127+
<scope>compile</scope>
127128
</dependency>
128129

129130
<dependency>
@@ -132,5 +133,12 @@
132133
<version>1.9.2.Final</version>
133134
</dependency>
134135

136+
<dependency>
137+
<groupId>com.squareup</groupId>
138+
<artifactId>javapoet</artifactId>
139+
<version>1.13.0</version>
140+
<scope>compile</scope>
141+
</dependency>
142+
135143
</dependencies>
136144
</project>

0 commit comments

Comments
 (0)