summaryrefslogtreecommitdiff
path: root/src/main/patch/slarti
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/patch/slarti')
-rw-r--r--src/main/patch/slarti/default.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/main/patch/slarti/default.patch b/src/main/patch/slarti/default.patch
new file mode 100644
index 0000000..2d910d7
--- /dev/null
+++ b/src/main/patch/slarti/default.patch
@@ -0,0 +1,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>