Skip to content

Commit

Permalink
Merge pull request #33 from povimd9/feature-remove-jackson
Browse files Browse the repository at this point in the history
remove unused jackson lib from pom ilfes
  • Loading branch information
povimd9 authored Apr 21, 2023
2 parents 76c7019 + 74d5f2a commit f62a25f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
11 changes: 2 additions & 9 deletions pom-release.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@
</properties>

<dependencies>
<!-- Jackson -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.14.2</version>
</dependency>

<!-- org.json -->
<dependency>
<groupId>org.json</groupId>
Expand Down Expand Up @@ -166,7 +159,7 @@
<Doc-URL>https://github.com/povimd9/filechampion4j/wiki</Doc-URL>
<License>Apache-2.0";link="https://www.apache.org/licenses/LICENSE-2.0.txt</License>
<Build-Jdk-Spec>1.8</Build-Jdk-Spec>
<Dependencies>com.fasterxml.jackson.core:jackson-databind,org.json:json</Dependencies>
<Dependencies>org.json:json</Dependencies>
</manifestEntries>
</archive>
</configuration>
Expand Down Expand Up @@ -195,7 +188,7 @@
<Doc-URL>https://github.com/povimd9/filechampion4j/wiki</Doc-URL>
<License>Apache-2.0";link="https://www.apache.org/licenses/LICENSE-2.0.txt</License>
<Build-Jdk-Spec>1.8</Build-Jdk-Spec>
<Dependencies>com.fasterxml.jackson.core:jackson-databind,org.json:json</Dependencies>
<Dependencies>org.json:json</Dependencies>
</manifestEntries>
</archive>
</configuration>
Expand Down
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
</properties>

<dependencies>
<!-- Jackson -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.14.2</version>
</dependency>

<!-- org.json -->
<dependency>
<groupId>org.json</groupId>
Expand Down

0 comments on commit f62a25f

Please sign in to comment.