Skip to content

Commit

Permalink
Some tweak for wro4j 1.8 compatibility with Java 9+
Browse files Browse the repository at this point in the history
  • Loading branch information
arey committed Apr 28, 2019
1 parent 3682d1b commit 5b40494
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spring-petclinic-api-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,12 @@
<artifactId>bootstrap</artifactId>
<version>${webjars-bootstrap.version}</version>
</dependency>
<!-- Some tweak for wro4j 1.8 compatibility with Java 9+-->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>${mockito.version}</version>
</dependency>
</dependencies>
</plugin>
</plugins>
Expand Down

0 comments on commit 5b40494

Please sign in to comment.