File tree Expand file tree Collapse file tree 3 files changed +31
-16
lines changed Expand file tree Collapse file tree 3 files changed +31
-16
lines changed Original file line number Diff line number Diff line change @@ -77,12 +77,20 @@ field access and method calls
77
77
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
78
78
<groupId >com.google.code.maven-replacer-plugin</groupId >
79
79
<artifactId >replacer</artifactId >
80
- <executions >
81
- <execution >
82
- <id >process-packageVersion</id >
83
- <phase >generate-sources</phase >
84
- </execution >
85
- </executions >
80
+ </plugin >
81
+
82
+ <!-- 27-Apr-2023, tatu: [modules-base#204] GMM plugin needs help -->
83
+ <plugin >
84
+ <groupId >de.jjohannes</groupId >
85
+ <artifactId >gradle-module-metadata-maven-plugin</artifactId >
86
+ <configuration >
87
+ <removedDependencies >
88
+ <dependency >
89
+ <groupId >org.ow2.asm</groupId >
90
+ <artifactId >asm</artifactId >
91
+ </dependency >
92
+ </removedDependencies >
93
+ </configuration >
86
94
</plugin >
87
95
88
96
<plugin >
Original file line number Diff line number Diff line change @@ -64,16 +64,18 @@ ${project.groupId}.mrbean.*;version=${project.version}
64
64
<artifactId >replacer</artifactId >
65
65
</plugin >
66
66
67
+ <!-- 27-Apr-2023, tatu: [modules-base#204] GMM plugin needs help -->
67
68
<plugin >
68
- <groupId >org.apache.maven.plugins</groupId >
69
- <artifactId >maven-compiler-plugin</artifactId >
70
- <configuration >
71
- <!-- [modules-base#109] Enable testing with Java 8 features,
72
- especially default methods in interfaces
73
- -->
74
- <testSource >1.8</testSource >
75
- <testTarget >1.8</testTarget >
76
- </configuration >
69
+ <groupId >de.jjohannes</groupId >
70
+ <artifactId >gradle-module-metadata-maven-plugin</artifactId >
71
+ <configuration >
72
+ <removedDependencies >
73
+ <dependency >
74
+ <groupId >org.ow2.asm</groupId >
75
+ <artifactId >asm</artifactId >
76
+ </dependency >
77
+ </removedDependencies >
78
+ </configuration >
77
79
</plugin >
78
80
79
81
<plugin >
Original file line number Diff line number Diff line change @@ -20,7 +20,12 @@ Active maintainers:
20
20
=== Releases ===
21
21
------------------------------------------------------------------------
22
22
23
- 2.15.0 (23 -Aprr-2023 )
23
+ 2.15.1 (not yet released)
24
+
25
+ #204 : (afterburner, mrbean) Gradle metadata for `jackson-core` `2.15.0 ` adds
26
+ dependency on shaded `org.ow2.asm :asm `
27
+
28
+ 2.15.0 (23 -Apr-2023 )
24
29
25
30
#190 : Filter annotated by JsonInclude.Include.CUSTOM does not get called if
26
31
property is null with Afterburner/Blackbird module registered
You can’t perform that action at this time.
0 commit comments