Skip to content

Commit

Permalink
Add json-smart dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
copierrj committed Mar 27, 2024
1 parent 18760df commit ce2e582
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deegree-core/deegree-core-commons/pom.xml
Expand Up @@ -126,5 +126,9 @@
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
</dependency>
</dependencies>
</project>
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -792,6 +792,11 @@
<artifactId>json-path</artifactId>
<version>${jsonpath.version}</version>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>${jsonsmart.version}</version>
</dependency>
<!-- JAI -->
<dependency>
<groupId>javax.media</groupId>
Expand Down Expand Up @@ -1230,6 +1235,7 @@
<batik.version>1.17</batik.version>
<axoim.version>1.2.22</axoim.version>
<jsonpath.version>2.9.0</jsonpath.version>
<jsonsmart.version>2.5.1</jsonsmart.version>
</properties>

<modules>
Expand Down

0 comments on commit ce2e582

Please sign in to comment.