Skip to content

Commit

Permalink
refactored redis writers
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Nov 21, 2019
1 parent 539b707 commit 3add291
Show file tree
Hide file tree
Showing 109 changed files with 1,609 additions and 2,143 deletions.
1 change: 0 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
:idprefix:
:idseparator: -
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
endif::[]
ifndef::env-github[:icons: font]
// URIs
:project-repo: Redislabs-Solution-Architects/riot
Expand Down
24 changes: 11 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,25 @@ repositories {
}

dependencies {
compile 'com.redislabs:picocli-redis:1.0.6'
compile 'org.springframework.batch:spring-batch-core:4.1.2.RELEASE'
compile 'org.springframework.boot:spring-boot-autoconfigure:2.1.8.RELEASE'
compile 'org.springframework:spring-jdbc:5.1.9.RELEASE'
compile 'org.springframework.cloud:spring-cloud-aws-context:2.1.3.RELEASE'
compile 'org.springframework.cloud:spring-cloud-aws-autoconfigure:2.1.3.RELEASE'
compile 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.9'
compile 'com.github.javafaker:javafaker:1.0.1'
compile 'com.zaxxer:HikariCP:3.4.1'
compile 'com.ibm.db2:jcc:11.5.0.0'
compile 'com.microsoft.sqlserver:mssql-jdbc:7.4.1.jre8'
compile 'com.oracle.ojdbc:ojdbc8:19.3.0.0'
compile 'org.postgresql:postgresql:42.2.8'
compile 'com.redislabs:jredisearch:1.0.0'
compile 'com.redislabs:lettusearch:1.7.1'
compile 'com.zaxxer:HikariCP:3.4.1'
compile 'info.picocli:picocli:4.0.4'
compile 'org.apache.commons:commons-pool2:2.7.0'
compile 'org.latencyutils:LatencyUtils:2.0.3'
compile 'org.postgresql:postgresql:42.2.8'
compile "org.slf4j:slf4j-api:1.7.28"
compile "org.slf4j:jcl-over-slf4j:1.7.28"
compile "org.slf4j:slf4j-jdk14:1.7.28"
compile 'org.springframework.batch:spring-batch-core:4.1.2.RELEASE'
compile 'org.springframework.boot:spring-boot-autoconfigure:2.1.8.RELEASE'
compile 'org.springframework:spring-jdbc:5.1.9.RELEASE'
compile 'org.springframework.cloud:spring-cloud-aws-context:2.1.3.RELEASE'
compile 'org.springframework.cloud:spring-cloud-aws-autoconfigure:2.1.3.RELEASE'
compile 'org.xerial:sqlite-jdbc:3.28.0'
compile 'org.slf4j:slf4j-api:1.7.28'
compile 'org.slf4j:jcl-over-slf4j:1.7.28'
compile 'org.slf4j:slf4j-jdk14:1.7.28'
compile 'redis.clients:jedis:3.1.0'
compileOnly 'org.projectlombok:lombok:1.18.10'
annotationProcessor 'org.projectlombok:lombok:1.18.10'
Expand Down
298 changes: 0 additions & 298 deletions pom.xml

This file was deleted.

42 changes: 0 additions & 42 deletions src/main/java/com/redislabs/riot/ManifestVersionProvider.java

This file was deleted.

Loading

0 comments on commit 3add291

Please sign in to comment.