Repository: logging-log4j-audit
Updated Branches:
  refs/heads/master f17ac9749 -> 7339eae97


Fix build issues


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/commit/7339eae9
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/tree/7339eae9
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/diff/7339eae9

Branch: refs/heads/master
Commit: 7339eae978b7aafda011aa86eb50e29f7eda201b
Parents: f17ac97
Author: Ralph Goers <[email protected]>
Authored: Sun Jun 10 10:35:53 2018 -0700
Committer: Ralph Goers <[email protected]>
Committed: Sun Jun 10 10:35:53 2018 -0700

----------------------------------------------------------------------
 log4j-audit-distribution/src/assembly/bin.xml | 3 ++-
 log4j-catalog/log4j-catalog-git/pom.xml       | 4 ----
 pom.xml                                       | 5 -----
 3 files changed, 2 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/7339eae9/log4j-audit-distribution/src/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/log4j-audit-distribution/src/assembly/bin.xml 
b/log4j-audit-distribution/src/assembly/bin.xml
index 6cee98e..b177f11 100644
--- a/log4j-audit-distribution/src/assembly/bin.xml
+++ b/log4j-audit-distribution/src/assembly/bin.xml
@@ -33,7 +33,8 @@
     <dependencySets>
         <dependencySet>
             <includes>
-                <include>org.apache.logging.log4j:log4j-*</include>
+                <include>org.apache.logging.log4j:log4j-audit*</include>
+                <include>org.apache.logging.log4j:log4j-catalog*</include>
             </includes>
             <outputDirectory></outputDirectory>
             <unpack>false</unpack>

http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/7339eae9/log4j-catalog/log4j-catalog-git/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-catalog/log4j-catalog-git/pom.xml 
b/log4j-catalog/log4j-catalog-git/pom.xml
index f68e0b9..9291a3c 100644
--- a/log4j-catalog/log4j-catalog-git/pom.xml
+++ b/log4j-catalog/log4j-catalog-git/pom.xml
@@ -51,10 +51,6 @@
       <artifactId>log4j-catalog-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-catalog-impl</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
     </dependency>

http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/7339eae9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e7de278..2998064 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,11 +209,6 @@
       </dependency>
       <dependency>
         <groupId>org.apache.logging.log4j</groupId>
-        <artifactId>log4j-catalog-impl</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.logging.log4j</groupId>
         <artifactId>log4j-catalog-git</artifactId>
         <version>${project.version}</version>
       </dependency>

Reply via email to