Skip to content

Commit 48da8e1

Browse files
committed
remove CoreMem dependency from build.gradle
1 parent 11e2222 commit 48da8e1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ dependencies
6666
compile ('org.jogamp.jogl:jogl-all:2.3.2:natives-windows-amd64'){transitive = true}
6767
compile ('org.jogamp.jogl:jogl-all:2.3.2:natives-linux-amd64'){transitive = true}
6868

69-
compile group: "net.coremem", name: "CoreMem", version: "(,1.0.0]", changing: true
70-
7169
compile group: 'junit', name: 'junit', version: '4.12'
7270
testCompile group: 'junit', name: 'junit', version: '4.12'
7371
}
@@ -77,9 +75,6 @@ repositories
7775
mavenCentral()
7876
maven
7977
{ url "http://oss.sonatype.org/content/groups/public" }
80-
maven
81-
{ url "http://dl.bintray.com/clearcontrol/ClearControl" }
82-
8378
}
8479

8580

0 commit comments

Comments
 (0)