Skip to content

Commit

Permalink
Merge pull request #59 from Ragin-LundF/develop
Browse files Browse the repository at this point in the history
1.29.2
  • Loading branch information
Ragin-LundF authored Mar 1, 2021
2 parents 6aa0e63 + a3733ef commit d582567
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.4.30'
ext.kotlin_version = '1.4.31'
repositories {
mavenCentral()
}
Expand All @@ -23,12 +23,6 @@ apply plugin: 'org.springframework.boot'
apply plugin: 'kotlin'
apply plugin: 'io.spring.dependency-management'

dependencyManagement {
imports {
mavenBom "org.springframework.boot:spring-boot-dependencies:2.3.4.RELEASE"
}
}

dependencies {
api "org.apache.httpcomponents:httpclient"
api "org.glassfish:javax.json:${versionJavaxJson}"
Expand Down

0 comments on commit d582567

Please sign in to comment.