Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit e83742b

Browse files
committed
Revert "Upgrade Rhino to 1.7.12, SnakeYAML to 1.26 (#691)"
Breaks the tests. This reverts commit 2f3dd8c
1 parent 2f3dd8c commit e83742b

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<properties>
3434
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
35-
<snakeyaml.version>1.26</snakeyaml.version>
35+
<snakeyaml.version>1.23</snakeyaml.version>
3636
<slf4j.version>1.7.14</slf4j.version>
3737
</properties>
3838

raml-parser-2/pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,23 +59,14 @@
5959
<dependency>
6060
<groupId>com.github.java-json-tools</groupId>
6161
<artifactId>json-schema-validator</artifactId>
62-
<version>2.2.13</version>
62+
<version>2.2.10</version>
6363
<exclusions>
6464
<exclusion>
6565
<groupId>javax.mail</groupId>
6666
<artifactId>mailapi</artifactId>
6767
</exclusion>
68-
<exclusion>
69-
<groupId>org.mozilla</groupId>
70-
<artifactId>rhino</artifactId>
71-
</exclusion>
7268
</exclusions>
7369
</dependency>
74-
<dependency>
75-
<groupId>org.mozilla</groupId>
76-
<artifactId>rhino</artifactId>
77-
<version>1.7.12</version>
78-
</dependency>
7970
<dependency>
8071
<groupId>com.googlecode.juniversalchardet</groupId>
8172
<artifactId>juniversalchardet</artifactId>

0 commit comments

Comments
 (0)