Updated and remove spring bom and add icontext
This commit is contained in:
parent
ad2dda2bc3
commit
494dc4300e
@ -14,9 +14,6 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// import a BOM
|
||||
implementation platform('org.springframework.boot:spring-boot-dependencies:2.3.0.RELEASE')
|
||||
|
||||
testCompile group: 'junit', name: 'junit', version: '4.12'
|
||||
}
|
||||
|
||||
|
4
src/main/java/com/cubetiqs/context/IContext.kt
Normal file
4
src/main/java/com/cubetiqs/context/IContext.kt
Normal file
@ -0,0 +1,4 @@
|
||||
package com.cubetiqs.context
|
||||
|
||||
interface IContext {
|
||||
}
|
Loading…
Reference in New Issue
Block a user