Skip to content

Commit eb54ee1

Browse files
committed
disable caucho repo and relative PHP tests
1 parent d5185f8 commit eb54ee1

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<version.org.jruby.jruby>9.0.0.0</version.org.jruby.jruby>
7979
<version.org.python.jython>2.7-b1</version.org.python.jython>
8080
<version.org.scala-lang.scala-dist>2.11.12</version.org.scala-lang.scala-dist>
81-
<version.com.caucho.resin-quercus>3.2.1</version.com.caucho.resin-quercus>
81+
<!-- <version.com.caucho.resin-quercus>3.2.1</version.com.caucho.resin-quercus>-->
8282
<version.org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec>1.0.1.Final</version.org.jboss.spec.javax.annotation.jboss-annotations-api_1.3_spec>
8383
<version.org.jboss.spec.javax.servlet.jboss-servlet-api_3.1_spec>1.0.0.Final</version.org.jboss.spec.javax.servlet.jboss-servlet-api_3.1_spec>
8484
<version.org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.2_spec>1.0.5.Final</version.org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.2_spec>
@@ -718,12 +718,12 @@
718718
<version>${version.org.scala-lang.scala-dist}</version>
719719
<scope>test</scope>
720720
</dependency>
721-
<dependency>
722-
<groupId>com.caucho</groupId>
723-
<artifactId>resin-quercus</artifactId>
724-
<version>${version.com.caucho.resin-quercus}</version>
725-
<scope>test</scope>
726-
</dependency>
721+
<!-- <dependency>-->
722+
<!-- <groupId>com.caucho</groupId>-->
723+
<!-- <artifactId>resin-quercus</artifactId>-->
724+
<!-- <version>${version.com.caucho.resin-quercus}</version>-->
725+
<!-- <scope>test</scope>-->
726+
<!-- </dependency>-->
727727
<dependency>
728728
<groupId>org.jboss.spec.javax.servlet</groupId>
729729
<artifactId>jboss-servlet-api_3.1_spec</artifactId>

test-apps/scripting/pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
<artifactId>scala-compiler</artifactId>
4343
</dependency>
4444

45-
<dependency>
46-
<groupId>com.caucho</groupId>
47-
<artifactId>resin-quercus</artifactId>
48-
</dependency>
45+
<!-- <dependency>-->
46+
<!-- <groupId>com.caucho</groupId>-->
47+
<!-- <artifactId>resin-quercus</artifactId>-->
48+
<!-- </dependency>-->
4949
<dependency>
5050
<groupId>org.jboss.spec.javax.servlet</groupId>
5151
<artifactId>jboss-servlet-api_3.1_spec</artifactId>
@@ -70,10 +70,10 @@
7070
</dependencies>
7171

7272
<repositories>
73-
<repository>
74-
<id>caucho-repository</id>
75-
<url>https://caucho.com/m2/</url>
76-
</repository>
73+
<!-- <repository>-->
74+
<!-- <id>caucho-repository</id>-->
75+
<!-- <url>https://caucho.com/m2/</url>-->
76+
<!-- </repository>-->
7777

7878
<!-- R and renjin repo -->
7979
<repository>

test-apps/scripting/src/test/java/org/jberet/testapps/scripting/ScriptingIT.java

+9-9
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,15 @@ public void batchletScalaInline() throws Exception {
9494
test0("batchletScalaInline");
9595
}
9696

97-
@Test
98-
public void batchletPhpInlineCDATA() throws Exception {
99-
test0("batchletPhpInlineCDATA");
100-
}
101-
102-
@Test
103-
public void batchletPhpSrc() throws Exception {
104-
test0("batchletPhpSrc");
105-
}
97+
// @Test
98+
// public void batchletPhpInlineCDATA() throws Exception {
99+
// test0("batchletPhpInlineCDATA");
100+
// }
101+
//
102+
// @Test
103+
// public void batchletPhpSrc() throws Exception {
104+
// test0("batchletPhpSrc");
105+
// }
106106

107107
@Test
108108
public void batchletRInlineCDATA() throws Exception {

0 commit comments

Comments
 (0)