File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 135
135
<hive .group>org.apache.hive</hive .group>
136
136
<!-- Version used in Maven Hive dependency -->
137
137
<hive .version>1.2.0-mapr-spark-MEP-6.0.0-SNAPSHOT</hive .version>
138
- <hive .2.version>2.3.5-mapr-SNAPSHOT</hive .2.version>
138
+ <hive .2.version>2.3.5.0 -mapr-SNAPSHOT</hive .2.version>
139
139
<!-- Kafka version -->
140
140
<kafka .version>2.1.1.0-mapr-SNAPSHOT</kafka .version>
141
141
<!-- Version used for internal directory structure -->
Original file line number Diff line number Diff line change 115
115
<artifactId >hive-maprdb-json-handler</artifactId >
116
116
<version >${hive.2.version} </version >
117
117
</dependency >
118
+ <dependency >
119
+ <groupId >${hive.group} </groupId >
120
+ <artifactId >hive-maprdb-json-common</artifactId >
121
+ <version >${hive.2.version} </version >
122
+ <exclusions >
123
+ <exclusion >
124
+ <groupId >org.apache.logging.log4j</groupId >
125
+ <artifactId >log4j-slf4j-impl</artifactId >
126
+ </exclusion >
127
+ </exclusions >
128
+ </dependency >
118
129
<!--
119
130
<dependency>
120
131
<groupId>${hive.group}</groupId>
You can’t perform that action at this time.
0 commit comments