You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2017/09/01 07:17:14 UTC

[2/2] syncope git commit: Upgrading Log4j

Upgrading Log4j


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/c329d902
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/c329d902
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/c329d902

Branch: refs/heads/master
Commit: c329d9029c0598e84de52700a0149cf43b5514f4
Parents: eeef637
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Sep 1 09:16:57 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Sep 1 09:17:06 2017 +0200

----------------------------------------------------------------------
 ide/netbeans/pom.xml | 1 +
 pom.xml              | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/c329d902/ide/netbeans/pom.xml
----------------------------------------------------------------------
diff --git a/ide/netbeans/pom.xml b/ide/netbeans/pom.xml
index 514093b..9718285 100644
--- a/ide/netbeans/pom.xml
+++ b/ide/netbeans/pom.xml
@@ -129,6 +129,7 @@ under the License.
         <artifactId>nbm-maven-plugin</artifactId>
         <extensions>true</extensions>
         <configuration>
+          <verifyRuntime>skip</verifyRuntime>
           <useOSGiDependencies>false</useOSGiDependencies>
         </configuration>
       </plugin>

http://git-wip-us.apache.org/repos/asf/syncope/blob/c329d902/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0cfb5f8..b6f43d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -392,7 +392,7 @@ under the License.
 
     <elasticsearch.version>5.5.2</elasticsearch.version>
 
-    <log4j.version>2.8.2</log4j.version>
+    <log4j.version>2.9.0</log4j.version>
     <disruptor.version>3.3.6</disruptor.version>
 
     <commons-io.version>2.5</commons-io.version>