This repository was archived by the owner on Jul 6, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +4
-133
lines changed
src/main/java/com/ericsson/eiffel/remrem/config Expand file tree Collapse file tree 5 files changed +4
-133
lines changed Original file line number Diff line number Diff line change 1+ ## 0.3.5
2+ - Removed ldap related functionality from shared
3+
14## 0.3.4
25- Added functionality to disable ldap authentication if ldap properties are not configured.
36
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ buildscript {
1919
2020 dependencies {
2121 classpath ' eu.appsatori:gradle-fatjar-plugin:0.3'
22- classpath(" org.springframework.boot:spring-boot-gradle-plugin:1.4.1.RELEASE" )
2322 }
2423}
2524
@@ -32,19 +31,12 @@ plugins{
3231
3332apply plugin : ' java'
3433apply plugin : ' eclipse'
35- apply plugin : ' spring-boot'
3634
3735jar {
3836 baseName = ' remrem-shared'
39- version = ' 0.3.4'
40- }
41- ext {
42- springSecurityVersion = " 1.4.1.RELEASE"
37+ version = ' 0.3.5'
4338}
4439
45- bootRepackage {
46- enabled = false
47- }
4840group ' com.ericsson.eiffel.remrem'
4941version ' 1.0-SNAPSHOT'
5042
@@ -60,10 +52,6 @@ repositories {
6052
6153dependencies {
6254 compile' com.google.code.gson:gson:2.6.2'
63- compile(" org.springframework.boot:spring-boot-starter-security:$springSecurityVersion " )
64- compile(" org.springframework.security:spring-security-ldap:4.1.3.RELEASE" )
6555 compile ' commons-codec:commons-codec:1.10'
66-
67- compile ' javax.servlet:javax.servlet-api:3.0.1'
6856 testCompile ' junit:junit:4.12'
6957}
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments