File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.4.1
2
+ - Removed unwanted dependencies
3
+
1
4
## 0.4.0
2
5
- Removed extra fields from templates and updated version
3
6
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ allprojects {
48
48
49
49
jar {
50
50
baseName = ' eiffel-remrem-semantics'
51
- version = ' 0.4.0 '
51
+ version = ' 0.4.1 '
52
52
manifest {
53
53
attributes(' remremVersionKey' : ' semanticsVersion' )
54
54
attributes(' semanticsVersion' : version)
66
66
67
67
shadowJar {
68
68
baseName = ' eiffel-remrem-semantics'
69
- version = ' 0.4.0 '
69
+ version = ' 0.4.1 '
70
70
classifier = ' '
71
71
}
72
72
@@ -104,13 +104,9 @@ dependencies {
104
104
compile ' com.fasterxml.jackson.core:jackson-databind:2.8.3'
105
105
compile ' org.mockito:mockito-core:1.10.19'
106
106
compile ' javax.inject:javax.inject:1'
107
- compile ' org.slf4j:slf4j-api:1.7.18'
108
107
compile ' ch.qos.logback:logback-classic:1.1.7'
109
- compile group : ' com.google.code.gson' , name : ' gson' , version : ' 2.6.2'
110
108
testCompile ' junit:junit:4.12'
111
109
compile ' org.apache.commons:commons-lang3:3.5'
112
- compile ' javax.validation:validation-api:1.1.0.CR2'
113
- compile ' joda-time:joda-time:2.2'
114
110
compile ' commons-io:commons-io:2.4'
115
111
compile ' org.eclipse.jgit:org.eclipse.jgit.archive:4.5.0.201609210915-r'
116
112
}
You can’t perform that action at this time.
0 commit comments