Skip to content

Commit

Permalink
Fix a few more I18N issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mukoki committed Feb 12, 2022
1 parent 3cabf38 commit a365a36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,20 @@
</repositories>

<dependencies>

<dependency>
<groupId>org.openjump</groupId>
<artifactId>OpenJUMP</artifactId>
<version>2.0-main-SNAPSHOT</version>
</dependency>
<!-- provided by OJ Core as well

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
-->

</dependencies>

<build>
Expand Down

0 comments on commit a365a36

Please sign in to comment.