diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2018-11-28 21:25:42 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2018-11-28 21:25:42 +0000 |
commit | 322126f37d55e77c83ba233c17945acbbf2d4686 (patch) | |
tree | e879da5bd37cacb4e91395f58358cb5e060f06ed /pom.xml | |
parent | ecccae0407e34e62f4afa9c17b7ce186e487327f (diff) | |
download | jackcess-322126f37d55e77c83ba233c17945acbbf2d4686.tar.gz jackcess-322126f37d55e77c83ba233c17945acbbf2d4686.zip |
ditch log4j
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1232 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 3 insertions, 10 deletions
@@ -124,8 +124,8 @@ <threadCount>2</threadCount> <systemProperties> <property> - <name>log4j.configuration</name> - <value>log4j_test.properties</value> + <name>java.util.logging.config.file</name> + <value>logging_test.properties</value> </property> <property> <name>com.healthmarketscience.jackcess.testFormats</name> @@ -233,16 +233,9 @@ <version>1.2</version> </dependency> <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.7</version> - <scope>runtime</scope> - <optional>true</optional> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.11</version> + <version>4.12</version> <scope>test</scope> </dependency> |