Skip to content

Commit

Permalink
Issue #331 - Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
boretti committed May 30, 2020
1 parent 0ed13d1 commit 65a62f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bettercodehub.yml
@@ -1,4 +1,4 @@
component_depth: 9
component_depth: 8
languages:
- java
exclude:
Expand Down
5 changes: 5 additions & 0 deletions src/it/multimodule-nogeneric-it-jdk9+/parent-old/pom.xml
Expand Up @@ -64,5 +64,10 @@
<artifactId>powerunit-extensions-matchers</artifactId>
<version>0.2.0</version><!-- Forcer sur ancienne version -->
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
</dependencies>
</project>

0 comments on commit 65a62f3

Please sign in to comment.