Subversion Repositories SmartDukaan

Rev

Rev 34554 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34554 Rev 34688
Line 102... Line 102...
102
    implementation 'org.aspectj:aspectjweaver'
102
    implementation 'org.aspectj:aspectjweaver'
103
    implementation ('org.springframework.boot:spring-boot-starter-security'){
103
    implementation ('org.springframework.boot:spring-boot-starter-security'){
104
        exclude group: 'org.springframework.boot', module: 'spring-boot-starter-logging'
104
        exclude group: 'org.springframework.boot', module: 'spring-boot-starter-logging'
105
    }
105
    }
106
 
106
 
-
 
107
 
-
 
108
    // Add HikariCP dependency
-
 
109
    implementation 'com.zaxxer:HikariCP:3.4.5' // Use the latest version
-
 
110
 
107
}
111
}
108
 
112
 
109
defaultTasks 'copyEnv', 'build'
113
defaultTasks 'copyEnv', 'build'
110
114