Subversion Repositories SmartDukaan

Rev

Rev 36020 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36020 Rev 36420
Line 112... Line 112...
112
 
112
 
113
    // Add HikariCP dependency
113
    // Add HikariCP dependency
114
    implementation 'com.zaxxer:HikariCP:3.4.5' // Use the latest version
114
    implementation 'com.zaxxer:HikariCP:3.4.5' // Use the latest version
115
    implementation 'net.lingala.zip4j:zip4j:2.11.5'
115
    implementation 'net.lingala.zip4j:zip4j:2.11.5'
116
 
116
 
-
 
117
    testCompile 'junit:junit:4.13.2'
-
 
118
    testCompile 'org.mockito:mockito-core:3.12.4'
-
 
119
    // Force byte-buddy: Spring Boot BOM downgrades to 1.7.11 which is incompatible with Mockito 3.12.
-
 
120
    testCompile 'net.bytebuddy:byte-buddy:1.11.13'
-
 
121
    testCompile 'net.bytebuddy:byte-buddy-agent:1.11.13'
117
 
122
 
118
}
123
}
119
 
124
 
120
defaultTasks 'run', 'build'
125
defaultTasks 'run', 'build'
121
126