This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new d55fa66  Fix errors in poms
d55fa66 is described below

commit d55fa66030aecee718b13495adfc618ee1e9cce3
Author: Ralph Goers <[email protected]>
AuthorDate: Sun Apr 5 22:53:50 2020 -0700

    Fix errors in poms
---
 .../log4j-spring-cloud-config-sample-server/pom.xml                  | 1 +
 pom.xml                                                              | 5 -----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git 
a/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-server/pom.xml
 
b/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-server/pom.xml
index a0be9bd..9a69e3b 100644
--- 
a/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-server/pom.xml
+++ 
b/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-server/pom.xml
@@ -30,6 +30,7 @@
     </sonar.dependencyCheck.reportPath>
 
     <!-- maven plugin versions -->
+    <deploy.plugin.version>2.8.2</deploy.plugin.version>
     <maven.checkstyle.version>3.0.0</maven.checkstyle.version>
     <maven.findbugs.version>3.0.5</maven.findbugs.version>
     
<maven.google.code.findbugs.version>3.0.2</maven.google.code.findbugs.version>
diff --git a/pom.xml b/pom.xml
index 5fee35c..6d4687f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -410,11 +410,6 @@
       </dependency>
       <dependency>
         <groupId>org.apache.logging.log4j</groupId>
-        <artifactId>log4j-1.2-api</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.logging.log4j</groupId>
         <artifactId>log4j-flume-ng</artifactId>
         <version>${project.version}</version>
       </dependency>

Reply via email to