Skip to content

Commit

Permalink
Add temporary workaround for #214 (downgrade moditect plug-in to 1.0.…
Browse files Browse the repository at this point in the history
…0-RC1)
  • Loading branch information
cowtowncoder committed Jul 12, 2023
1 parent 5695f4f commit 2d9d542
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,17 @@ not datatype, data format, or JAX-RS provider modules.
<build>
<pluginManagement>
<plugins>
<!-- 12-Jul-2023, tatu: Temporary workaround for
https://github.com/FasterXML/jackson-modules-base/issues/214
-->

<plugin>
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
<version>1.0.0.RC1</version>
</plugin>

<plugin>
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
<groupId>com.google.code.maven-replacer-plugin</groupId>
Expand Down

0 comments on commit 2d9d542

Please sign in to comment.