Skip to content

Commit 4f0569e

Browse files
committed
chore (deps) : Add lombok dependency to openshift-client-api module
Signed-off-by: Rohan Kumar <[email protected]>
1 parent 7f953db commit 4f0569e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

openshift-client-api/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@
123123
<artifactId>transform-annotations</artifactId>
124124
</dependency>
125125

126+
<dependency>
127+
<groupId>org.projectlombok</groupId>
128+
<artifactId>lombok</artifactId>
129+
</dependency>
130+
126131
<dependency>
127132
<groupId>org.apache.felix</groupId>
128133
<artifactId>org.apache.felix.scr.annotations</artifactId>

0 commit comments

Comments
 (0)