Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasstamann committed Jul 14, 2018
1 parent 89bc18d commit 955a107
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
<includes>
<include>io.toolisticon.annotationprocessortoolkit:*</include>
<include>com.google.testing.compile:compile-testing</include>
<include>com.sun:tools:*</include>
<include>*:*:*:*:test:*</include>
<include>*:*:*:*:provided:*</include>
</includes>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

<java.version>1.8.0</java.version>

<spiap.version>0.3.0</spiap.version>
<spiap.version>0.5.1</spiap.version>

<!-- versions of test dependencies -->
<junit.version>4.12</junit.version>
Expand Down
1 change: 1 addition & 0 deletions testhelper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
<includes>
<include>io.toolisticon.annotationprocessortoolkit:*</include>
<include>com.google.testing.compile:compile-testing</include>
<include>com.sun:tools:*</include>
<include>*:*:*:*:test:*</include>
<include>*:*:*:*:provided:*</include>
</includes>
Expand Down

0 comments on commit 955a107

Please sign in to comment.