Skip to content

Commit 9571ec8

Browse files
authored
Rhino: org.apache.servicemix.bundles.rhino -> org.mozilla (#94)
1 parent 4b6abaa commit 9571ec8

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

  • OpenICF-java-framework/connector-framework-internal

OpenICF-java-framework/connector-framework-internal/pom.xml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,20 +64,25 @@
6464

6565
<!--Optional dependencies-->
6666
<dependency>
67-
<groupId>org.apache.servicemix.bundles</groupId>
68-
<artifactId>org.apache.servicemix.bundles.rhino</artifactId>
69-
<version>1.7.15_1</version>
67+
<groupId>org.mozilla</groupId>
68+
<artifactId>rhino</artifactId>
69+
<optional>true</optional>
70+
</dependency>
71+
<dependency>
72+
<groupId>org.mozilla</groupId>
73+
<artifactId>rhino-engine</artifactId>
7074
<optional>true</optional>
7175
</dependency>
72-
7376
<!-- Test Dependencies -->
7477
<dependency>
7578
<groupId>org.testng</groupId>
7679
<artifactId>testng</artifactId>
80+
<scope>test</scope>
7781
</dependency>
7882
<dependency>
7983
<groupId>org.easytesting</groupId>
8084
<artifactId>fest-assert</artifactId>
85+
<scope>test</scope>
8186
</dependency>
8287
<dependency>
8388
<groupId>org.openidentityplatform.openicf.framework</groupId>

0 commit comments

Comments
 (0)