Skip to content

Commit a0f25ba

Browse files
committed
move installation tests to kubernetes module
1 parent 63d27b0 commit a0f25ba

File tree

48 files changed

+664
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+664
-1
lines changed

kubernetes/pom.xml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<artifactId>installation-tests</artifactId>
1515

1616
<description>Oracle Weblogic Server Kubernetes Operator</description>
17-
<name>helm-chart-tests</name>
17+
<name>installation-tests</name>
1818

1919
<url>https://oracle.github.io/weblogic-kubernetes-operator</url>
2020
<inceptionYear>2017</inceptionYear>
@@ -45,6 +45,24 @@
4545
</build>
4646

4747
<dependencies>
48+
<dependency>
49+
<groupId>${project.groupId}</groupId>
50+
<artifactId>weblogic-kubernetes-operator</artifactId>
51+
<version>${project.version}</version>
52+
<scope>test</scope>
53+
</dependency>
54+
<dependency>
55+
<groupId>io.kubernetes</groupId>
56+
<artifactId>client-java</artifactId>
57+
<version>1.0.0</version>
58+
<scope>test</scope>
59+
</dependency>
60+
<dependency>
61+
<groupId>com.appscode.voyager</groupId>
62+
<artifactId>client-java</artifactId>
63+
<version>0.1.0</version>
64+
<scope>test</scope>
65+
</dependency>
4866
<dependency>
4967
<groupId>org.hamcrest</groupId>
5068
<artifactId>hamcrest-junit</artifactId>

0 commit comments

Comments
 (0)