Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Update log4j group id.
Browse files Browse the repository at this point in the history
  • Loading branch information
tparker-usgs committed Feb 4, 2017
1 parent b77eb91 commit 1b9d1ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
<minimizeJar>true</minimizeJar>
<filters>
<filter>
<artifact>org.apache:log4j</artifact>
<artifact>log4j:log4j</artifact>
<includes>
<include>org/apache/log4j/**</include>
</includes>
Expand Down Expand Up @@ -281,7 +281,7 @@
<include>com.martiansoftware:jsap</include>
<include>net.sourceforge.jtransforms:jtransforms</include>
<include>org.slf4j:*</include>
<include>org.apache:log4j</include>
<include>log4j:log4j</include>
<include>net.alomax:*</include>
<include>edu.sc.seis:*</include>
<include>colt:colt</include>
Expand Down Expand Up @@ -553,9 +553,9 @@
<version>1.7.1</version>
</dependency>
<dependency>
<groupId>org.apache</groupId>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>[1.2.13,)</version>
<version>1.2.13</version>
</dependency>
<dependency>
<groupId>gov.usgs.volcanoes</groupId>
Expand Down

0 comments on commit 1b9d1ee

Please sign in to comment.