Updated and remove spring bom and add icontext

This commit is contained in:
Sambo Chea 2020-07-03 12:00:01 +07:00
parent ad2dda2bc3
commit 494dc4300e
3 changed files with 5 additions and 4 deletions

View File

@ -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'
}

View File

@ -1 +1 @@
rootProject.name = 'parent'
rootProject.name = 'parent'

View File

@ -0,0 +1,4 @@
package com.cubetiqs.context
interface IContext {
}