Skip to content

Commit 70ac695

Browse files
committed
Fix dependencies of integration-tests/smallrye-stork-registration
1 parent 2a10bb3 commit 70ac695

File tree

1 file changed

+14
-1
lines changed
  • integration-tests/smallrye-stork-registration

1 file changed

+14
-1
lines changed

integration-tests/smallrye-stork-registration/pom.xml

+14-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</dependency>
2020
<dependency>
2121
<groupId>io.quarkus</groupId>
22-
<artifactId>quarkus-smallrye-stork-deployment</artifactId>
22+
<artifactId>quarkus-smallrye-stork</artifactId>
2323
</dependency>
2424
<dependency>
2525
<groupId>io.smallrye.stork</groupId>
@@ -60,6 +60,19 @@
6060
</exclusion>
6161
</exclusions>
6262
</dependency>
63+
<dependency>
64+
<groupId>io.quarkus</groupId>
65+
<artifactId>quarkus-smallrye-stork-deployment</artifactId>
66+
<version>${project.version}</version>
67+
<type>pom</type>
68+
<scope>test</scope>
69+
<exclusions>
70+
<exclusion>
71+
<groupId>*</groupId>
72+
<artifactId>*</artifactId>
73+
</exclusion>
74+
</exclusions>
75+
</dependency>
6376
</dependencies>
6477

6578
<build>

0 commit comments

Comments
 (0)