File tree Expand file tree Collapse file tree
quarkus-modules/quarkus-funqy
spring-boot-3-test-pitfalls
spring-boot-basic-customization
spring-boot-swagger-springfox
spring-cloud-data-flow/spring-cloud-data-flow-stream-processing/data-flow-server
spring-cloud-open-telemetry/spring-cloud-open-telemetry2
spring-security-oauth2-testing
spring-security-web-react Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" ?>
2- <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
34 xmlns =" http://maven.apache.org/POM/4.0.0"
45 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
56 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 7575 <module >spring-boot-swagger-keycloak</module >
7676 <module >spring-boot-testing</module >
7777 <module >spring-boot-testing-2</module >
78- <module >spring-boot-testing-spock</module >
78+ <module >spring-boot-testing-spock</module >
7979 <module >spring-boot-vue</module >
8080 <module >spring-boot-actuator</module >
8181 <module >spring-boot-data-2</module >
Original file line number Diff line number Diff line change 8383 <maven-surefire-plugin .version>3.0.0-M7</maven-surefire-plugin .version>
8484 </properties >
8585
86-
8786</project >
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"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66 <artifactId >spring-boot-basic-customization</artifactId >
77 <name >spring-boot-basic-customization</name >
Original file line number Diff line number Diff line change 7777 <version >${keycloak.version} </version >
7878 </dependency >
7979
80-
8180 </dependencies >
8281
8382 <build >
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"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66 <artifactId >spring-boot-libraries-2</artifactId >
77
Original file line number Diff line number Diff line change 3232 <artifactId >spring-boot-devtools</artifactId >
3333 <optional >true</optional >
3434 </dependency >
35- <dependency >
36- <groupId >org.springdoc</groupId >
37- <artifactId >springdoc-openapi-ui</artifactId >
38- <version >${springdoc.version} </version >
39- </dependency >
35+ <dependency >
36+ <groupId >org.springdoc</groupId >
37+ <artifactId >springdoc-openapi-ui</artifactId >
38+ <version >${springdoc.version} </version >
39+ </dependency >
4040 <dependency >
4141 <groupId >com.fasterxml.jackson.core</groupId >
4242 <artifactId >jackson-databind</artifactId >
Original file line number Diff line number Diff line change 2323 <groupId >org.springframework.boot</groupId >
2424 <artifactId >spring-boot-starter-data-jpa</artifactId >
2525 </dependency >
26- <dependency >
26+ <dependency >
2727 <groupId >org.springframework.boot</groupId >
2828 <artifactId >spring-boot-starter-data-rest</artifactId >
2929 </dependency >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
34 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
45 <modelVersion >4.0.0</modelVersion >
56 <groupId >com.baelding</groupId >
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"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66 <artifactId >spring-boot-springdoc-2</artifactId >
77 <version >0.0.1-SNAPSHOT</version >
You can’t perform that action at this time.
0 commit comments