Skip to content
This repository was archived by the owner on Oct 5, 2018. It is now read-only.

Commit c263ed8

Browse files
committed
Remove old hardcoded references to SqlRepository
1 parent 92aa1a1 commit c263ed8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

client/src/main/kotlin/net/syncthing/java/client/SyncthingClient.kt

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import net.syncthing.java.core.interfaces.TempRepository
2626
import net.syncthing.java.core.security.KeystoreHandler
2727
import net.syncthing.java.core.utils.awaitTerminationSafe
2828
import net.syncthing.java.discovery.DiscoveryHandler
29-
import net.syncthing.java.repository.repo.SqlRepository
3029
import org.slf4j.LoggerFactory
3130
import java.io.Closeable
3231
import java.io.IOException

discovery/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ mainClassName = 'net.syncthing.java.discovery.Main'
33

44
dependencies {
55
compile project(':core')
6-
compile project(':repository')
76
compile "commons-cli:commons-cli:1.4"
87
}
98

0 commit comments

Comments
 (0)