You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2018/10/21 13:08:31 UTC

roller git commit: Needed this change to avoid ClassNotFoundException: org.apache.logging.log4j.util.ReflectionUtil when running on Tomcat 8.

Repository: roller
Updated Branches:
  refs/heads/java10 922929b11 -> 09708c03a


Needed this change to avoid ClassNotFoundException: org.apache.logging.log4j.util.ReflectionUtil when running on Tomcat 8.


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

Branch: refs/heads/java10
Commit: 09708c03a98716f23e69715ba26d20d7a6572b57
Parents: 922929b
Author: Dave Johnson <sn...@gmail.com>
Authored: Sun Oct 21 09:08:28 2018 -0400
Committer: Dave Johnson <sn...@gmail.com>
Committed: Sun Oct 21 09:08:28 2018 -0400

----------------------------------------------------------------------
 app/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/roller/blob/09708c03/app/pom.xml
----------------------------------------------------------------------
diff --git a/app/pom.xml b/app/pom.xml
index aedffc3..17a338c 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -49,7 +49,7 @@ limitations under the License.
         <eclipse-link.version>2.7.3</eclipse-link.version>
         <guice.version>4.2.1</guice.version>
         <log4j.version>1.2.17</log4j.version>
-        <log4j2.version>2.8.2</log4j2.version>
+        <log4j2.version>2.9.1</log4j2.version>
         <lucene.version>4.10.4</lucene.version>
         <oauth-core.version>20100527</oauth-core.version>
         <maven-war.version>3.1.0</maven-war.version>