Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
search-commons
Commits
021dbe7c
Commit
021dbe7c
authored
Jul 26, 2020
by
Gradl, Tobias
Browse files
Implement git capabilities of processing-adapters (#406)
parent
34a5a6f7
Pipeline
#16182
passed with stages
in 6 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
021dbe7c
...
...
@@ -16,7 +16,7 @@ plugins {
group
=
'eu.dariah.de.minfba'
version
=
'1.
19.5
-SNAPSHOT'
version
=
'1.
20.0
-SNAPSHOT'
description
=
'DARIAH-DE Search Commons'
sourceCompatibility
=
'1.8'
...
...
@@ -30,8 +30,8 @@ repositories {
ext
{
coreVersion
=
"5.4.1-SNAPSHOT"
gtfVersion
=
"1.6.0-SNAPSHOT"
processingVersion
=
"
3.9.3
-SNAPSHOT"
colregModelVersion
=
"3.1
3
.0-
SNAPSHOT
"
processingVersion
=
"
4.0.0
-SNAPSHOT"
colregModelVersion
=
"3.1
5
.0-
RELEASE
"
dariahSpVersion
=
"1.4.0-SNAPSHOT"
springVersion
=
"4.3.6.RELEASE"
...
...
@@ -55,7 +55,8 @@ dependencies {
implementation
"de.unibamberg.minf.gtf:gtf-extension-nlp:$gtfVersion"
implementation
"de.unibamberg.minf.gtf:gtf-extension-vocabulary:$gtfVersion"
implementation
"de.unibamberg.minf.gtf:gtf-extension-dai:$gtfVersion"
implementation
"de.unibamberg.minf.processing:processing:$processingVersion"
implementation
"de.unibamberg.minf.processing:processing-core:$processingVersion"
implementation
"de.unibamberg.minf.processing:processing-adapters:$processingVersion"
implementation
"eu.dariah.de:colreg-model:$colregModelVersion"
implementation
"eu.dariah.de:dariahsp-core:$dariahSpVersion"
implementation
"org.springframework:spring-context:$springVersion"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment