Skip to content

Commit 6019c37

Browse files
ZHROTPIxdurvak
authored andcommitted
Removed Unwanted dependencies (#77)
1 parent 3c9bfc0 commit 6019c37

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.4.1
2+
- Removed unwanted dependencies
3+
14
## 0.4.0
25
- Removed extra fields from templates and updated version
36

build.gradle

+2-6
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ allprojects {
4848

4949
jar {
5050
baseName = 'eiffel-remrem-semantics'
51-
version = '0.4.0'
51+
version = '0.4.1'
5252
manifest {
5353
attributes('remremVersionKey': 'semanticsVersion')
5454
attributes('semanticsVersion': version)
@@ -66,7 +66,7 @@ jar {
6666

6767
shadowJar {
6868
baseName = 'eiffel-remrem-semantics'
69-
version = '0.4.0'
69+
version = '0.4.1'
7070
classifier = ''
7171
}
7272

@@ -104,13 +104,9 @@ dependencies {
104104
compile 'com.fasterxml.jackson.core:jackson-databind:2.8.3'
105105
compile 'org.mockito:mockito-core:1.10.19'
106106
compile 'javax.inject:javax.inject:1'
107-
compile 'org.slf4j:slf4j-api:1.7.18'
108107
compile 'ch.qos.logback:logback-classic:1.1.7'
109-
compile group: 'com.google.code.gson', name: 'gson', version: '2.6.2'
110108
testCompile 'junit:junit:4.12'
111109
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'
114110
compile 'commons-io:commons-io:2.4'
115111
compile 'org.eclipse.jgit:org.eclipse.jgit.archive:4.5.0.201609210915-r'
116112
}

0 commit comments

Comments
 (0)