Skip to content

Commit

Permalink
add nv-i18n dependency for handling i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Hollmann committed Oct 31, 2019
1 parent f8b8feb commit 6a68273
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ This project includes:
MaxMind DB Reader under Apache License 2.0
MaxMind GeoIP2 API under Apache License, Version 2.0
Mozilla Rhino under Mozilla Public License, Version 2.0
Neo Visionaries Internationalization Package under The Apache Software License, Version 2.0
Netty/Buffer under Apache License, Version 2.0
Netty/Codec under Apache License, Version 2.0
Netty/Codec/HTTP under Apache License, Version 2.0
Expand Down
4 changes: 4 additions & 0 deletions janmayen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.neovisionaries</groupId>
<artifactId>nv-i18n</artifactId>
</dependency>

<!-- Testing dependencies -->
<dependency>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -992,6 +992,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.neovisionaries</groupId>
<artifactId>nv-i18n</artifactId>
<version>1.26</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
Expand Down

0 comments on commit 6a68273

Please sign in to comment.