Skip to content

Commit 465b53f

Browse files
committed
refactor: fold api module back into operator-framework
1 parent b3066f2 commit 465b53f

20 files changed

+0
-33
lines changed

api/pom.xml

Lines changed: 0 additions & 27 deletions
This file was deleted.

operator-framework/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@
4545

4646

4747
<dependencies>
48-
<dependency>
49-
<groupId>io.javaoperatorsdk</groupId>
50-
<artifactId>api</artifactId>
51-
<version>${project.version}</version>
52-
</dependency>
5348
<dependency>
5449
<groupId>io.fabric8</groupId>
5550
<artifactId>openshift-client</artifactId>

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
<module>spring-boot-starter</module>
4646
<module>samples</module>
4747
<module>quarkus-extension</module>
48-
<module>api</module>
4948
<module>runtime-configuration</module>
5049
</modules>
5150

0 commit comments

Comments
 (0)