File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
api-boot-starters/api-boot-starter-logging Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 6464 <type >pom</type >
6565 <scope >import</scope >
6666 </dependency >
67+ <!-- SpringCloud Dependencies-->
6768 <dependency >
6869 <groupId >org.springframework.cloud</groupId >
6970 <artifactId >spring-cloud-dependencies</artifactId >
7071 <version >${spring.cloud.version} </version >
7172 <type >pom</type >
7273 <scope >import</scope >
7374 </dependency >
75+ <!-- MinBox Dependencies-->
76+ <dependency >
77+ <groupId >org.minbox.framework</groupId >
78+ <artifactId >minbox-dependencies</artifactId >
79+ <version >${minbox.version} </version >
80+ <scope >import</scope >
81+ <type >pom</type >
82+ </dependency >
7483
7584 <!-- ApiBoot Starter-->
7685 <dependency >
414423 <artifactId >api-boot-starter-logging-admin</artifactId >
415424 <version >${api.boot.version} </version >
416425 </dependency >
417-
426+ <dependency >
427+ <groupId >org.minbox.framework</groupId >
428+ <artifactId >minbox-web</artifactId >
429+ <version >${minbox.version} </version >
430+ </dependency >
431+ <dependency >
432+ <groupId >org.minbox.framework</groupId >
433+ <artifactId >minbox-core</artifactId >
434+ <version >${minbox.version} </version >
435+ </dependency >
418436 <!-- MinBox Logging-->
419437 <dependency >
420438 <groupId >org.minbox.framework</groupId >
Original file line number Diff line number Diff line change 4343 <groupId >org.minbox.framework</groupId >
4444 <artifactId >minbox-logging-client</artifactId >
4545 </dependency >
46+ <dependency >
47+ <groupId >org.minbox.framework</groupId >
48+ <artifactId >minbox-web</artifactId >
49+ </dependency >
4650 </dependencies >
4751
4852</project >
You can’t perform that action at this time.
0 commit comments