Skip to content

Commit

Permalink
disable caucho repo and relative PHP tests
Browse files Browse the repository at this point in the history
  • Loading branch information
liweinan committed Jan 31, 2024
1 parent d5185f8 commit eb54ee1
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<version.org.jruby.jruby>9.0.0.0</version.org.jruby.jruby>
<version.org.python.jython>2.7-b1</version.org.python.jython>
<version.org.scala-lang.scala-dist>2.11.12</version.org.scala-lang.scala-dist>
<version.com.caucho.resin-quercus>3.2.1</version.com.caucho.resin-quercus>
<!-- <version.com.caucho.resin-quercus>3.2.1</version.com.caucho.resin-quercus>-->
<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>
<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>
<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>
Expand Down Expand Up @@ -718,12 +718,12 @@
<version>${version.org.scala-lang.scala-dist}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.caucho</groupId>
<artifactId>resin-quercus</artifactId>
<version>${version.com.caucho.resin-quercus}</version>
<scope>test</scope>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.caucho</groupId>-->
<!-- <artifactId>resin-quercus</artifactId>-->
<!-- <version>${version.com.caucho.resin-quercus}</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<dependency>
<groupId>org.jboss.spec.javax.servlet</groupId>
<artifactId>jboss-servlet-api_3.1_spec</artifactId>
Expand Down
16 changes: 8 additions & 8 deletions test-apps/scripting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
<artifactId>scala-compiler</artifactId>
</dependency>

<dependency>
<groupId>com.caucho</groupId>
<artifactId>resin-quercus</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.caucho</groupId>-->
<!-- <artifactId>resin-quercus</artifactId>-->
<!-- </dependency>-->
<dependency>
<groupId>org.jboss.spec.javax.servlet</groupId>
<artifactId>jboss-servlet-api_3.1_spec</artifactId>
Expand All @@ -70,10 +70,10 @@
</dependencies>

<repositories>
<repository>
<id>caucho-repository</id>
<url>https://caucho.com/m2/</url>
</repository>
<!-- <repository>-->
<!-- <id>caucho-repository</id>-->
<!-- <url>https://caucho.com/m2/</url>-->
<!-- </repository>-->

<!-- R and renjin repo -->
<repository>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit eb54ee1

Please sign in to comment.