Skip to content

Commit

Permalink
Merge pull request deegree#1505 from lat-lon/replaceJunidecodeByOffic…
Browse files Browse the repository at this point in the history
…ialVersion

Replaced org:deegree:junidecode:0.2 with net.gcardone.junidecode:junidecode.0.4.1
  • Loading branch information
stephanr authored May 12, 2023
2 parents ef69709 + 2239453 commit da57c96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<artifactId>antlr-runtime</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>net.gcardone.junidecode</groupId>
<artifactId>junidecode</artifactId>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

import javax.xml.namespace.QName;

import gcardone.junidecode.Junidecode;
import net.gcardone.junidecode.Junidecode;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1172,9 +1172,9 @@
<version>${antlr.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>net.gcardone.junidecode</groupId>
<artifactId>junidecode</artifactId>
<version>0.2</version>
<version>0.4.1</version>
</dependency>
<dependency>
<groupId>com.google.auto.service</groupId>
Expand Down

0 comments on commit da57c96

Please sign in to comment.