@@ -19,7 +19,7 @@ plugins{
19
19
apply plugin : ' war'
20
20
21
21
war {
22
- baseName = ' remrem-message '
22
+ baseName = ' remrem-generate '
23
23
version = ' 0.5.0'
24
24
}
25
25
@@ -88,7 +88,6 @@ repositories {
88
88
}
89
89
90
90
dependencies {
91
- compile ' org.slf4j:slf4j-api:1.7.18'
92
91
compile(" org.springframework.boot:spring-boot-starter-web:$sprintBootVersion " ) {
93
92
exclude group : ' org.springframework.boot' , module : ' spring-boot-starter-tomcat'
94
93
}
@@ -106,8 +105,8 @@ dependencies {
106
105
// end::actuator[]
107
106
108
107
// Injectable Message Library and its Implementation
109
- compile ' com.github.Ericsson:eiffel-remrem-shared:0.1.2 '
110
- compile ' com.github.Ericsson:eiffel-remrem-semantics:0.1.1 '
108
+ compile ' com.github.Ericsson:eiffel-remrem-shared:0.1.4 '
109
+ compile ' com.github.Ericsson:eiffel-remrem-semantics:0.1.2 '
111
110
112
111
// compileOnly is supported in gradle 2.12 but it might be required
113
112
// in cucumber folder
@@ -133,7 +132,6 @@ dependencies {
133
132
134
133
// In order to get embedded app container to work
135
134
integrationTestCompile group : ' com.jayway.restassured' , name : ' rest-assured' , version : ' 2.9.0'
136
- integrationTestCompile ' org.slf4j:slf4j-api:1.7.18'
137
135
138
136
// Will be used to package contents of third party libs
139
137
runtime fileTree(dir : ' libs' , include : ' *.jar' )
0 commit comments