File: 01-remove-maven3-prerequisite.patch

package info (click to toggle)
jsch-agent-proxy 0.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 312 kB
  • ctags: 266
  • sloc: java: 1,359; xml: 523; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 373 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Removes the prerequisite on Maven 3
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/pom.xml
+++ b/pom.xml
@@ -3,10 +3,6 @@
 
   <modelVersion>4.0.0</modelVersion>
 
-  <prerequisites>
-    <maven>3.0.0</maven>
-  </prerequisites>
-
   <groupId>com.jcraft</groupId>
   <artifactId>jsch.agentproxy</artifactId>
   <version>0.0.8</version>