Subversion Repositories SmartDukaan

Rev

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

Rev 26216 Rev 26859
Line 16... Line 16...
16
        
16
        
17
     maven { url "https://repo.maven.apache.org/maven2" }
17
     maven { url "https://repo.maven.apache.org/maven2" }
18
     mavenLocal()
18
     mavenLocal()
19
}
19
}
20
dependencies {
20
dependencies {
-
 
21
 	implementation files('libs/ccavutil.jar')
21
    compile project (':profitmandi-common')
22
    compile project (':profitmandi-common')
22
    compile group: 'org.hibernate', name: 'hibernate-core', version:'5.2.10.Final'
23
    compile group: 'org.hibernate', name: 'hibernate-core', version:'5.2.10.Final'
23
    compile group: 'org.springframework.data', name: 'spring-data-solr', version: '4.0.8.RELEASE'
24
    compile group: 'org.springframework.data', name: 'spring-data-solr', version: '4.0.8.RELEASE'
24
    // https://mvnrepository.com/artifact/org.springframework.data/spring-data-jpa
25
    // https://mvnrepository.com/artifact/org.springframework.data/spring-data-jpa
25
    
26