Skip to content

Commit

Permalink
Merge pull request #3 from CraptiCraft-Development/fix/apache-missing
Browse files Browse the repository at this point in the history
Fix apache commons to be included (due to relocation)
  • Loading branch information
Loving11ish authored Jul 11, 2024
2 parents 10c58fe + 3de537f commit 1dcd758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
<scope>provided</scope>
<scope>compile</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit 1dcd758

Please sign in to comment.