summaryrefslogtreecommitdiff
path: root/src/main/patch/slarti/default.patch
blob: 2d910d789109154754f4487bd2f625549591f0a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
diff --git a/slarti-web/pom.xml b/slarti-web/pom.xml
index 7933bdf86..3a1730377 100644
--- a/slarti-web/pom.xml
+++ b/slarti-web/pom.xml
@@ -17,6 +17,26 @@
 	<packaging>war</packaging>
 
 	<dependencies>
+		<dependency>                                <!-- TODO: Remove -->
+			<groupId>org.slf4j</groupId>            <!-- TODO: Remove -->
+			<artifactId>slf4j-api</artifactId>      <!-- TODO: Remove -->
+			<version>2.0.1</version>                <!-- TODO: Remove -->
+		</dependency>                               <!-- TODO: Remove -->
+		<dependency>                                <!-- TODO: Remove -->
+			<groupId>org.slf4j</groupId>            <!-- TODO: Remove -->
+			<artifactId>slf4j-simple</artifactId>   <!-- TODO: Remove -->
+			<version>2.0.1</version>                <!-- TODO: Remove -->
+		</dependency>                               <!-- TODO: Remove -->
+		<dependency>                                <!-- TODO: Remove -->
+			<groupId>org.slf4j</groupId>            <!-- TODO: Remove -->
+			<artifactId>jcl-over-slf4j</artifactId> <!-- TODO: Remove -->
+			<version>2.0.1</version>                <!-- TODO: Remove -->
+		</dependency>                               <!-- TODO: Remove -->
+		<dependency>                                <!-- TODO: Remove -->
+			<groupId>org.slf4j</groupId>            <!-- TODO: Remove -->
+			<artifactId>jul-to-slf4j</artifactId>   <!-- TODO: Remove -->
+			<version>2.0.1</version>                <!-- TODO: Remove -->
+		</dependency>                               <!-- TODO: Remove -->
 		<dependency>
 			<groupId>ch.post.it.webjars</groupId>
 			<artifactId>linti</artifactId>