Skip to content

Commit

Permalink
Update bsf dependency
Browse files Browse the repository at this point in the history
Update bsf dependency to add a restriction on xmlbeans import version
range
Related to wso2/product-micro-integrator/issues/3954
  • Loading branch information
GDLMadushanka committed Feb 6, 2025
1 parent 30479c9 commit f840241
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions modules/extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,6 @@
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
</dependency>
<dependency>
<groupId>org.apache.bsf.wso2</groupId>
<artifactId>bsf-all</artifactId>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js-scriptengine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,7 @@
<wso2caching.version>4.0.3</wso2caching.version>
<wso2eventing-api.version>2.1</wso2eventing-api.version>
<xbean.version>2.2.0</xbean.version>
<bsf.version>3.0.0.wso2v5</bsf.version>
<bsf.version>3.0.0.wso2v6</bsf.version>
<groovy.version>1.1-rc-1</groovy.version>
<servlet-api.version>2.3</servlet-api.version>
<commons-lang.version>2.4</commons-lang.version>
Expand Down

0 comments on commit f840241

Please sign in to comment.