Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…) is not defined (rhino export global context)

OpenIdentityPlatform/commons#110
  • Loading branch information
vharseko committed Apr 25, 2024
1 parent c3f3257 commit 72e7657
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions custom-scripted-connector-bundler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@
<groupId>com.github.jknack</groupId>
<artifactId>handlebars</artifactId>
<version>2.0.0</version>
<exclusions>
<exclusion>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<asm.version>5.0.4</asm.version>
<!-- quartz 2.x is not compatible yet -->
<quartz.version>1.8.6_1</quartz.version>
<rhino.version>1.7R4_1</rhino.version>
<rhino.version>1.7.14_2</rhino.version>
<groovy.version>2.4.7</groovy.version>

<!-- OSGi/Felix versions -->
Expand Down

0 comments on commit 72e7657

Please sign in to comment.