File tree Expand file tree Collapse file tree 4 files changed +22
-0
lines changed Expand file tree Collapse file tree 4 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments