Skip to content

Commit

Permalink
fix(engine): remove gson from service subdeployment of EARs
Browse files Browse the repository at this point in the history
related to CAM-9705
  • Loading branch information
tasso94 committed Mar 21, 2019
1 parent ce5a5e6 commit dcbde74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<scope>compile</scope>
</dependency>

<dependency>
Expand Down
1 change: 0 additions & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>${version.gson}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>cglib</groupId>
Expand Down

0 comments on commit dcbde74

Please sign in to comment.