File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 <artifactId >slf4j-api</artifactId >
3636 </dependency >
3737 <dependency >
38- <groupId >org.apache.servicemix.bundles</groupId >
39- <artifactId >org.apache.servicemix.bundles.rhino</artifactId >
40- <version >${rhino.servicemix.version} </version >
38+ <groupId >org.mozilla</groupId >
39+ <artifactId >rhino</artifactId >
40+ </dependency >
41+ <dependency >
42+ <groupId >org.mozilla</groupId >
43+ <artifactId >rhino-engine</artifactId >
4144 </dependency >
4245 <dependency >
4346 <groupId >org.assertj</groupId >
Original file line number Diff line number Diff line change 206206 <slf4j .version>2.0.17</slf4j .version>
207207 <swagger .version>1.6.11</swagger .version>
208208 <rhino .version>1.7.15.1</rhino .version>
209- <rhino .servicemix.version>1.7.15_1</rhino .servicemix.version>
210209 <jetty .version>11.0.25</jetty .version>
211210 <grizzly-framework .version>3.0.1</grizzly-framework .version>
212211 <servlet-api .version>5.0.0</servlet-api .version>
627626 <artifactId >common</artifactId >
628627 <version >${project.version} </version >
629628 </dependency >
629+ <dependency >
630+ <groupId >org.mozilla</groupId >
631+ <artifactId >rhino</artifactId >
632+ <version >${rhino.version} </version >
633+ </dependency >
634+ <dependency >
635+ <groupId >org.mozilla</groupId >
636+ <artifactId >rhino-engine</artifactId >
637+ <version >${rhino.version} </version >
638+ </dependency >
630639 <dependency >
631640 <groupId >org.asciidoctor</groupId >
632641 <artifactId >asciidoctorj</artifactId >
Original file line number Diff line number Diff line change 6565 </dependency >
6666
6767 <dependency >
68- <groupId >org.apache.servicemix.bundles</groupId >
69- <artifactId >org.apache.servicemix.bundles.rhino</artifactId >
70- <version >${rhino.servicemix.version} </version >
68+ <groupId >org.mozilla</groupId >
69+ <artifactId >rhino</artifactId >
70+ </dependency >
71+ <dependency >
72+ <groupId >org.mozilla</groupId >
73+ <artifactId >rhino-engine</artifactId >
7174 </dependency >
7275 <!--
7376 <dependency>
You can’t perform that action at this time.
0 commit comments