Skip to content

Commit f339f2b

Browse files
committed
Add operator-framework-spring-boot-starter-test module
1 parent 8a58f48 commit f339f2b

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<module>operator-framework</module>
4646
<module>operator-framework-quarkus-extension</module>
4747
<module>operator-framework-spring-boot-starter</module>
48+
<module>operator-framework-spring-boot-starter-test</module>
4849
<module>samples</module>
4950
</modules>
5051

0 commit comments

Comments
 (0)