compile(bom['com.google.code.gson:gson']) compile(bom['org.apache.commons:commons-collections4']) compile(bom['org.slf4j:slf4j-api']) /* Vaadin */ compile(bom['com.vaadin:vaadin-server']) { exclude(group: 'com.vaadin', module: 'vaadin-sass-compiler') } compile(bom['com...
compile(bom['com.google.code.gson:gson']) compile(bom['org.apache.commons:commons-collections4']) compile(bom['org.slf4j:slf4j-api']) /* Vaadin */ compile(bom['com.vaadin:vaadin-server']) { exclude(group: 'com.vaadin', module: 'vaadin-sass-compiler') ...
// code quality apply(plugin: 'com.github.spotbugs') dependencies { testCompile(bom['org.jmockit:jmockit']) testCompile(bom['org.junit.jupiter:junit-jupiter-api']) testCompile(bom['org.junit.jupiter:junit-jupiter-engine']) testCompile(bom['org.junit.vintage:junit-vintage-engine']) ...