File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
querydsl-examples/querydsl-example-jpa-quarkus
querydsl-tooling/querydsl-ksp-codegen Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 4444 </dependency >
4545 <dependency >
4646 <groupId >io.quarkus</groupId >
47- <artifactId >quarkus-resteasy-reactive </artifactId >
47+ <artifactId >quarkus-rest </artifactId >
4848 </dependency >
4949 <dependency >
5050 <groupId >io.quarkus</groupId >
51- <artifactId >quarkus-resteasy-reactive -jackson</artifactId >
51+ <artifactId >quarkus-rest -jackson</artifactId >
5252 </dependency >
5353 <dependency >
5454 <groupId >io.quarkus</groupId >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project
3- xmlns =" http://maven.apache.org/POM/4.0.0"
4- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <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" >
63 <modelVersion >4.0.0</modelVersion >
74 <parent >
85 <groupId >io.github.openfeign.querydsl</groupId >
You can’t perform that action at this time.
0 commit comments