From eb54ee151cb23512d69c360875cb33d7dbe2f68d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Thu, 1 Feb 2024 03:20:58 +0800 Subject: [PATCH] disable caucho repo and relative PHP tests --- pom.xml | 14 +++++++------- test-apps/scripting/pom.xml | 16 ++++++++-------- .../jberet/testapps/scripting/ScriptingIT.java | 18 +++++++++--------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/pom.xml b/pom.xml index 3be1ca494..9c4832438 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ 9.0.0.0 2.7-b1 2.11.12 - 3.2.1 + 1.0.1.Final 1.0.0.Final 1.0.5.Final @@ -718,12 +718,12 @@ ${version.org.scala-lang.scala-dist} test - - com.caucho - resin-quercus - ${version.com.caucho.resin-quercus} - test - + + + + + + org.jboss.spec.javax.servlet jboss-servlet-api_3.1_spec diff --git a/test-apps/scripting/pom.xml b/test-apps/scripting/pom.xml index 571cfd489..5a1b2b04e 100644 --- a/test-apps/scripting/pom.xml +++ b/test-apps/scripting/pom.xml @@ -42,10 +42,10 @@ scala-compiler - - com.caucho - resin-quercus - + + + + org.jboss.spec.javax.servlet jboss-servlet-api_3.1_spec @@ -70,10 +70,10 @@ - - caucho-repository - https://caucho.com/m2/ - + + + + diff --git a/test-apps/scripting/src/test/java/org/jberet/testapps/scripting/ScriptingIT.java b/test-apps/scripting/src/test/java/org/jberet/testapps/scripting/ScriptingIT.java index 0e13a7f35..931e778f9 100644 --- a/test-apps/scripting/src/test/java/org/jberet/testapps/scripting/ScriptingIT.java +++ b/test-apps/scripting/src/test/java/org/jberet/testapps/scripting/ScriptingIT.java @@ -94,15 +94,15 @@ public void batchletScalaInline() throws Exception { test0("batchletScalaInline"); } - @Test - public void batchletPhpInlineCDATA() throws Exception { - test0("batchletPhpInlineCDATA"); - } - - @Test - public void batchletPhpSrc() throws Exception { - test0("batchletPhpSrc"); - } +// @Test +// public void batchletPhpInlineCDATA() throws Exception { +// test0("batchletPhpInlineCDATA"); +// } +// +// @Test +// public void batchletPhpSrc() throws Exception { +// test0("batchletPhpSrc"); +// } @Test public void batchletRInlineCDATA() throws Exception {