Skip to content

Commit

Permalink
Merge bb6ca65 into afce049
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshsubramanian committed Feb 28, 2020
2 parents afce049 + bb6ca65 commit 24e88d2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file, which follo
on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
[Semantic Versioning](http://semver.org/).

## Unreleased
### Added
- - Gson library available for easier manipulation of json objects for transformation

## [6.4.1] - 2020-02-25
### Added
- Make Day and Month as 01 while anonymising date
Expand Down
5 changes: 5 additions & 0 deletions event-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@
<version>${jboss-logmanager.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>${gson.version}</version>
</dependency>

<!--External-->
<dependency>
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
<slf4j-jboss-logmanager.version>1.0.4.GA</slf4j-jboss-logmanager.version>
<jboss-logmanager.version>2.1.2.Final</jboss-logmanager.version>
<javax.mail.version>1.6.2</javax.mail.version>
<!-- Locking version of gson library as the next version 2.8.6 is bring up error on swarm starting up-->
<gson.version>2.8.5</gson.version>
</properties>

<modules>
Expand Down
5 changes: 5 additions & 0 deletions stream-transformation-tool-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
<groupId>uk.gov.justice.services</groupId>
<artifactId>messaging-core</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>${gson.version}</version>
</dependency>
</dependencies>

</project>

0 comments on commit 24e88d2

Please sign in to comment.