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

Commit 668194e

Browse files
committed
2/3 of #691
1 parent 2c95538 commit 668194e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

raml-parser-2/pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,23 @@
5959
<dependency>
6060
<groupId>com.github.java-json-tools</groupId>
6161
<artifactId>json-schema-validator</artifactId>
62-
<version>2.2.10</version>
62+
<version>2.2.13</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>
6872
</exclusions>
6973
</dependency>
74+
<dependency>
75+
<groupId>org.mozilla</groupId>
76+
<artifactId>rhino</artifactId>
77+
<version>1.7.12</version>
78+
</dependency>
7079
<dependency>
7180
<groupId>com.googlecode.juniversalchardet</groupId>
7281
<artifactId>juniversalchardet</artifactId>

0 commit comments

Comments
 (0)