Skip to content

Commit

Permalink
Add jackson-module-kotlin dependency in preparation for it becoming a…
Browse files Browse the repository at this point in the history
…n optional dependency of OpenRewrite
  • Loading branch information
sambsnyd committed Apr 26, 2022
1 parent 21a9f48 commit b7c8126
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@
<artifactId>checkstyle</artifactId>
<version>10.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-kotlin</artifactId>
<version>2.13.2</version>
</dependency>
<dependency>
<groupId>io.micrometer.prometheus</groupId>
<artifactId>prometheus-rsocket-client</artifactId>
Expand Down
Empty file modified src/main/java/org/openrewrite/maven/ConfigureMojo.java
100755 → 100644
Empty file.
Empty file modified src/main/java/org/openrewrite/maven/InitMojo.java
100755 → 100644
Empty file.
Empty file modified src/main/java/org/openrewrite/maven/RemoveMojo.java
100755 → 100644
Empty file.
Empty file modified src/main/resources/version.txt
100755 → 100644
Empty file.

0 comments on commit b7c8126

Please sign in to comment.