Skip to content

Commit 05360cc

Browse files
committed
MapR [SPARK-1139] Update Spark in EEP 9.1.0 to Antlr Runtime version 4.9.3 (apache#1068)
Co-authored-by: Egor Krivokon <>
1 parent 70bd7f5 commit 05360cc

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed

external/maprdb/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,13 @@
150150
<groupId>org.ojai</groupId>
151151
<artifactId>ojai</artifactId>
152152
<version>${ojai.version}</version>
153+
<scope>provided</scope>
153154
</dependency>
154155
<dependency>
155156
<groupId>org.ojai</groupId>
156157
<artifactId>ojai-scala</artifactId>
157158
<version>${ojai.version}</version>
159+
<scope>provided</scope>
158160
<exclusions>
159161
<exclusion>
160162
<groupId>com.fasterxml.jackson.module</groupId>

resource-managers/mesos/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,14 @@
120120
<groupId>org.apache.hadoop</groupId>
121121
<artifactId>hadoop-yarn-common</artifactId>
122122
</exclusion>
123+
<exclusion>
124+
<groupId>org.antlr</groupId>
125+
<artifactId>antlr-runtime</artifactId>
126+
</exclusion>
127+
<exclusion>
128+
<groupId>org.ojai</groupId>
129+
<artifactId>ojai</artifactId>
130+
</exclusion>
123131
</exclusions>
124132
</dependency>
125133
<dependency>

resource-managers/yarn/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,14 @@
229229
<groupId>com.mapr.security</groupId>
230230
<artifactId>mapr-security-web</artifactId>
231231
</exclusion>
232+
<exclusion>
233+
<groupId>org.antlr</groupId>
234+
<artifactId>antlr-runtime</artifactId>
235+
</exclusion>
236+
<exclusion>
237+
<groupId>org.ojai</groupId>
238+
<artifactId>ojai</artifactId>
239+
</exclusion>
232240
</exclusions>
233241
</dependency>
234242
<dependency>

sql/hive/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@
150150
<groupId>org.apache.hive.shaded.avatica</groupId>
151151
<artifactId>mapr-shaded-avatica</artifactId>
152152
</exclusion>
153+
<exclusion>
154+
<groupId>org.antlr</groupId>
155+
<artifactId>antlr-runtime</artifactId>
156+
</exclusion>
153157
</exclusions>
154158
</dependency>
155159
<dependency>

0 commit comments

Comments
 (0)