File tree Expand file tree Collapse file tree
cf-uaa-oauth2-resource-server Expand file tree Collapse file tree 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"
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
43 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
54 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
65 <modelVersion >4.0.0</modelVersion >
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"
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
43 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
54 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
65 <modelVersion >4.0.0</modelVersion >
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"
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
43 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
54 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
65 <modelVersion >4.0.0</modelVersion >
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"
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
43 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
54 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
65 <modelVersion >4.0.0</modelVersion >
1918 <artifactId >blade-mvc</artifactId >
2019 <version >${blade-mvc.version} </version >
2120 </dependency >
22-
2321 <dependency >
2422 <groupId >org.webjars</groupId >
2523 <artifactId >bootstrap</artifactId >
2624 <version >${bootstrap.version} </version >
2725 </dependency >
28-
2926 <dependency >
3027 <groupId >org.apache.commons</groupId >
3128 <artifactId >commons-lang3</artifactId >
3229 <version >${commons-lang3.version} </version >
3330 </dependency >
34-
3531 <!-- PROVIDED -->
3632 <dependency >
3733 <groupId >org.projectlombok</groupId >
3834 <artifactId >lombok</artifactId >
3935 <version >${lombok.version} </version >
4036 <scope >provided</scope >
4137 </dependency >
42-
4338 <!-- TEST -->
4439 <dependency >
4540 <groupId >org.assertj</groupId >
111106 </arguments >
112107 </configuration >
113108 </execution >
114-
115109 <!-- Stop all processes in reverse order -->
116110 <execution >
117111 <id >stop-all</id >
122116 </execution >
123117 </executions >
124118 </plugin >
125-
126119 <plugin >
127120 <artifactId >maven-assembly-plugin</artifactId >
128121 <version >${assembly.plugin.version} </version >
164157 <assembly .plugin.version>3.1.0</assembly .plugin.version>
165158 </properties >
166159
167- </project >
160+ </project >
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"
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
43 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
54 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
65 <modelVersion >4.0.0</modelVersion >
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"
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" >
65 <modelVersion >4.0.0</modelVersion >
76 <artifactId >cdi</artifactId >
87 <version >1.0-SNAPSHOT</version >
5756 <assertj-core .version>3.10.0</assertj-core .version>
5857 </properties >
5958
60- </project >
59+ </project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
43 xmlns =" http://maven.apache.org/POM/4.0.0"
54 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
65 <modelVersion >4.0.0</modelVersion >
6968 <!-- location of the annotated JDK, which comes from a Maven dependency -->
7069 <arg >-Xbootclasspath/p:${annotatedJdk} </arg >
7170 <!-- -->
72-
7371 <!-- Uncomment the following line to use the type annotations compiler. -->
7472 <!-- <arg>-J-Xbootclasspath/p:${typeAnnotationsJavac}</arg> -->
7573 <!-- Uncomment the following line to turn type-checking warnings into errors. -->
9189 <checkerframework .compiler.version>2.3.1</checkerframework .compiler.version>
9290 </properties >
9391
94- </project >
92+ </project >
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"
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
43 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
54 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
65 <modelVersion >4.0.0</modelVersion >
3635 </plugins >
3736 </build >
3837
39- </project >
38+ </project >
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"
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
43 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
54 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
65 <modelVersion >4.0.0</modelVersion >
3635 </plugins >
3736 </build >
3837
39- </project >
38+ </project >
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"
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
43 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
54 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
65 <modelVersion >4.0.0</modelVersion >
4342 <version >${auto-service.version} </version >
4443 <optional >true</optional >
4544 </dependency >
46-
4745 <dependency >
4846 <groupId >com.google.inject</groupId >
4947 <artifactId >guice</artifactId >
5856 <guice .version>4.2.0</guice .version>
5957 </properties >
6058
61- </project >
59+ </project >
You can’t perform that action at this time.
0 commit comments