Skip to content

Commit

Permalink
Merge pull request #296 from shysteph/master
Browse files Browse the repository at this point in the history
Build spring-boot configuration metadata into jar #295
  • Loading branch information
sbraconnier authored Sep 14, 2022
2 parents c4fafa9 + 834b2a0 commit e9dac4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/org/jodconverter/Deps.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class Deps {
"org.springframework.boot:spring-boot-dependencies:" + springBootVersion;
public static final String springBootStarter = "org.springframework.boot:spring-boot-starter";
public static final String springBootConfigurationProcessor =
"org.springframework.boot:spring-boot-configuration-processor";
"org.springframework.boot:spring-boot-configuration-processor:" + springBootVersion;
public static final String springBootStarterTest =
"org.springframework.boot:spring-boot-starter-test";

Expand Down
3 changes: 1 addition & 2 deletions jodconverter-spring-boot-starter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ ext.moduleDescription = 'Spring Boot integration module of the Java OpenDocument
dependencies {
compileOnly project(":jodconverter-local")
compileOnly project(":jodconverter-remote")

compileOnly Deps.springBootConfigurationProcessor
annotationProcessor Deps.springBootConfigurationProcessor

implementation Deps.springBootStarter

Expand Down

0 comments on commit e9dac4c

Please sign in to comment.