Subversion Repositories SmartDukaan

Rev

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

Rev 35599 Rev 36418
Line 73... Line 73...
73
	implementation group: 'io.jsonwebtoken', name: 'jjwt-api', version: '0.11.5'
73
	implementation group: 'io.jsonwebtoken', name: 'jjwt-api', version: '0.11.5'
74
 
74
 
75
	// HikariCP Connection Pool
75
	// HikariCP Connection Pool
76
	implementation 'com.zaxxer:HikariCP:3.4.5'
76
	implementation 'com.zaxxer:HikariCP:3.4.5'
77
 
77
 
-
 
78
	testImplementation 'junit:junit:4.13.2'
-
 
79
	testImplementation 'org.mockito:mockito-core:3.12.4'
-
 
80
 
78
}
81
}
79
82