File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 2010
2010
<version >${hive.version} </version >
2011
2011
<scope >${hive.deps.scope} </scope >
2012
2012
<exclusions >
2013
-
2013
+ <exclusion >
2014
+ <groupId >org.apache.hive.shaded.avatica</groupId >
2015
+ <artifactId >mapr-shaded-avatica</artifactId >
2016
+ </exclusion >
2014
2017
<!-- pull this in when needed; the explicit definition culls the surplus-->
2015
2018
<exclusion >
2016
2019
<groupId >${hive.group} </groupId >
Original file line number Diff line number Diff line change 80
80
<classifier >${hive.classifier} </classifier >
81
81
<scope >provided</scope >
82
82
<exclusions >
83
+ <exclusion >
84
+ <groupId >org.apache.hive.shaded.avatica</groupId >
85
+ <artifactId >mapr-shaded-avatica</artifactId >
86
+ </exclusion >
83
87
<exclusion >
84
88
<groupId >com.mapr.db</groupId >
85
89
<artifactId >maprdb</artifactId >
Original file line number Diff line number Diff line change 229
229
<classifier >${hive.classifier} </classifier >
230
230
<scope >provided</scope >
231
231
<exclusions >
232
+ <exclusion >
233
+ <groupId >org.apache.hive.shaded.avatica</groupId >
234
+ <artifactId >mapr-shaded-avatica</artifactId >
235
+ </exclusion >
232
236
<exclusion >
233
237
<groupId >com.mapr.db</groupId >
234
238
<artifactId >maprdb</artifactId >
You can’t perform that action at this time.
0 commit comments