Skip to content

Commit

Permalink
switch dependency to webarchive-commons 1.1.1-IA-SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
kngenie committed Jul 2, 2014
1 parent b4ba7a3 commit 6555609
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,9 @@
</dependency>

<dependency>
<groupId>org.archive</groupId>
<artifactId>ia-web-commons</artifactId>
<version>1.1.0</version>
<groupId>org.netpreserve.commons</groupId>
<artifactId>webarchive-commons</artifactId>
<version>1.1.1-IA-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.archive.access-control</groupId>
Expand All @@ -327,6 +327,11 @@
<artifactId>spring-beans</artifactId>
<version>${org.springframework.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>${org.springframework.version}</version>
</dependency>
<dependency>
<groupId>org.beanshell</groupId>
<artifactId>bsh</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions wayback-cdx-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

<dependencies>
<dependency>
<groupId>org.archive</groupId>
<artifactId>ia-web-commons</artifactId>
<groupId>org.netpreserve.commons</groupId>
<artifactId>webarchive-commons</artifactId>
</dependency>

<!-- Spring framework -->
Expand Down
8 changes: 6 additions & 2 deletions wayback-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.archive</groupId>
<artifactId>ia-web-commons</artifactId>
<groupId>org.netpreserve.commons</groupId>
<artifactId>webarchive-commons</artifactId>
</dependency>
<!-- JWAT Dependencies -->
<dependency>
Expand Down Expand Up @@ -75,6 +75,10 @@
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>org.beanshell</groupId>
<artifactId>bsh</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
package org.archive.wayback.resourceindex;

import it.unimi.dsi.mg4j.util.MutableString;
import it.unimi.dsi.lang.MutableString;

import java.io.IOException;
import java.io.UnsupportedEncodingException;
Expand Down

0 comments on commit 6555609

Please sign in to comment.