Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit a29bb77

Browse files
authored
Removed ldap related functionality from shared (#17)
1 parent 1a5d1cd commit a29bb77

File tree

5 files changed

+4
-133
lines changed

5 files changed

+4
-133
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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

build.gradle

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff 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

3332
apply plugin: 'java'
3433
apply plugin: 'eclipse'
35-
apply plugin: 'spring-boot'
3634

3735
jar {
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-
}
4840
group 'com.ericsson.eiffel.remrem'
4941
version '1.0-SNAPSHOT'
5042

@@ -60,10 +52,6 @@ repositories {
6052

6153
dependencies {
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
}

src/main/java/com/ericsson/eiffel/remrem/config/Base64Decryption.java

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/main/java/com/ericsson/eiffel/remrem/config/DisabledSecurityConfig.java

Lines changed: 0 additions & 33 deletions
This file was deleted.

src/main/java/com/ericsson/eiffel/remrem/config/SecurityConfig.java

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)