summaryrefslogtreecommitdiffstats
path: root/dozentenmodul
diff options
context:
space:
mode:
authorSimon Rettberg2024-07-24 19:50:44 +0200
committerSimon Rettberg2024-07-24 19:50:44 +0200
commitea657c462931dc960a82b070cc26531d7fe39a23 (patch)
tree17e5083e63c6639606af882158472c06f7bced38 /dozentenmodul
parent[server] Change logging again... (diff)
downloadtutor-module-ea657c462931dc960a82b070cc26531d7fe39a23.tar.gz
tutor-module-ea657c462931dc960a82b070cc26531d7fe39a23.tar.xz
tutor-module-ea657c462931dc960a82b070cc26531d7fe39a23.zip
[*] Remove log4j2 dependencies, already included through master-sync-shared
Diffstat (limited to 'dozentenmodul')
-rwxr-xr-xdozentenmodul/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/dozentenmodul/pom.xml b/dozentenmodul/pom.xml
index 157fbdf7..50aa5253 100755
--- a/dozentenmodul/pom.xml
+++ b/dozentenmodul/pom.xml
@@ -181,18 +181,6 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-api</artifactId>
- <version>[2.17,2.9999.9999.9999]</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-core</artifactId>
- <version>[2.17,2.9999.9999.9999]</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
<groupId>com.formdev</groupId>
<artifactId>flatlaf</artifactId>
<version>[1.5,1.9999.9999.9999]</version>