Remove unnecessary patch
This commit is contained in:
parent
1d697032eb
commit
cca672908f
@ -1,26 +0,0 @@
|
|||||||
From f8eee8e070b4b54417ecb2bf0c2f666b70cda072 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Chris Kelley <ckelley@redhat.com>
|
|
||||||
Date: Tue, 13 Dec 2022 11:19:44 +0000
|
|
||||||
Subject: [PATCH] Add extensions=true to build-helper-maven-plugin
|
|
||||||
|
|
||||||
---
|
|
||||||
pom.xml | 3 ++-
|
|
||||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/pom.xml b/pom.xml
|
|
||||||
index 85acf10..f218033 100644
|
|
||||||
--- a/pom.xml
|
|
||||||
+++ b/pom.xml
|
|
||||||
@@ -144,7 +144,8 @@
|
|
||||||
-->
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
|
||||||
- <artifactId>build-helper-maven-plugin</artifactId>
|
|
||||||
+ <artifactId>build-helper-maven-plugin</artifactId>
|
|
||||||
+ <extensions>true</extensions>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>add-resource</id>
|
|
||||||
--
|
|
||||||
2.38.1
|
|
||||||
|
|
@ -1,12 +1,11 @@
|
|||||||
Name: jackson-annotations
|
Name: jackson-annotations
|
||||||
Version: 2.14.1
|
Version: 2.14.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Core annotations for Jackson data processor
|
Summary: Core annotations for Jackson data processor
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
|
||||||
URL: https://github.com/FasterXML/jackson-annotations
|
URL: https://github.com/FasterXML/jackson-annotations
|
||||||
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
||||||
Patch1: 0001-Add-extensions-true-to-build-helper-maven-plugin.patch
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.14
|
BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.14
|
||||||
BuildRequires: mvn(junit:junit)
|
BuildRequires: mvn(junit:junit)
|
||||||
|
Loading…
Reference in New Issue
Block a user