Skip to content

Commit

Permalink
afs-ext-base, enstoe-util: fix missing scope=test for jimfs (#1014)
Browse files Browse the repository at this point in the history
After this change, jimfs is no longer included in distribution-core

Note that in config-test, jimfs is still scope compile because it's not used
for the tests of the project, but for the project itself.

Signed-off-by: Jon Harper <[email protected]>
  • Loading branch information
jonenst authored and miovd committed Nov 13, 2019
1 parent c4e0145 commit 1974cf1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions afs/afs-ext-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
<dependency>
<groupId>com.google.jimfs</groupId>
<artifactId>jimfs</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
1 change: 1 addition & 0 deletions entsoe-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<dependency>
<groupId>com.google.jimfs</groupId>
<artifactId>jimfs</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
5 changes: 5 additions & 0 deletions ucte/ucte-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>com.google.jimfs</groupId>
<artifactId>jimfs</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 1974cf1

Please sign in to comment.