Skip to content
Snippets Groups Projects
Verified Commit 872d10e2 authored by Torsten Grote's avatar Torsten Grote
Browse files

Removed upstream jar files from all modules except briar-desktop

parent 4be5b44a
No related branches found
No related tags found
No related merge requests found
Showing
with 65 additions and 10 deletions
...@@ -6,9 +6,7 @@ repositories { ...@@ -6,9 +6,7 @@ repositories {
} }
dependencies { dependencies {
compile fileTree(dir: '../briar-api/libs', include: '*.jar')
compile project(':briar-api') compile project(':briar-api')
compile fileTree(dir: '../briar-core/libs', include: '*.jar')
compile project(':briar-core') compile project(':briar-core')
compile fileTree(dir: 'libs', include: '*.jar') compile fileTree(dir: 'libs', include: '*.jar')
compile "com.android.support:support-v4:23.1.1" compile "com.android.support:support-v4:23.1.1"
...@@ -16,6 +14,8 @@ dependencies { ...@@ -16,6 +14,8 @@ dependencies {
compile "com.android.support:preference-v7:23.1.1" compile "com.android.support:preference-v7:23.1.1"
compile "com.android.support:preference-v14:23.1.1" compile "com.android.support:preference-v14:23.1.1"
compile "com.android.support:design:23.1.1" compile "com.android.support:design:23.1.1"
compile "org.roboguice:roboguice:2.0"
compile "org.connectbot.jsocks:jsocks:1.0.0"
compile "info.guardianproject.panic:panic:0.5" compile "info.guardianproject.panic:panic:0.5"
compile "info.guardianproject.trustedintents:trustedintents:0.2" compile "info.guardianproject.trustedintents:trustedintents:0.2"
} }
...@@ -29,6 +29,8 @@ dependencyVerification { ...@@ -29,6 +29,8 @@ dependencyVerification {
'com.android.support:design:41a9cd75ca78f25df5f573db7cedf8bb66beae00c330943923ba9f3e2051736d', 'com.android.support:design:41a9cd75ca78f25df5f573db7cedf8bb66beae00c330943923ba9f3e2051736d',
'com.android.support:support-annotations:f347a35b9748a4103b39a6714a77e2100f488d623fd6268e259c177b200e9d82', 'com.android.support:support-annotations:f347a35b9748a4103b39a6714a77e2100f488d623fd6268e259c177b200e9d82',
'com.android.support:recyclerview-v7:7606373da0931a1e62588335465a0e390cd676c98117edab29220317495faefd', 'com.android.support:recyclerview-v7:7606373da0931a1e62588335465a0e390cd676c98117edab29220317495faefd',
'org.roboguice:roboguice:c5302f2648170ee6015a0d18fe0fcc87e09e415a34aeae3566e8d1a9dbb53f28',
'org.connectbot.jsocks:jsocks:4ae46cd23dfd2496e90a9cde5cd32884ec8b3871a8815dbf425dca224cbc2589',
'info.guardianproject.panic:panic:a7ed9439826db2e9901649892cf9afbe76f00991b768d8f4c26332d7c9406cb2', 'info.guardianproject.panic:panic:a7ed9439826db2e9901649892cf9afbe76f00991b768d8f4c26332d7c9406cb2',
'info.guardianproject.trustedintents:trustedintents:6221456d8821a8d974c2acf86306900237cf6afaaa94a4c9c44e161350f80f3e', 'info.guardianproject.trustedintents:trustedintents:6221456d8821a8d974c2acf86306900237cf6afaaa94a4c9c44e161350f80f3e',
] ]
......
File deleted
File deleted
...@@ -46,8 +46,8 @@ import java.util.logging.Logger; ...@@ -46,8 +46,8 @@ import java.util.logging.Logger;
import java.util.regex.Pattern; import java.util.regex.Pattern;
import java.util.zip.ZipInputStream; import java.util.zip.ZipInputStream;
import socks.Socks5Proxy; import net.sourceforge.jsocks.Socks5Proxy;
import socks.SocksSocket; import net.sourceforge.jsocks.SocksSocket;
import static android.content.Context.CONNECTIVITY_SERVICE; import static android.content.Context.CONNECTIVITY_SERVICE;
import static android.content.Context.MODE_PRIVATE; import static android.content.Context.MODE_PRIVATE;
......
...@@ -2,8 +2,25 @@ apply plugin: 'java' ...@@ -2,8 +2,25 @@ apply plugin: 'java'
sourceCompatibility = 1.6 sourceCompatibility = 1.6
targetCompatibility = 1.6 targetCompatibility = 1.6
apply plugin: 'witness'
repositories {
jcenter()
}
dependencies { dependencies {
compile fileTree(dir: 'libs', include: '*.jar') compile "javax.inject:javax.inject:1"
compile "com.google.inject:guice:3.0:no_aop"
}
dependencyVerification {
verify = [
'javax.inject:javax.inject:91c77044a50c481636c32d916fd89c9118a72195390452c81065080f957de7ff',
'com.google.inject:guice:7c0624d0986ae2bd7a8f1cf4789bcaae5b82a042a7e3d27ba3041ed7b7f2cd3a',
'aopalliance:aopalliance:0addec670fedcd3f113c5c8091d783280d23f75e3acb841b61a9cdb079376a08',
'org.sonatype.sisu.inject:cglib:42e1dfb26becbf1a633f25b47e39fcc422b85e77e4c0468d9a44f885f5fa0be2',
'asm:asm:333ff5369043975b7e031b8b27206937441854738e038c1f47f98d072a20437a',
]
} }
sourceSets { sourceSets {
......
File deleted
File deleted
...@@ -2,10 +2,24 @@ apply plugin: 'java' ...@@ -2,10 +2,24 @@ apply plugin: 'java'
sourceCompatibility = 1.6 sourceCompatibility = 1.6
targetCompatibility = 1.6 targetCompatibility = 1.6
apply plugin: 'witness'
repositories {
jcenter()
}
dependencies { dependencies {
compile fileTree(dir: '../briar-api/libs', include: '*.jar')
compile project(':briar-api') compile project(':briar-api')
compile fileTree(dir: 'libs', include: '*.jar') compile fileTree(dir: 'libs', include: '*.jar')
compile "com.madgag.spongycastle:core:1.54.0.0"
compile "com.h2database:h2:1.4.190"
}
dependencyVerification {
verify = [
'com.madgag.spongycastle:core:1e7fa4b19ccccd1011364ab838d0b4702470c178bbbdd94c5c90b2d4d749ea1e',
'com.h2database:h2:23ba495a07bbbb3bd6c3084d10a96dad7a23741b8b6d64b213459a784195a98c',
]
} }
sourceSets { sourceSets {
......
File deleted
File deleted
...@@ -2,8 +2,13 @@ apply plugin: 'java' ...@@ -2,8 +2,13 @@ apply plugin: 'java'
sourceCompatibility = 1.6 sourceCompatibility = 1.6
targetCompatibility = 1.6 targetCompatibility = 1.6
apply plugin: 'witness'
repositories {
jcenter()
}
dependencies { dependencies {
compile fileTree(dir: '../briar-api/libs', include: '*.jar')
compile project(':briar-api') compile project(':briar-api')
compile fileTree(dir: '../briar-core/libs', include: '*.jar') compile fileTree(dir: '../briar-core/libs', include: '*.jar')
compile project(':briar-core') compile project(':briar-core')
......
...@@ -2,14 +2,31 @@ apply plugin: 'java' ...@@ -2,14 +2,31 @@ apply plugin: 'java'
sourceCompatibility = 1.6 sourceCompatibility = 1.6
targetCompatibility = 1.6 targetCompatibility = 1.6
apply plugin: 'witness'
repositories {
jcenter()
}
dependencies { dependencies {
compile fileTree(dir: '../briar-api/libs', include: '*.jar')
compile project(':briar-api') compile project(':briar-api')
compile fileTree(dir: '../briar-core/libs', include: '*.jar')
compile project(':briar-core') compile project(':briar-core')
compile fileTree(dir: '../briar-desktop/libs', include: '*.jar') compile fileTree(dir: '../briar-desktop/libs', include: '*.jar')
compile project(':briar-desktop') compile project(':briar-desktop')
compile fileTree(dir: 'libs', include: '*.jar')
compile "junit:junit:4.12"
compile "org.jmock:jmock:2.8.1"
compile "org.hamcrest:hamcrest-library:1.3"
compile "org.hamcrest:hamcrest-core:1.3"
}
dependencyVerification {
verify = [
'junit:junit:59721f0805e223d84b90677887d9ff567dc534d7c502ca903c0c2b17f05c116a',
'org.jmock:jmock:75d4bdaf636879f0215830c5e6ab99407069a625eaffde5d57b32d887b75dc14',
'org.hamcrest:hamcrest-library:711d64522f9ec410983bd310934296da134be4254a125080a0416ec178dfad1c',
'org.hamcrest:hamcrest-core:66fdef91e9739348df7a096aa384a5685f4e875584cce89386a7a47251c4d8e9',
]
} }
sourceSets { sourceSets {
......
File deleted
File deleted
File deleted
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment