Skip to content

Commit

Permalink
Merge pull request #1242 from virtualcell/Maven-lang-fix
Browse files Browse the repository at this point in the history
Fix issue where lang3 is needed but has potential conflicts
  • Loading branch information
CodeByDrescher committed May 9, 2024
2 parents 78bebaf + a5a6fe7 commit 1aa3441
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vcell-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,13 @@
<artifactId>itext</artifactId>
<version>${itext.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.13.0</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
Expand Down

0 comments on commit 1aa3441

Please sign in to comment.