summaryrefslogtreecommitdiff
path: root/debian/patches/skip-hibernate-and-prometheus
blob: 053633c9d6bc3a86e392a66e7be919b2751f4f4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: Apollon Oikonomopoulos <apoikos@debian.org>
Description: Do not build hibernate and prometheus bindings
Last-Update: 2017-03-01
Forwarded: no (debain-specific)
--- a/pom.xml
+++ b/pom.xml
@@ -342,6 +342,10 @@
                <configuration>
                   <source>1.8</source>
                   <target>1.8</target>
+		  <excludes>
+		      <exclude>**/com/zaxxer/hikari/metrics/prometheus/**</exclude>
+		      <exclude>**/com/zaxxer/hikari/hibernate/**</exclude>
+		  </excludes>
                </configuration>
             </plugin>