File tree Expand file tree Collapse file tree 4 files changed +11
-15
lines changed
restful-ws-microprofile-liberty Expand file tree Collapse file tree 4 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments