Skip to content
Snippets Groups Projects
build.gradle 609 B
Newer Older
  • Learn to ignore specific revisions
  • apply from: '../build/javaproject.gradle'
    
                'springframework:spring-jdbc:5.0.1.RELEASE',
                'apache:commons-dbcp:1.3-CISD',
                'h2database:h2:1.1.115',
                'postgresql:postgresql:42.5.0'
    
        testImplementation project(path: ':lib-commonbase', configuration: 'tests'),
    
                project(path: ':lib-common', configuration: 'tests'),
    
                'fjelmer:classycle:1.4.2',
                'testng:testng:6.8-CISD',
                'startnet:apgdiff:2.3'