File tree Expand file tree Collapse file tree 8 files changed +18
-24
lines changed
hawkbit-custom-theme-example
extensions/hawkbit-extension-uaa
hawkbit-repository/hawkbit-repository-test
hawkbit-boot-starter-ddi-api
hawkbit-boot-starter-mgmt-api
hawkbit-boot-starter-mgmt-ui Expand file tree Collapse file tree 8 files changed +18
-24
lines changed Original file line number Diff line number Diff line change 8989 <dependency >
9090 <groupId >org.springframework.boot</groupId >
9191 <artifactId >spring-boot-starter-web</artifactId >
92+ </dependency >
93+ <dependency >
94+ <groupId >org.springframework.boot</groupId >
95+ <artifactId >spring-boot-starter-jetty</artifactId >
9296 </dependency >
9397 <dependency >
9498 <groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 7171 <groupId >org.springframework.boot</groupId >
7272 <artifactId >spring-boot-starter-web</artifactId >
7373 </dependency >
74+ <dependency >
75+ <groupId >org.springframework.boot</groupId >
76+ <artifactId >spring-boot-starter-jetty</artifactId >
77+ </dependency >
7478 <dependency >
7579 <groupId >org.springframework.boot</groupId >
7680 <artifactId >spring-boot-starter-logging</artifactId >
Original file line number Diff line number Diff line change 4545 <groupId >org.springframework.boot</groupId >
4646 <artifactId >spring-boot-starter-web</artifactId >
4747 </dependency >
48+ <dependency >
49+ <groupId >org.springframework.boot</groupId >
50+ <artifactId >spring-boot-starter-jetty</artifactId >
51+ </dependency >
4852 <dependency >
4953 <groupId >org.springframework.security.oauth</groupId >
5054 <artifactId >spring-security-oauth2</artifactId >
Original file line number Diff line number Diff line change 4646 <dependency >
4747 <groupId >org.springframework.boot</groupId >
4848 <artifactId >spring-boot-starter-web</artifactId >
49- <exclusions >
50- <exclusion >
51- <groupId >org.springframework.boot</groupId >
52- <artifactId >spring-boot-starter-tomcat</artifactId >
53- </exclusion >
54- </exclusions >
5549 </dependency >
5650 <dependency >
5751 <groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 2424 <dependency >
2525 <groupId >org.springframework.boot</groupId >
2626 <artifactId >spring-boot-starter-web</artifactId >
27- <exclusions >
28- <exclusion >
29- <groupId >org.springframework.boot</groupId >
30- <artifactId >spring-boot-starter-tomcat</artifactId >
31- </exclusion >
32- </exclusions >
3327 </dependency >
3428 <dependency >
3529 <groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 2323 <dependency >
2424 <groupId >org.springframework.boot</groupId >
2525 <artifactId >spring-boot-starter-web</artifactId >
26- <exclusions >
27- <exclusion >
28- <groupId >org.springframework.boot</groupId >
29- <artifactId >spring-boot-starter-tomcat</artifactId >
30- </exclusion >
31- </exclusions >
3226 </dependency >
3327 <dependency >
3428 <groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 2323 <dependency >
2424 <groupId >org.springframework.boot</groupId >
2525 <artifactId >spring-boot-starter-web</artifactId >
26- <exclusions >
27- <exclusion >
28- <groupId >org.springframework.boot</groupId >
29- <artifactId >spring-boot-starter-tomcat</artifactId >
30- </exclusion >
31- </exclusions >
3226 </dependency >
3327 <dependency >
3428 <groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 604604 <groupId >org.springframework.boot</groupId >
605605 <artifactId >spring-boot-starter-web</artifactId >
606606 <version >${spring.boot.version} </version >
607+ <exclusions >
608+ <exclusion >
609+ <groupId >org.springframework.boot</groupId >
610+ <artifactId >spring-boot-starter-tomcat</artifactId >
611+ </exclusion >
612+ </exclusions >
607613 </dependency >
608614 <dependency >
609615 <groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments