Skip to content

Commit

Permalink
Merge pull request #616 from internetarchive/webarchive-commons-1.1.10
Browse files Browse the repository at this point in the history
Remove log4j from main Heritrix distribution
  • Loading branch information
ato authored Oct 18, 2024
2 parents d8aa090 + cbd7f37 commit 33f0095
Show file tree
Hide file tree
Showing 12 changed files with 64 additions and 274 deletions.
9 changes: 2 additions & 7 deletions commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,9 @@
<dependency>
<groupId>org.netpreserve.commons</groupId>
<artifactId>webarchive-commons</artifactId>
<version>1.1.8</version>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-core</artifactId>
</exclusion>
</exclusions>
<version>1.1.10</version>
</dependency>

<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
Expand Down
54 changes: 0 additions & 54 deletions commons/src/main/java/org/archive/util/OneLineSimpleLayout.java

This file was deleted.

23 changes: 0 additions & 23 deletions commons/src/test/resources/log4j.xml

This file was deleted.

27 changes: 0 additions & 27 deletions contrib/src/main/resources/log4j.xml

This file was deleted.

27 changes: 0 additions & 27 deletions contrib/src/test/resources/log4j.xml

This file was deleted.

23 changes: 0 additions & 23 deletions dist/src/test/resources/log4j.xml

This file was deleted.

3 changes: 1 addition & 2 deletions docs/operating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,7 @@ Log Files
Each crawl job has its own set of log files found in the ``logs`` subdirectory of a job launch directory.

Logging can be configured by modifying the ``logging.properties`` file
that is located under the ``$HERITRIX_HOME/conf`` directory. For information on using
logging properties, visit http://logging.apache.org/log4j/.
that is located under the ``$HERITRIX_HOME/conf`` directory.

alerts.log
~~~~~~~~~~
Expand Down
6 changes: 0 additions & 6 deletions engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,6 @@
<version>2.3.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.littleshoot</groupId>
<artifactId>littleproxy</artifactId>
<version>0.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down
23 changes: 0 additions & 23 deletions engine/src/test/resources/log4j.xml

This file was deleted.

18 changes: 9 additions & 9 deletions modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@
<version>${jetty.version}</version>
</dependency>
<dependency>
<groupId>org.littleshoot</groupId>
<artifactId>littleproxy</artifactId>
<version>0.4</version>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>${jetty.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-proxy</artifactId>
<version>${jetty.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
Loading

0 comments on commit 33f0095

Please sign in to comment.