File: 0003-junit-version.patch

package info (click to toggle)
jenkins-json 2.4-jenkins-8%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,300 kB
  • sloc: java: 28,849; xml: 10,513; javascript: 132; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 461 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: adding a version to the junit artifact. This is needed for the
 Debian build because we have not packaged the parent POM file.
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2024-12-14

--- a/pom.xml
+++ b/pom.xml
@@ -187,6 +187,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
+      <version>4.x</version>
       <optional>true</optional>
     </dependency>
     <dependency>