-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
log4j2 and various dependency upgrade
- Loading branch information
Colcamex Resources Inc
committed
Dec 28, 2021
1 parent
7bf61b5
commit 8b61cef
Showing
7 changed files
with
83 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,10 +10,10 @@ | |
<system>SourceForge Tracker</system> | ||
<url>https://sourceforge.net/tracker/?group_id=66701</url> | ||
</issueManagement> | ||
<!-- <ciManagement>--> | ||
<!-- <system>Jenkins</system>--> | ||
<!-- <url>https://demo.oscarmcmaster.org:11042/</url>--> | ||
<!-- </ciManagement>--> | ||
<ciManagement> | ||
<system>Jenkins</system> | ||
<url>https://jenkins.openosp.ca</url> | ||
</ciManagement> | ||
<inceptionYear>2001</inceptionYear> | ||
<mailingLists> | ||
<mailingList> | ||
|
@@ -30,12 +30,12 @@ | |
</license> | ||
</licenses> | ||
<url>http://www.oscarcanada.org</url> | ||
<!-- <scm>--> | ||
<!-- <url>http://oscarmcmaster.git.sourceforge.net/git/gitweb.cgi?p=oscarmcmaster/oscar</url>--> | ||
<!-- <connection>scm:git:git://oscarmcmaster.git.sourceforge.net/gitroot/oscarmcmaster/oscar</connection>--> | ||
<!-- <developerConnection>scm:git:ssh://[email protected].org:29418/oscar</developerConnection>--> | ||
<!-- <tag>master</tag>--> | ||
<!-- </scm>--> | ||
<scm> | ||
<url>https://bitbucket.org/openoscar/oscar/wiki/Home</url> | ||
<connection>scm:git:https://bitbucket.org/openoscar/oscar/branch/master</connection> | ||
<developerConnection>scm:git:ssh:git@bitbucket.org:openoscar/oscar.git</developerConnection> | ||
<tag>master</tag> | ||
</scm> | ||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<log4j2.version>2.17.0</log4j2.version> | ||
|
@@ -59,11 +59,6 @@ | |
<url>http://oscarmcmaster.sourceforge.net/m2</url> | ||
</repository> | ||
|
||
<!-- <repository>--> | ||
<!-- <id>new_oscar_repo</id>--> | ||
<!-- <url>http://mvn.oscar-emr.com/repository</url>--> | ||
<!-- </repository>--> | ||
|
||
<!-- MARC-HI (Everest & SHIC) --> | ||
<!-- <repository>--> | ||
<!-- <id>marc-te-main</id>--> | ||
|
@@ -117,19 +112,6 @@ | |
<version>${log4j2.version}</version> | ||
</dependency> | ||
|
||
<!-- https://mvnrepository.com/artifact/log4j/apache-log4j-extras --> | ||
<!-- <dependency>--> | ||
<!-- <groupId>log4j</groupId>--> | ||
<!-- <artifactId>apache-log4j-extras</artifactId>--> | ||
<!-- <version>1.2.17</version>--> | ||
<!-- <exclusions>--> | ||
<!-- <exclusion>--> | ||
<!-- <groupId>log4j</groupId>--> | ||
<!-- <artifactId>log4j</artifactId>--> | ||
<!-- </exclusion>--> | ||
<!-- </exclusions>--> | ||
<!-- </dependency>--> | ||
|
||
<dependency> | ||
<groupId>org.apache.logging.log4j</groupId> | ||
<artifactId>log4j-api</artifactId> | ||
|
@@ -143,20 +125,6 @@ | |
<version>${log4j2.version}</version> | ||
</dependency> | ||
|
||
<!--Bridge from Apache commons logging to log4j2 --> | ||
<dependency> | ||
<groupId>org.apache.logging.log4j</groupId> | ||
<artifactId>log4j-jcl</artifactId> | ||
<version>${log4j2.version}</version> | ||
</dependency> | ||
|
||
<!-- log4j2 bridge from slf4j --> | ||
<dependency> | ||
<groupId>org.apache.logging.log4j</groupId> | ||
<artifactId>log4j-to-slf4j</artifactId> | ||
<version>${log4j2.version}</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.slf4j</groupId> | ||
<artifactId>slf4j-api</artifactId> | ||
|
@@ -169,12 +137,6 @@ | |
<version>${slf4j.version}</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.slf4j</groupId> | ||
<artifactId>jcl-over-slf4j</artifactId> | ||
<version>${slf4j.version}</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>commons-lang</groupId> | ||
<artifactId>commons-lang</artifactId> | ||
|
@@ -188,7 +150,7 @@ | |
<dependency> | ||
<groupId>commons-io</groupId> | ||
<artifactId>commons-io</artifactId> | ||
<version>2.4</version> | ||
<version>2.11.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>commons-fileupload</groupId> | ||
|
@@ -298,7 +260,6 @@ | |
<artifactId>spring-mock</artifactId> | ||
<version>2.0.8</version> | ||
</dependency> | ||
|
||
|
||
<!-- hibernate / sql --> | ||
<dependency> | ||
|
@@ -328,7 +289,6 @@ | |
<version>2.2</version> | ||
</dependency> | ||
|
||
|
||
<!-- pdf / jpedal --> | ||
<dependency> | ||
<groupId>org</groupId> | ||
|
@@ -497,7 +457,6 @@ | |
<exclusion> | ||
<groupId>com.lowagie</groupId> | ||
<artifactId>itext</artifactId> | ||
<!-- <version>2.1.7.js8</version>--> | ||
</exclusion> | ||
</exclusions> | ||
</dependency> | ||
|
@@ -672,13 +631,7 @@ | |
<artifactId>hsfo2</artifactId> | ||
<version>2.0</version> | ||
</dependency> | ||
<!-- | ||
<dependency> | ||
<groupId>wlws</groupId> | ||
<artifactId>wlws</artifactId> | ||
<version>1.0</version> | ||
</dependency> | ||
--> | ||
|
||
<!-- apache xml beans --> | ||
<dependency> | ||
<groupId>org.apache.xmlbeans</groupId> | ||
|
@@ -814,6 +767,12 @@ | |
<groupId>org.apache.poi</groupId> | ||
<artifactId>poi</artifactId> | ||
<version>5.0.0</version> | ||
<exclusions> | ||
<exclusion> | ||
<groupId>org.slf4j</groupId> | ||
<artifactId>jcl-over-slf4j</artifactId> | ||
</exclusion> | ||
</exclusions> | ||
</dependency> | ||
|
||
<!-- ostermillerutils_1_04_03_for_java_1_4.jar | ||
|
@@ -1390,26 +1349,16 @@ | |
<artifactId>maven-site-plugin</artifactId> | ||
<version>3.0</version> | ||
<dependencies> | ||
<!-- dependency> | ||
<groupId>org.apache.maven.doxia</groupId> | ||
<artifactId>doxia-core</artifactId> | ||
<version>1.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.apache.maven.doxia</groupId> | ||
<artifactId>doxia-sink-api</artifactId> | ||
<version>1.3</version> | ||
</dependency --> | ||
<dependency> | ||
<groupId>org.apache.maven.doxia</groupId> | ||
<artifactId>doxia-module-markdown</artifactId> | ||
<version>1.3</version> | ||
</dependency> | ||
</dependencies> | ||
<configuration> | ||
<inputEncoding>UTF-8</inputEncoding> | ||
<outputEncoding>UTF-8</outputEncoding> | ||
</configuration> | ||
<dependency> | ||
<groupId>org.apache.maven.doxia</groupId> | ||
<artifactId>doxia-module-markdown</artifactId> | ||
<version>1.3</version> | ||
</dependency> | ||
</dependencies> | ||
<configuration> | ||
<inputEncoding>UTF-8</inputEncoding> | ||
<outputEncoding>UTF-8</outputEncoding> | ||
</configuration> | ||
</plugin> | ||
<plugin> | ||
<groupId>com.mycila.maven-license-plugin</groupId> | ||
|
@@ -1931,50 +1880,6 @@ | |
</build> | ||
|
||
<profiles> | ||
<!-- <profile> | ||
<id>jdk6</id> | ||
<activation> | ||
<activeByDefault>false</activeByDefault> | ||
<jdk>1.6</jdk> | ||
</activation> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>org.oscarehr</groupId> | ||
<artifactId>datasource-jdk6</artifactId> | ||
<version>1.0</version> | ||
</dependency> | ||
</dependencies> | ||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-javadoc-plugin</artifactId> | ||
<version>2.9</version> | ||
<configuration> | ||
<minmemory>128m</minmemory> | ||
<maxmemory>1g</maxmemory> | ||
<tags> | ||
<tag> | ||
<name>todo</name> | ||
<placement>a</placement> | ||
<head>To Do:</head> | ||
</tag> | ||
</tags> | ||
<quiet>true</quiet> | ||
</configuration> | ||
<executions> | ||
<execution> | ||
<phase>verify</phase> | ||
<goals> | ||
<goal>javadoc</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
</profile> --> | ||
<profile> | ||
<id>jdk7</id> | ||
<activation> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.