File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 20962096 <version >${hive.version} </version >
20972097 <scope >${hive.deps.scope} </scope >
20982098 <exclusions >
2099-
2099+ <exclusion >
2100+ <groupId >org.apache.hive.shaded.avatica</groupId >
2101+ <artifactId >mapr-shaded-avatica</artifactId >
2102+ </exclusion >
21002103 <!-- pull this in when needed; the explicit definition culls the surplus-->
21012104 <exclusion >
21022105 <groupId >${hive.group} </groupId >
Original file line number Diff line number Diff line change 8080 <classifier >${hive.classifier} </classifier >
8181 <scope >provided</scope >
8282 <exclusions >
83+ <exclusion >
84+ <groupId >org.apache.hive.shaded.avatica</groupId >
85+ <artifactId >mapr-shaded-avatica</artifactId >
86+ </exclusion >
8387 <exclusion >
8488 <groupId >com.mapr.db</groupId >
8589 <artifactId >maprdb</artifactId >
Original file line number Diff line number Diff line change 193193 <classifier >${hive.classifier} </classifier >
194194 <scope >provided</scope >
195195 <exclusions >
196+ <exclusion >
197+ <groupId >org.apache.hive.shaded.avatica</groupId >
198+ <artifactId >mapr-shaded-avatica</artifactId >
199+ </exclusion >
196200 <exclusion >
197201 <groupId >com.mapr.db</groupId >
198202 <artifactId >maprdb</artifactId >
You can’t perform that action at this time.
0 commit comments