Fix issue with clamp.env 89/32289/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Tue, 20 Feb 2018 17:19:39 +0000 (18:19 +0100)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Tue, 20 Feb 2018 17:19:39 +0000 (18:19 +0100)
Clamp.env was wrong so clamp was crashing at runtime when accessing the
db

Issue-ID: CLAMP-85
Change-Id: I162b682fa9d4977218e3ebd48e210bf87d053698
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
extra/docker/clamp/clamp.env
pom.xml

index 41585ab..9c72474 100644 (file)
@@ -1,4 +1 @@
-SPRING_APPLICATION_JSON={"spring.datasource.cldsdb.url":"jdbc:mariadb:sequential://db:3306/cldsdb4?verifyServerCertificate=false&useSSL=false&requireSSL=false&autoReconnect=true&retriesAllDown=2147483647&failoverLoopRetries=2147483647",
-"org.onap.clamp.config.files.cldsPolicyConfig":"classpath:/clds/clds-policy-config.properties",
-"org.onap.clamp.config.files.cldsReference":"classpath:/clds/clds-reference.properties"
-}
\ No newline at end of file
+SPRING_APPLICATION_JSON={"spring.datasource.cldsdb.url":"jdbc:mariadb:sequential://db:3306/cldsdb4?verifyServerCertificate=false&useSSL=false&requireSSL=false&autoReconnect=true&retriesAllDown=2147483647&failoverLoopRetries=2147483647","org.onap.clamp.config.files.cldsPolicyConfig":"classpath:/clds/clds-policy-config.properties","org.onap.clamp.config.files.cldsReference":"classpath:/clds/clds-reference.properties"}
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 3a482dd..192d35b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                <dependency>
                                                <groupId>org.mariadb.jdbc</groupId>
                                                <artifactId>mariadb-java-client</artifactId>
-                                               <version>2.1.1</version>
+                                               <version>2.2.1</version>
                                </dependency>
                </dependencies>