Skip to content

Commit

Permalink
revert to earlier jsonpath version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed May 6, 2024
1 parent 140596f commit 8cc656c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<renjin.version>0.8.2567</renjin.version>
<jython.version>2.7.3</jython.version>
<gson.version>2.10.1</gson.version>
<json-path.version>2.9.0</json-path.version>
<json-path.version>2.8.0</json-path.version>
<moxy.version>2.7.0</moxy.version>
<log4j.version>2.23.1</log4j.version>
<d1_cn_index_processor_version>2.3.15</d1_cn_index_processor_version>
Expand Down Expand Up @@ -86,16 +86,6 @@
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>${json-path.version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- https://mvnrepository.com/artifact/net.minidev/json-smart -->
<dependency>
Expand Down

0 comments on commit 8cc656c

Please sign in to comment.