Skip to content

Commit

Permalink
Fix TypeNotPresentExceptionProxy problem with workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
evainga committed Jan 18, 2018
1 parent bd945bc commit fcc1309
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Expand Up @@ -96,6 +96,9 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<classifier>exec</classifier>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

2 comments on commit fcc1309

@evainga
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

found the workaround here: spring-projects/spring-boot#6254

@mle-enso
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strange... I admit that I not yet knew that <classifier>exec</classifier> does exist at all... what does this configuration property do with our project?

Please sign in to comment.