May I confirm if this the right way to define the ...
# general
p
May I confirm if this the right way to define the dependency only be included in the test
Copy code
jars=[
    jar(org='junit', name='junit', rev='4.12',scope="test"),
  ],