Skip to content

Commit 675d332

Browse files
committed
Fix FMPP update patch metadata
1 parent b2998f5 commit 675d332

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

druid/stackable/patches/26.0.0/09-update-fmpp.patch renamed to druid/stackable/patches/26.0.0/0009-Update-FMPP-version.patch

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
diff --git a/10-update-fmpp.patch b/10-update-fmpp.patch
2-
new file mode 100644
3-
index 0000000000..e69de29bb2
1+
From 736165ab0fe73e0bef765f2cfd21cd800baddbc1 Mon Sep 17 00:00:00 2001
2+
From: Lars Francke <[email protected]>
3+
Date: Thu, 12 Dec 2024 06:35:21 +0100
4+
Subject: Update FMPP version
5+
6+
This is because FMPP Maven Plugin depends on FMPP in version 0.9.14
7+
which itself depends on a Freemarker version that has not been pinned.
8+
Instead it specifies a "range" which resolves to a SNAPSHOT version
9+
which we don't want.
10+
---
11+
sql/pom.xml | 7 +++++++
12+
1 file changed, 7 insertions(+)
13+
414
diff --git a/sql/pom.xml b/sql/pom.xml
5-
index bdd29f3f91..e5ba89f655 100644
15+
index e2bbd8c7f8..a72f96a6ca 100644
616
--- a/sql/pom.xml
717
+++ b/sql/pom.xml
818
@@ -322,6 +322,13 @@

0 commit comments

Comments
 (0)