Skip to content

Commit 824ccb0

Browse files
committed
Some cleanup
1 parent 936ab49 commit 824ccb0

43 files changed

Lines changed: 2 additions & 4 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ allprojects {
33
version = '0.0.1-SNAPSHOT'
44

55
repositories {
6-
mavenCentral()
76
jcenter()
87
}
98
}
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ dependencies {
55
compile 'com.fasterxml.jackson.core:jackson-databind:2.4.1'
66
compile 'com.fasterxml.jackson.core:jackson-core:2.4.1'
77
compile 'com.fasterxml.jackson.core:jackson-annotations:2.4.1'
8-
compile 'org.json:json:20151123'
98

109
testCompile 'junit:junit:4.12'
1110
testCompile 'org.hamcrest:hamcrest-integration:1.3'
File renamed without changes.
File renamed without changes.

core/src/main/java/com/auth0/RequestBodyBuildException.java renamed to lib/src/main/java/com/auth0/RequestBodyBuildException.java

File renamed without changes.

core/src/main/java/com/auth0/authentication/AuthenticationAPIClient.java renamed to lib/src/main/java/com/auth0/authentication/AuthenticationAPIClient.java

File renamed without changes.

core/src/main/java/com/auth0/authentication/AuthenticationRequest.java renamed to lib/src/main/java/com/auth0/authentication/AuthenticationRequest.java

File renamed without changes.

core/src/main/java/com/auth0/authentication/ChangePasswordRequest.java renamed to lib/src/main/java/com/auth0/authentication/ChangePasswordRequest.java

File renamed without changes.

core/src/main/java/com/auth0/authentication/DelegationRequest.java renamed to lib/src/main/java/com/auth0/authentication/DelegationRequest.java

File renamed without changes.

0 commit comments

Comments
 (0)