Skip to content

Commit 9fb6446

Browse files
committed
Update FMPP version
This is because FMPP Maven Plugin depends on FMPP in version 0.9.14 which itself depends on a Freemarker version that has not been pinned. Instead it specifies a "range" which resolves to a SNAPSHOT version which we don't want.
1 parent 7113d6e commit 9fb6446

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
diff --git a/10-update-fmpp.patch b/10-update-fmpp.patch
2+
new file mode 100644
3+
index 0000000000..e69de29bb2
4+
diff --git a/sql/pom.xml b/sql/pom.xml
5+
index bdd29f3f91..e5ba89f655 100644
6+
--- a/sql/pom.xml
7+
+++ b/sql/pom.xml
8+
@@ -322,6 +322,13 @@
9+
<plugin>
10+
<groupId>com.googlecode.fmpp-maven-plugin</groupId>
11+
<artifactId>fmpp-maven-plugin</artifactId>
12+
+ <dependencies>
13+
+ <dependency>
14+
+ <groupId>net.sourceforge.fmpp</groupId>
15+
+ <artifactId>fmpp</artifactId>
16+
+ <version>0.9.16</version>
17+
+ </dependency>
18+
+ </dependencies>
19+
<executions>
20+
<execution>
21+
<id>generate-fmpp-sources</id>
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
diff --git a/10-update-fmpp.patch b/10-update-fmpp.patch
2+
new file mode 100644
3+
index 0000000000..e69de29bb2
4+
diff --git a/sql/pom.xml b/sql/pom.xml
5+
index bdd29f3f91..e5ba89f655 100644
6+
--- a/sql/pom.xml
7+
+++ b/sql/pom.xml
8+
@@ -322,6 +322,13 @@
9+
<plugin>
10+
<groupId>com.googlecode.fmpp-maven-plugin</groupId>
11+
<artifactId>fmpp-maven-plugin</artifactId>
12+
+ <dependencies>
13+
+ <dependency>
14+
+ <groupId>net.sourceforge.fmpp</groupId>
15+
+ <artifactId>fmpp</artifactId>
16+
+ <version>0.9.16</version>
17+
+ </dependency>
18+
+ </dependencies>
19+
<executions>
20+
<execution>
21+
<id>generate-fmpp-sources</id>

0 commit comments

Comments
 (0)