jackson-parent/0001-Sneak-in-version.junit-value-to-avoid-build-failures.patch

28 lines
845 B
Diff

From c3d210fb688b8891b789873708ccdb862735e413 Mon Sep 17 00:00:00 2001
From: Dinesh Prasanth M K <dmoluguw@redhat.com>
Date: Wed, 13 Nov 2019 13:32:09 -0500
Subject: [PATCH] Sneak in version.junit value to avoid build failures
Signed-off-by: Dinesh Prasanth M K <dmoluguw@redhat.com>
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index faf065a..f4a3cee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,9 @@
<javac.target.version>1.7</javac.target.version>
<javac.debuglevel>lines,source,vars</javac.debuglevel>
+ <!-- Versions for other dependencies -->
+ <version.junit>4</version.junit>
+
<!--
| For automatically generating PackageVersion.java. Your child pom.xml must define
| packageVersion.dir and packageVersion.package, and must set the phase of the
--
2.23.0