summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/implementation-script-runtime/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/modules/implementation-script-runtime/pom.xml')
-rw-r--r--sca-java-2.x/trunk/modules/implementation-script-runtime/pom.xml22
1 files changed, 18 insertions, 4 deletions
diff --git a/sca-java-2.x/trunk/modules/implementation-script-runtime/pom.xml b/sca-java-2.x/trunk/modules/implementation-script-runtime/pom.xml
index 3b1ff92fba..596fbee03c 100644
--- a/sca-java-2.x/trunk/modules/implementation-script-runtime/pom.xml
+++ b/sca-java-2.x/trunk/modules/implementation-script-runtime/pom.xml
@@ -57,8 +57,22 @@
<dependency>
<groupId>org.apache.bsf</groupId>
- <artifactId>bsf-all</artifactId>
- <version>3.0</version>
+ <artifactId>bsf-utils</artifactId>
+ <version>3.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.bsf</groupId>
+ <artifactId>bsf-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.bsf</groupId>
+ <artifactId>bsf-engines</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
@@ -143,7 +157,7 @@
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
- <version>1.4.0</version>
+ <version>1.5.5</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
@@ -164,7 +178,7 @@
<dependency>
<groupId>org.python</groupId>
<artifactId>jython</artifactId>
- <version>2.2.1</version>
+ <version>2.5.2-beta1</version>
<scope>runtime</scope>
</dependency>