We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c22f620 commit ac6f93cCopy full SHA for ac6f93c
1 file changed
build.gradle
@@ -1,21 +1,13 @@
1
plugins
2
{
3
- id 'org.springframework.boot' version '2.6.7' apply false
4
- id 'io.spring.dependency-management' version '1.0.9.RELEASE'
+ id 'org.springframework.boot' version '2.6.7'
+ id 'io.spring.dependency-management' version '1.0.11.RELEASE'
5
id 'java'
6
id 'eclipse'
7
id 'idea'
8
id 'war'
9
}
10
11
-apply plugin: 'io.spring.dependency-management'
12
-
13
-dependencyManagement {
14
- imports {
15
- mavenBom org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES
16
- }
17
-}
18
19
group = 'com.ibm.cicsdev.springboot'
20
archivesBaseName='cics-java-liberty-springboot-transactions'
21
version = '0.1.0'
0 commit comments