Migrate other log4j to the new versiom

This commit is contained in:
Derry Hamilton 2021-12-10 18:51:02 +00:00
parent e6ccc6f2af
commit ce5a48c083
3 changed files with 5 additions and 5 deletions

View file

@ -2,8 +2,8 @@ FROM centos:centos8 as builder
RUN yum -y install epel-release java-11-openjdk-devel RUN yum -y install epel-release java-11-openjdk-devel
RUN yum -y groupinstall 'Development Tools' RUN yum -y groupinstall 'Development Tools'
RUN yum -y install git maven RUN yum -y install git maven
RUN alternatives --set javac /usr/lib/jvm/java-11-openjdk-11.0.7.10-1.el8_1.x86_64/bin/javac RUN alternatives --set javac /usr/lib/jvm/java-11-openjdk-11.*/bin/javac
RUN alternatives --set java /usr/lib/jvm/java-11-openjdk-11.0.7.10-1.el8_1.x86_64/bin/java RUN alternatives --set java /usr/lib/jvm/java-11-openjdk-11.*/bin/java
RUN git clone --single-branch --branch master https://github.com/rasilon/ujetl.git RUN git clone --single-branch --branch master https://github.com/rasilon/ujetl.git
RUN cd ujetl && JAVA_HOME=/usr/lib/jvm/java-11 mvn -e package RUN cd ujetl && JAVA_HOME=/usr/lib/jvm/java-11 mvn -e package

View file

@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>com.rasilon.ujetl</groupId> <groupId>com.rasilon.ujetl</groupId>
<artifactId>CopyingApp</artifactId> <artifactId>CopyingApp</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>2.3.0</version> <version>2.3.1</version>
<name>uJETL</name> <name>uJETL</name>
<url>https://github.com/rasilon/ujetl</url> <url>https://github.com/rasilon/ujetl</url>
<properties> <properties>
@ -71,7 +71,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<dependency> <dependency>
<groupId>org.apache.logging.log4j</groupId> <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId> <artifactId>log4j-core</artifactId>
<version>2.13.3</version> <version>2.15.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.postgresql</groupId> <groupId>org.postgresql</groupId>

View file

@ -1,6 +1,6 @@
Summary: Java app to facilitate moving data between databases. Summary: Java app to facilitate moving data between databases.
Name: uJETL Name: uJETL
Version: 2.3.0 Version: 2.3.1
Release: 1 Release: 1
Group: Applications/Database Group: Applications/Database
License: All rights reserved. License: All rights reserved.