Skip to content

Commit

Permalink
[MENFORCER-393] Extend IT for dependencyConvergence and no standard p…
Browse files Browse the repository at this point in the history
…rotocol in repository
  • Loading branch information
slawekjaranowski committed May 22, 2023
1 parent cd8b7fa commit d38ed5f
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<!-- artifact contains repository with not standard protocol, like mavengem: -->
<!-- https://issues.apache.org/jira/browse/MENFORCER-393 -->
<groupId>org.jruby</groupId>
<artifactId>jruby-stdlib</artifactId>
<version>9.2.13.0</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand All @@ -53,7 +60,7 @@
<id>enforce</id>
<configuration>
<rules>
<DependencyConvergence/>
<dependencyConvergence/>
</rules>
</configuration>
<goals>
Expand Down

0 comments on commit d38ed5f

Please sign in to comment.