Codebase list jackson-jr / 2923f1b
Drop build.patch Markus Koschany 6 years ago
2 changed file(s) with 0 addition(s) and 34 deletion(s). Raw diff Collapse all Expand all
+0
-33
debian/patches/build.patch less more
0 From: Markus Koschany <apo@debian.org>
1 Date: Sun, 2 Jul 2017 05:30:17 +0200
2 Subject: build
3
4 Maven's replacer plugin does not work and I also had to pass the --no-parent
5 flag to the pom. There is something wrong. Fix it!
6
7 Forwarded: not-needed
8 ---
9 jr-objects/pom.xml | 3 ++-
10 1 file changed, 2 insertions(+), 1 deletion(-)
11
12 diff --git a/jr-objects/pom.xml b/jr-objects/pom.xml
13 index 3bb0a7f..0c3bb80 100644
14 --- a/jr-objects/pom.xml
15 +++ b/jr-objects/pom.xml
16 @@ -6,7 +6,7 @@
17 <version>2.8.9</version>
18 </parent>
19 <artifactId>jackson-jr-objects</artifactId>
20 - <packaging>bundle</packaging>
21 + <packaging>jar</packaging>
22 <description>Simple data-binding that builds directly on `jackson-core` (streaming),
23 has no other dependencies, and provides additional builder-style content generator
24 </description>
25 @@ -23,6 +23,7 @@ has no other dependencies, and provides additional builder-style content generat
26 <dependency>
27 <groupId>com.fasterxml.jackson.core</groupId>
28 <artifactId>jackson-core</artifactId>
29 + <version>2.8.6</version>
30 </dependency>
31 </dependencies>
32
+0
-1
debian/patches/series less more
0 build.patch