Skip to content

Commit 5e70370

Browse files
committed
Fix parent module
Signed-off-by: Ricardo Zanini <[email protected]>
1 parent c4e0fa1 commit 5e70370

File tree

1 file changed

+1
-6
lines changed
  • client/integration-tests/without-oidc

1 file changed

+1
-6
lines changed

client/integration-tests/without-oidc/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<parent>
4-
<artifactId>quarkus-openapi-generator-parent</artifactId>
4+
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
55
<groupId>io.quarkiverse.openapi.generator</groupId>
66
<version>3.0.0-SNAPSHOT</version>
7-
<relativePath>../../../pom.xml</relativePath>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109

@@ -17,10 +16,6 @@
1716
<groupId>io.quarkiverse.openapi.generator</groupId>
1817
<artifactId>quarkus-openapi-generator</artifactId>
1918
</dependency>
20-
<dependency>
21-
<groupId>io.quarkus</groupId>
22-
<artifactId>quarkus-rest-client-jackson</artifactId>
23-
</dependency>
2419
<dependency>
2520
<groupId>io.quarkus</groupId>
2621
<artifactId>quarkus-hibernate-validator</artifactId>

0 commit comments

Comments
 (0)