Skip to content

Commit

Permalink
jackon and opencsv version set in fj-bom
Browse files Browse the repository at this point in the history
fj-bom 1.4.7
  • Loading branch information
fugerit79 committed Sep 26, 2023
1 parent 82f78d6 commit bb1e1c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- fj-bom set to 1.4.6
- fj-bom set to 1.4.7
- jackon and opencsv version set in fj-bom
- fj-version set to 8.3.9
- pdfbox-version set to 2.0.29 (version 3.0.0 breaks compatibility, consider import)

Expand Down
9 changes: 0 additions & 9 deletions fj-doc-mod-opencsv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,11 @@
</license>
</licenses>

<properties>
<opencsv-version>5.7.1</opencsv-version>
</properties>

<build>

</build>

<dependencies>

<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>${opencsv-version}</version>
</dependency>

<dependency>
Expand Down
15 changes: 1 addition & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-bom</artifactId>
<version>1.4.6</version>
<version>1.4.7</version>
<relativePath></relativePath>
</parent>

Expand All @@ -27,7 +27,6 @@
<!-- fj java versions -->
<fj-version>8.3.9</fj-version>
<fj-doc-version>${project.version}</fj-doc-version>
<jackson-version>2.15.2</jackson-version>
<!-- other dependencies -->
<jajarta-jaxb-version>4.0.1</jajarta-jaxb-version>
<poi5-version>${poi-version}</poi5-version>
Expand Down Expand Up @@ -217,18 +216,6 @@
<version>${poi-version}</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson-version}</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>${jackson-version}</version>
</dependency>

<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
Expand Down

0 comments on commit bb1e1c4

Please sign in to comment.