Skip to content

Commit ef52ea5

Browse files
author
Rakesh Recharla
committed
Bump up the jackson-version #105166403482486
1 parent 408f3c9 commit ef52ea5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<properties>
99
<dropwizard.version>0.7.1</dropwizard.version>
1010
<powermock.version>1.5.4</powermock.version>
11-
<jackson-version>[2.5.1,)</jackson-version>
11+
<jackson-version>2.7.3</jackson-version>
1212
</properties>
1313

1414
<build>
@@ -217,7 +217,7 @@
217217
<dependency>
218218
<groupId>com.appirio</groupId>
219219
<artifactId>ap-events-bus</artifactId>
220-
<version>0.0.2-SNAPSHOT</version>
220+
<version>0.0.4-SNAPSHOT</version>
221221
<exclusions>
222222
<exclusion>
223223
<groupId>org.slf4j</groupId>

service/src/main/resources/review-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ databases:
4444
validationQuery: select 1 from systables
4545

4646
# the JDBC URL
47-
url: jdbc:informix-sqli://localhost:2021/topcoder_dw:INFORMIXSERVER=informixoltp_tcp;IFX_LOCK_MODE_WAIT=5;OPTCOMPIND=0;STMT_CACHE=1;
47+
url: jdbc:informix-sqli://localhost:2021/topcoder_dw:INFORMIXSERVER=datawarehouse_tcp;IFX_LOCK_MODE_WAIT=5;OPTCOMPIND=0;STMT_CACHE=1;
4848

4949
# the minimum number of connections to keep open
5050
minSize: 2

0 commit comments

Comments
 (0)