Skip to content

Commit f2bcb9c

Browse files
committed
remove wdt changes
1 parent 140a030 commit f2bcb9c

File tree

5 files changed

+0
-220
lines changed

5 files changed

+0
-220
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ENV PATH=$PATH:/operator
99

1010
COPY src/scripts/* /operator/
1111
COPY operator/target/weblogic-kubernetes-operator-0.2.jar /operator/weblogic-kubernetes-operator.jar
12-
COPY target/weblogic-deploy.zip /operator/weblogic-deploy.zip
1312
COPY operator/target/lib/*.jar /operator/lib/
1413

1514
HEALTHCHECK --interval=1m --timeout=10s \

operator/src/main/java/oracle/kubernetes/operator/KubernetesConstants.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ public interface KubernetesConstants {
2626
public static final String CONTAINER_NAME = "weblogic-server";
2727

2828
public static final String DOMAIN_CONFIG_MAP_NAME = "weblogic-domain-cm";
29-
public static final String DOMAIN_HOME_CONFIG_MAP_NAME = "weblogic-domain-home-cm";
3029

3130
}

operator/src/main/java/oracle/kubernetes/operator/ProcessingConstants.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public interface ProcessingConstants {
3131
public static final String EXPLICIT_RESTART_CLUSTERS = "explicitRestartClusters";
3232

3333
public static final String SCRIPT_CONFIG_MAP = "scriptConfigMap";
34-
public static final String DOMAIN_HOME_CONFIG_MAP = "domainHomeConfigMap";
3534
public static final String SERVER_STATE_MAP = "serverStateMap";
3635
public static final String SERVER_HEALTH_MAP = "serverHealthMap";
3736

operator/src/main/java/oracle/kubernetes/operator/helpers/DomainHomeHelper.java

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

pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,6 @@
4949

5050
<build>
5151
<plugins>
52-
<plugin>
53-
<groupId>com.googlecode.maven-download-plugin</groupId>
54-
<artifactId>download-maven-plugin</artifactId>
55-
<version>1.4.0</version>
56-
<executions>
57-
<execution>
58-
<id>install-wdt</id>
59-
<goals>
60-
<goal>wget</goal>
61-
</goals>
62-
<configuration>
63-
<url>https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-0.8/weblogic-deploy.zip</url>
64-
<outputDirectory>${project.build.directory}</outputDirectory>
65-
</configuration>
66-
</execution>
67-
</executions>
68-
</plugin>
6952
<plugin>
7053
<groupId>org.apache.maven.plugins</groupId>
7154
<artifactId>maven-release-plugin</artifactId>

0 commit comments

Comments
 (0)