Skip to content

Commit ac6f93c

Browse files
author
Tony Fitzgerald
committed
fix springboot plugins
1 parent c22f620 commit ac6f93c

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

build.gradle

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
11
plugins
22
{
3-
id 'org.springframework.boot' version '2.6.7' apply false
4-
id 'io.spring.dependency-management' version '1.0.9.RELEASE'
3+
id 'org.springframework.boot' version '2.6.7'
4+
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
55
id 'java'
66
id 'eclipse'
77
id 'idea'
88
id 'war'
99
}
1010

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-
1911
group = 'com.ibm.cicsdev.springboot'
2012
archivesBaseName='cics-java-liberty-springboot-transactions'
2113
version = '0.1.0'

0 commit comments

Comments
 (0)