vorburger commented on a change in pull request #662: FINERACT-797: Use Spring 
Boot BOM to avoid maintaining version numbers in dependencies.gradle
URL: https://github.com/apache/fineract/pull/662#discussion_r352432585
 
 

 ##########
 File path: fineract-provider/build.gradle
 ##########
 @@ -59,9 +57,77 @@ apply plugin: 'com.bmuschko.tomcat'
 apply plugin: 'project-report'
 apply plugin: 'java-library'
 apply plugin: 'openjpa'
+
 // apply plugin: 'pmd'
 // apply plugin: 'findbugs'
 
+dependencyManagement {
+  imports {
+    mavenBom 'org.springframework:spring-framework-bom:5.1.10.RELEASE'
+  }
+  
+  dependencies {
+     dependency 
'org.springframework.security.oauth:spring-security-oauth2:2.3.6.RELEASE'
+     dependency 'org.apache.openjpa:openjpa:3.1.0'
+     dependency 'com.squareup.retrofit:retrofit:1.6.1'
+     dependency 'com.squareup.okhttp:okhttp:2.0.0'
+     dependency 'com.squareup.okhttp:okhttp-urlconnection:2.0.0'
 
 Review comment:
   see https://issues.apache.org/jira/browse/FINERACT-804 ...

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to