Skip to content

Commit

Permalink
Remove MapperFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
oswaldobapvicjr committed May 18, 2023
1 parent b1510e5 commit 47ff76c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 83 deletions.
7 changes: 0 additions & 7 deletions confectory-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
<commons-lang.version>3.12.0</commons-lang.version>
<commons-text.version>1.10.0</commons-text.version>
<commons-io.version>2.11.0</commons-io.version>
<commons-collections.version>4.4</commons-collections.version>
<jsonmerge.version>1.2.1</jsonmerge.version>
<json-path.version>2.8.0</json-path.version>
<json-smart.version>2.4.10</json-smart.version>
Expand All @@ -60,12 +59,6 @@
<version>${commons-io.version}</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>${commons-collections.version}</version>
</dependency>

<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
Expand Down

This file was deleted.

0 comments on commit 47ff76c

Please sign in to comment.