Skip to content
Snippets Groups Projects
Commit 2a1befd7 authored by Marc Burnie [AWS]'s avatar Marc Burnie [AWS]
Browse files

os-core-lib-aws bug with Mongo impl - reverting to 0.12.2

parent 423d14b2
No related branches found
No related tags found
1 merge request!132partition mongo update
......@@ -57,7 +57,7 @@
<dependency>
<groupId>org.opengroup.osdu.core.aws</groupId>
<artifactId>os-core-lib-aws</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.2</version>
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
......
......@@ -68,7 +68,6 @@ public class MongoConfig {
ConnectionString connectionString = new ConnectionString(this.getMongoURI());
MongoClientFactoryBean mongo = new MongoClientFactoryBean();
mongo.setConnectionString(connectionString);
return mongo;
......
......@@ -36,7 +36,7 @@ aws.dynamodb.endpoint=dynamodb.${AWS_REGION}.amazonaws.com
aws.environment=${ENVIRONMENT}
server.ssl.enabled=${SSL_ENABLED:true}
server.ssl.enabled=${SSL_ENABLED:false}
server.ssl.key-store-type=PKCS12
server.ssl.key-store=${SSL_KEY_STORE_PATH:/certs/osduonaws.p12}
server.ssl.key-alias=${SSL_KEY_ALIAS:osduonaws}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment