Skip to content

Commit e0ef996

Browse files
committed
I removed the deprecated methods from version 0.4.0. From the pom.xml I removed the commons-beanutils dependency because it is no longer needed.
1 parent 626579d commit e0ef996

File tree

4 files changed

+2
-1412
lines changed

4 files changed

+2
-1412
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,11 @@ Java 17 or above.
8080
- org.apache.poi:poi:jar:5.2.3
8181
- org.apache.poi:poi-ooxml:jar:5.2.3
8282
- org.projectlombok:lombok:jar:1.18.26
83-
- commons-beanutils:commons-beanutils:jar:1.9.4
8483
- com.opencsv:opencsv:jar:5.7.1
85-
- com.fasterxml.jackson.core:jackson-databind:jar:2.14.2
84+
- com.fasterxml.jackson.core:jackson-databind:jar:2.15.0
8685
- org.apache.logging.log4j:log4j-core:jar:2.20.0
8786
- org.junit.jupiter:junit-jupiter:jar:5.9.2
88-
- org.junit.platform:junit-platform-suite-engine:jar:1.9.2
87+
- org.junit.platform:junit-platform-suite-engine:jar:1.9.3
8988

9089
## Maven
9190
```xml

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,6 @@
131131
<version>1.18.26</version>
132132
<scope>provided</scope>
133133
</dependency>
134-
<dependency>
135-
<groupId>commons-beanutils</groupId>
136-
<artifactId>commons-beanutils</artifactId>
137-
<version>1.9.4</version>
138-
</dependency>
139134
<dependency>
140135
<groupId>com.opencsv</groupId>
141136
<artifactId>opencsv</artifactId>

0 commit comments

Comments
 (0)