Skip to content

Commit

Permalink
refactor(pom.xml): Included common-lang3 required by GTFS-Lib
Browse files Browse the repository at this point in the history
  • Loading branch information
br648 committed Sep 9, 2024
1 parent a62e3db commit 45d7036
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,11 @@
<artifactId>gson</artifactId>
<version>2.8.9</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.17.0</version>
</dependency>
</dependencies>

</project>

0 comments on commit 45d7036

Please sign in to comment.