File: 01-maven2-compatibility.patch

package info (click to toggle)
leveldb-java 0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,020 kB
  • ctags: 1,787
  • sloc: java: 12,023; xml: 662; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 356 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Remove the prerequisite on Maven 3
Author: Emmanuel Bourg <ebourg@pache.org>
Forwarded: not-needed
diff --git a/pom.xml b/pom.xml
index 08f347a..63b5814 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
     </scm>
 
     <prerequisites>
-        <maven>3.0</maven>
+        <maven>2.2.1</maven>
     </prerequisites>
 
     <repositories>