Subversion Repositories SmartDukaan

Rev

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

Rev 27008 Rev 29494
Line 88... Line 88...
88
    compile group: 'commons-lang', name: 'commons-lang', version: '2.6'
88
    compile group: 'commons-lang', name: 'commons-lang', version: '2.6'
89
    compile group: 'org.apache.tika', name: 'tika-core', version: '1.16'
89
    compile group: 'org.apache.tika', name: 'tika-core', version: '1.16'
90
    compile group: 'org.apache.solr', name: 'solr-solrj', version: '6.6.0'
90
    compile group: 'org.apache.solr', name: 'solr-solrj', version: '6.6.0'
91
    compile group: 'org.apache.commons', name: 'commons-csv', version: '1.5'
91
    compile group: 'org.apache.commons', name: 'commons-csv', version: '1.5'
92
    implementation 'org.jsoup:jsoup:1.11.3'
92
    implementation 'org.jsoup:jsoup:1.11.3'
-
 
93
    implementation 'com.squareup.okhttp3:okhttp:4.3.1'
-
 
94
    implementation 'com.squareup.okio:okio:2.4.0'
-
 
95
    implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0-RC1'
-
 
96
	implementation 'org.threeten:threetenbp:1.3.1'
-
 
97
    
-
 
98
    
-
 
99
    
93
    
100
    
94
}
101
}