Skip to content

Commit 7a4efc2

Browse files
committed
Fix pom.xml
1 parent de3a83d commit 7a4efc2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@
6464
<artifactId>log4j-core</artifactId>
6565
<version>2.17.1</version>
6666
</dependency>
67+
<dependency>
68+
<groupId>org.jbox2d</groupId>
69+
<artifactId>jbox2d-library</artifactId>
70+
<version>2.2.1.1</version>
71+
</dependency>
6772
<dependency>
6873
<groupId>com.github.ua-parser</groupId>
6974
<artifactId>uap-java</artifactId>

0 commit comments

Comments
 (0)