vorburger commented on a change in pull request #677: FINERACT-809 Upgrade 
rest-assured version
URL: https://github.com/apache/fineract/pull/677#discussion_r362055453
 
 

 ##########
 File path: fineract-provider/dependencies.gradle
 ##########
 @@ -105,11 +105,12 @@ dependencies {
     )
 
     implementation 'org.apache.bval:org.apache.bval.bundle'
+    compile 'io.rest-assured:rest-assured'
 
 Review comment:
   This line doesn't seem right, to me... we only want `rest-assured` to be 
_test_ scoped dependency, not a runtime dependency (i.e. it should never be 
part of the WAR) - agreed? Would you like to remove it? I doubt it will help 
with that (strange!) `NoClassDefFoundError`, but IMHO it's still worth a try, 
as a first step.

----------------------------------------------------------------
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