Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Intergramm
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marcel Dominik Wever
Intergramm
Commits
a14a8844
There was an error fetching the commit references. Please try again later.
Commit
a14a8844
authored
Jan 25, 2019
by
Marcel Dominik Wever
Browse files
Options
Downloads
Patches
Plain Diff
Removed dependency on WorkAround project.
parent
7dc9b400
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.gradle
+84
-103
84 additions, 103 deletions
build.gradle
settings.gradle
+2
-5
2 additions, 5 deletions
settings.gradle
with
86 additions
and
108 deletions
build.gradle
+
84
−
103
View file @
a14a8844
...
@@ -36,32 +36,15 @@ dependencies {
...
@@ -36,32 +36,15 @@ dependencies {
compile
"de.upb.isys:jaicore-logic"
compile
"de.upb.isys:jaicore-logic"
compile
group:
'org.moeaframework'
,
name:
'moeaframework'
,
version:
'2.11'
compile
group:
'org.moeaframework'
,
name:
'moeaframework'
,
version:
'2.11'
//compile group: 'commons-io', name: 'commons-io', version: '2.6'
compile
group:
'org.apache.commons'
,
name:
'commons-math3'
,
version:
'3.0'
compile
group:
'org.apache.commons'
,
name:
'commons-math3'
,
version:
'3.0'
//compile group: 'nz.ac.waikato.cms.weka', name: 'weka-dev', version: '3.9.1'
//compile group: 'net.sf.meka', name: 'meka', version: '1.9.1'
// https://mvnrepository.com/artifact/org.openml/apiconnector
compile
group:
'org.openml'
,
name:
'apiconnector'
,
version:
'1.0.19'
compile
group:
'org.openml'
,
name:
'apiconnector'
,
version:
'1.0.19'
compile
"nginx-clojure:nginx-clojure:0.4.5"
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
testCompile
group:
'org.junit.jupiter'
,
name:
'junit-jupiter-api'
,
version:
'5.3.1'
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine
testCompile
group:
'org.junit.jupiter'
,
name:
'junit-jupiter-engine'
,
version:
'5.3.1'
// https://mvnrepository.com/artifact/mysql/mysql-connector-java
compile
group:
'mysql'
,
name:
'mysql-connector-java'
,
version:
'5.1.47'
compile
group:
'mysql'
,
name:
'mysql-connector-java'
,
version:
'5.1.47'
// Logging
testCompile
group:
'org.junit.jupiter'
,
name:
'junit-jupiter-api'
,
version:
'5.3.1'
//compile 'org.slf4j:slf4j-api:1.7.13'
testCompile
group:
'org.junit.jupiter'
,
name:
'junit-jupiter-engine'
,
version:
'5.3.1'
//runtime 'org.slf4j:slf4j-log4j12:1.7.13', 'log4j:log4j:1.2.17'
//Logger
//compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
//runtimeOnly group: 'org.slf4j', name:'slf4j-log4j12', version:'1.7.25'
// https://mvnrepository.com/artifact/log4j/log4j
compile
group:
'log4j'
,
name:
'log4j'
,
version:
'1.2.17'
compile
group:
'log4j'
,
name:
'log4j'
,
version:
'1.2.17'
// Database
// Database
...
@@ -69,8 +52,6 @@ dependencies {
...
@@ -69,8 +52,6 @@ dependencies {
providedCompile
(
"javax.servlet:javax.servlet-api:3.1.0"
)
providedCompile
(
"javax.servlet:javax.servlet-api:3.1.0"
)
// nginx
compile
"nginx-clojure:nginx-clojure:0.4.5"
}
}
repositories
{
repositories
{
...
...
This diff is collapsed.
Click to expand it.
settings.gradle
+
2
−
5
View file @
a14a8844
//includeFlat 'JAICore' , 'MOEAFramework', 'CustoMEKA', //, 'weka',
includeFlat
'WorkAround'
includeBuild
'../AILibs/'
includeBuild
'../AILibs/'
rootProject
.
name
=
'Intergramm'
rootProject
.
name
=
'Intergramm'
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment