Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Use newer BeanShell 2.0b6 #230

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 52n-wps-sextante/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<artifactId>sextante_gt27_bindings</artifactId>
</dependency>
<dependency>
<groupId>org.beanshell</groupId>
<groupId>org.apache-extras.beanshell</groupId>
<artifactId>bsh</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ This project includes:
Axiom API under The Apache Software License, Version 2.0
Axiom Impl under The Apache Software License, Version 2.0
bcprov-jdk15 under Bouncycastle license, http://www.bouncycastle.org/licence.html (MIT-style license)
BeanShell under GNU LESSER GENERAL PUBLIC LICENSE
BeanShell under The Apache Software License, Version 2.0
Collections under The Apache Software License, Version 2.0
common under Eclipse Public License (EPL)
Commons Codec under The Apache Software License, Version 2.0
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -748,9 +748,9 @@
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.beanshell</groupId>
<groupId>org.apache-extras.beanshell</groupId>
<artifactId>bsh</artifactId>
<version>2.0b4</version>
<version>2.0b6</version>
</dependency>
<dependency>
<groupId>jfree</groupId>
Expand Down