Skip to content

Commit e3395c9

Browse files
author
Devaspati Krishnatri
committed
HIVE-28978:Remove Json-Path from Hive
1 parent 077ccad commit e3395c9

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@
168168
<junit.version>4.13.2</junit.version>
169169
<junit.jupiter.version>5.11.2</junit.jupiter.version>
170170
<junit.vintage.version>5.11.2</junit.vintage.version>
171-
<json-smart.version>2.5.2</json-smart.version>
172171
<kafka.version>2.5.0</kafka.version>
173172
<kryo.version>5.5.0</kryo.version>
174173
<reflectasm.version>1.11.9</reflectasm.version>
@@ -221,7 +220,6 @@
221220
<jjwt.version>0.10.5</jjwt.version>
222221
<re2j.version>1.2</re2j.version>
223222
<rs-api.version>2.0.1</rs-api.version>
224-
<json-path.version>2.9.0</json-path.version>
225223
<janino.version>3.1.12</janino.version>
226224
<datasketches.version>2.0.0</datasketches.version>
227225
<spotbugs.version>4.8.6</spotbugs.version>
@@ -1306,24 +1304,6 @@
13061304
<artifactId>re2j</artifactId>
13071305
<version>${re2j.version}</version>
13081306
</dependency>
1309-
<dependency>
1310-
<groupId>com.jayway.jsonpath</groupId>
1311-
<artifactId>json-path</artifactId>
1312-
<version>${json-path.version}</version>
1313-
<scope>runtime</scope>
1314-
<exclusions>
1315-
<exclusion>
1316-
<groupId>net.minidev</groupId>
1317-
<artifactId>json-smart</artifactId>
1318-
</exclusion>
1319-
</exclusions>
1320-
</dependency>
1321-
<dependency>
1322-
<groupId>net.minidev</groupId>
1323-
<artifactId>json-smart</artifactId>
1324-
<version>${json-smart.version}</version>
1325-
<scope>runtime</scope>
1326-
</dependency>
13271307
<dependency>
13281308
<groupId>org.codehaus.janino</groupId>
13291309
<artifactId>commons-compiler</artifactId>

ql/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -848,14 +848,6 @@
848848
</exclusion>
849849
</exclusions>
850850
</dependency>
851-
<dependency>
852-
<groupId>com.jayway.jsonpath</groupId>
853-
<artifactId>json-path</artifactId>
854-
</dependency>
855-
<dependency>
856-
<groupId>net.minidev</groupId>
857-
<artifactId>json-smart</artifactId>
858-
</dependency>
859851
<dependency>
860852
<groupId>org.codehaus.janino</groupId>
861853
<artifactId>commons-compiler</artifactId>

0 commit comments

Comments
 (0)