File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
client/integration-tests/without-oidc Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 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
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 >
You can’t perform that action at this time.
0 commit comments