From 16f081d121e5cc8ccdb8d48dbcb2dee189621a88 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 17 Aug 2020 16:19:03 -0700 Subject: [PATCH] updating to 1.3.0 --- src/pom.xml | 2 +- src/spring-bceid-starter/pom.xml | 4 ++-- .../java/ca/bc/gov/open/bceid/starter/AutoConfiguration.java | 2 ++ src/spring-sftp-starter/pom.xml | 4 ++-- src/spring-starters-bom/pom.xml | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/pom.xml b/src/pom.xml index 0175955..51f42a1 100644 --- a/src/pom.xml +++ b/src/pom.xml @@ -5,7 +5,7 @@ ca.bc.gov.open spring-starters - 0.1.3-SNAPSHOT + 0.1.3 diff --git a/src/spring-bceid-starter/pom.xml b/src/spring-bceid-starter/pom.xml index 09a06db..68f5dc5 100644 --- a/src/spring-bceid-starter/pom.xml +++ b/src/spring-bceid-starter/pom.xml @@ -6,7 +6,7 @@ ca.bc.gov.open spring-bceid-starter - 0.1.3-SNAPSHOT + 0.1.3 1.8 @@ -86,7 +86,7 @@ ca.bc.gov.open spring-starters-bom - 0.1.3-SNAPSHOT + 0.1.3 pom import diff --git a/src/spring-bceid-starter/src/main/java/ca/bc/gov/open/bceid/starter/AutoConfiguration.java b/src/spring-bceid-starter/src/main/java/ca/bc/gov/open/bceid/starter/AutoConfiguration.java index bf47365..1a496ef 100644 --- a/src/spring-bceid-starter/src/main/java/ca/bc/gov/open/bceid/starter/AutoConfiguration.java +++ b/src/spring-bceid-starter/src/main/java/ca/bc/gov/open/bceid/starter/AutoConfiguration.java @@ -9,6 +9,7 @@ import ca.bceid.webservices.client.v9.BCeIDServiceSoap; import org.apache.commons.lang3.StringUtils; import org.apache.cxf.jaxws.JaxWsProxyFactoryBean; +import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean; import org.springframework.boot.context.properties.EnableConfigurationProperties; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; @@ -48,6 +49,7 @@ public BCeIDServiceSoap bCeIDServiceSoap() { } @Bean + @ConditionalOnMissingBean(BCeIDAccountService.class) public BCeIDAccountService bCeIDUserService(BCeIDServiceSoap bCeIDServiceSoap, AccountDetailRequestMapper accountDetailRequestMapper, IndividualIdentityMapper individualIdentityMapper) { return new BCeIDAccountServiceImpl(bCeIDServiceSoap, bCeIdProperties, accountDetailRequestMapper, individualIdentityMapper); } diff --git a/src/spring-sftp-starter/pom.xml b/src/spring-sftp-starter/pom.xml index 70465d2..ca9ac00 100644 --- a/src/spring-sftp-starter/pom.xml +++ b/src/spring-sftp-starter/pom.xml @@ -7,7 +7,7 @@ ca.bc.gov.open spring-sftp-starter - 0.1.3-SNAPSHOT + 0.1.3 UTF-8 @@ -70,7 +70,7 @@ ca.bc.gov.open spring-starters-bom - 0.1.3-SNAPSHOT + 0.1.3 pom import diff --git a/src/spring-starters-bom/pom.xml b/src/spring-starters-bom/pom.xml index d79f239..14c2ed5 100644 --- a/src/spring-starters-bom/pom.xml +++ b/src/spring-starters-bom/pom.xml @@ -7,7 +7,7 @@ ca.bc.gov.open spring-starters-bom - 0.1.3-SNAPSHOT + 0.1.3 3.3.7