Skip to content

Commit 8f80034

Browse files
author
David Strömner
committed
Fixed it module
Signed-off-by: David Strömner <david.stromner@stralfors.se>
1 parent 5fb1f87 commit 8f80034

File tree

4 files changed

+11
-15
lines changed

4 files changed

+11
-15
lines changed

examples/restful-ws-microprofile-liberty/pom.xml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,23 @@
3636
</profiles>
3737

3838
<dependencies>
39+
<dependency>
40+
<groupId>io.cloudevents</groupId>
41+
<artifactId>cloudevents-api</artifactId>
42+
<version>${project.version}</version>
43+
</dependency>
44+
<dependency>
45+
<groupId>io.cloudevents</groupId>
46+
<artifactId>cloudevents-core</artifactId>
47+
<version>${project.version}</version>
48+
</dependency>
3949
<dependency>
4050
<groupId>org.eclipse.microprofile</groupId>
4151
<artifactId>microprofile</artifactId>
4252
<version>5.0</version>
4353
<type>pom</type>
4454
<scope>provided</scope>
4555
</dependency>
46-
<dependency>
47-
<groupId>io.cloudevents</groupId>
48-
<artifactId>cloudevents-http-restful-ws-jakarta</artifactId>
49-
<version>${project.parent.version}</version>
50-
</dependency>
5156
<dependency>
5257
<groupId>io.projectreactor</groupId>
5358
<artifactId>reactor-core</artifactId>

examples/restful-ws-quarkus/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@
4545
<artifactId>cloudevents-api</artifactId>
4646
<version>${project.version}</version>
4747
</dependency>
48-
<dependency>
49-
<groupId>io.cloudevents</groupId>
50-
<artifactId>cloudevents-http-restful-ws</artifactId>
51-
<version>${project.version}</version>
52-
</dependency>
5348
<dependency>
5449
<groupId>io.cloudevents</groupId>
5550
<artifactId>cloudevents-json-jackson</artifactId>

examples/restful-ws-spring-boot/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@
4646
<artifactId>cloudevents-json-jackson</artifactId>
4747
<version>${project.version}</version>
4848
</dependency>
49-
<dependency>
50-
<groupId>io.cloudevents</groupId>
51-
<artifactId>cloudevents-http-restful-ws</artifactId>
52-
<version>${project.version}</version>
53-
</dependency>
5449
<dependency>
5550
<groupId>io.cloudevents</groupId>
5651
<artifactId>cloudevents-spring</artifactId>

http/integration-tests/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<packaging>jar</packaging>
3333

3434
<properties>
35+
<module-name>io.cloudevents.http.integration.tests</module-name>
3536
<!-- No need to generate javadocs for these IT tests -->
3637
<maven.javadoc.skip>true</maven.javadoc.skip>
3738
<spring-boot.version>4.0.0</spring-boot.version>

0 commit comments

Comments
 (0)