Skip to content

Commit

Permalink
Build runs
Browse files Browse the repository at this point in the history
  • Loading branch information
fabapp2 committed Sep 24, 2023
1 parent 72a186a commit f48a9eb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions components/test-helper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>

<dependency>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-spi</artifactId>
<version>1.9.15</version>
</dependency>

<!-- shrinkwrap -->
<dependency>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-api</artifactId>
Expand Down Expand Up @@ -70,5 +78,11 @@
<artifactId>shrinkwrap-resolver-impl-maven-archive</artifactId>
<version>${shrinkwrap.resolvers.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-bom</artifactId>
<version>${shrinkwrap.resolvers.version}</version>
<type>pom</type>
</dependency>
</dependencies>
</project>

0 comments on commit f48a9eb

Please sign in to comment.