File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ subprojects {
48
48
}
49
49
50
50
group = ' org.metafacture'
51
- version = ' 0.2.0 '
51
+ version = ' 0.3.0-SNAPSHOT '
52
52
53
53
apply plugin : ' checkstyle'
54
54
apply plugin : ' eclipse'
Original file line number Diff line number Diff line change @@ -9,14 +9,6 @@ dependencies {
9
9
implementation " org.metafacture:metafacture-json:${ versions.metafacture} "
10
10
implementation " org.metafacture:metafacture-runner:${ versions.metafacture} "
11
11
implementation " org.metafacture:metafacture-xml:${ versions.metafacture} "
12
- implementation " org.metafacture:metafacture-formeta:${ versions.metafacture} "
13
- implementation " org.metafacture:metafacture-triples:${ versions.metafacture} "
14
- implementation " org.metafacture:metafacture-strings:${ versions.metafacture} "
15
- implementation " org.metafacture:metafacture-formatting:${ versions.metafacture} "
16
- implementation " org.metafacture:metafacture-monitoring:${ versions.metafacture} "
17
- implementation " org.metafacture:metafacture-csv:${ versions.metafacture} "
18
- implementation " org.metafacture:metafacture-yaml:${ versions.metafacture} "
19
- implementation " org.metafacture:metafacture-html:${ versions.metafacture} "
20
12
}
21
13
22
14
application {
You can’t perform that action at this time.
0 commit comments