File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
operator-framework-spring-boot-starter-test Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
+ <modelVersion >4.0.0</modelVersion >
6
+
7
+ <groupId >io.javaoperatorsdk</groupId >
8
+ <artifactId >operator-framework-spring-boot-starter-test</artifactId >
9
+ <version >1.5.1-SNAPSHOT</version >
10
+
11
+ <dependencies >
12
+ <dependency >
13
+ <groupId >io.fabric8</groupId >
14
+ <artifactId >kubernetes-server-mock</artifactId >
15
+ <version >4.12.0</version >
16
+ </dependency >
17
+ </dependencies >
18
+ </project >
Original file line number Diff line number Diff line change 45
45
<module >operator-framework</module >
46
46
<module >operator-framework-quarkus-extension</module >
47
47
<module >operator-framework-spring-boot-starter</module >
48
+ <module >operator-framework-spring-boot-starter-test</module >
48
49
<module >samples</module >
49
50
</modules >
50
51
You can’t perform that action at this time.
0 commit comments