Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
changed dependency group id (was hinted at by mvn build)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Nüst committed Mar 10, 2014
1 parent ae8eb2b commit 72a813b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 52n-wps-sextante/pom.xml
Expand Up @@ -79,7 +79,7 @@
<artifactId>trove</artifactId>
</dependency>
<dependency>
<groupId>kxml2</groupId>
<groupId>net.sf.kxml</groupId>
<artifactId>kxml2</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -819,7 +819,7 @@
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>kxml2</groupId>
<groupId>net.sf.kxml</groupId>
<artifactId>kxml2</artifactId>
<version>2.2.2</version>
</dependency>
Expand Down

0 comments on commit 72a813b

Please sign in to comment.