Skip to content

Commit

Permalink
Updated remrem-shared version to 0.3.2 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
xdurvak authored Jun 9, 2017
1 parent 67df494 commit 0aeec9c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.8.0
- Updated remrem-shared version to 0.3.2 to support base64 encryption functionality for Ldap manager password.

## 0.7.9
- Moved ldap related functionality to shared

Expand Down
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ subprojects {
targetCompatibility = 1.8

//Latest version for generate
version = "0.7.9"
version = "0.8.0"

repositories {
mavenCentral()
Expand All @@ -47,15 +47,14 @@ subprojects {

dependencies {
//Injectable Message Library and its Implementation
compile ('com.github.Ericsson:eiffel-remrem-shared:0.3.1')
compile ('com.github.Ericsson:eiffel-remrem-shared:0.3.2')
compile ('com.github.Ericsson:eiffel-remrem-semantics:0.2.3')
compile ('com.github.Ericsson:eiffel-remrem-protocol-interface:0.0.1')

//Authentication
compile("org.springframework.boot:spring-boot-starter-security:$sprintBootVersion")
compile("org.springframework.security:spring-security-ldap:4.1.3.RELEASE")
compile("org.apache.directory.server:apacheds-server-jndi:1.5.5")

// Test framework
testCompile 'junit:junit:4.12'
testCompile 'org.assertj:assertj-core:3.4.1'
Expand Down
3 changes: 2 additions & 1 deletion service/src/main/resources/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

activedirectory.enabled:false
activedirectory.ldapUrl :
activedirectory.ldapPassword :
activedirectory.managerPassword :
activedirectory.managerDn:
activedirectory.rootDn :
activedirectory.userSearchFilter:

0 comments on commit 0aeec9c

Please sign in to comment.