File tree 3 files changed +24
-24
lines changed
src/test/java/org/jberet/testapps/scripting
3 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 78
78
<version .org.jruby.jruby>9.0.0.0</version .org.jruby.jruby>
79
79
<version .org.python.jython>2.7-b1</version .org.python.jython>
80
80
<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> -- >
82
82
<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>
83
83
<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>
84
84
<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
718
<version >${version.org.scala-lang.scala-dist} </version >
719
719
<scope >test</scope >
720
720
</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> -- >
727
727
<dependency >
728
728
<groupId >org.jboss.spec.javax.servlet</groupId >
729
729
<artifactId >jboss-servlet-api_3.1_spec</artifactId >
Original file line number Diff line number Diff line change 42
42
<artifactId >scala-compiler</artifactId >
43
43
</dependency >
44
44
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> -- >
49
49
<dependency >
50
50
<groupId >org.jboss.spec.javax.servlet</groupId >
51
51
<artifactId >jboss-servlet-api_3.1_spec</artifactId >
70
70
</dependencies >
71
71
72
72
<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> -- >
77
77
78
78
<!-- R and renjin repo -->
79
79
<repository >
Original file line number Diff line number Diff line change @@ -94,15 +94,15 @@ public void batchletScalaInline() throws Exception {
94
94
test0 ("batchletScalaInline" );
95
95
}
96
96
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
+ // }
106
106
107
107
@ Test
108
108
public void batchletRInlineCDATA () throws Exception {
You can’t perform that action at this time.
0 commit comments