Skip to content

Commit decfd9c

Browse files
author
Soroosh Sarabadani
committed
Add auto-service and quarkus runtime dependency
1 parent 6f6260e commit decfd9c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

operator-framework/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,18 @@
8282
<artifactId>javassist</artifactId>
8383
<version>3.27.0-GA</version>
8484
</dependency>
85+
86+
<dependency>
87+
<groupId>com.google.auto.service</groupId>
88+
<artifactId>auto-service</artifactId>
89+
<version>1.0-rc2</version>
90+
</dependency>
91+
92+
<dependency>
93+
<groupId>io.quarkus</groupId>
94+
<artifactId>quarkus-core</artifactId>
95+
<version>1.9.2.Final</version>
96+
</dependency>
97+
8598
</dependencies>
8699
</project>

0 commit comments

Comments
 (0)