Skip to content

Commit

Permalink
resolving merge conflicts IQSS#3921
Browse files Browse the repository at this point in the history
  • Loading branch information
bsilverstein95 committed Aug 7, 2017
2 parents ed577ac + ca594de commit 956b630
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

<dependencyManagement>
<dependencies>
<!--Due to our old version of glassfish and its version of jackson,
<!-- Due to our old version of glassfish and its version of jackson,
we are pointing to an aws sdk with unique references to needed libraries.
If we update glassfish, we should return to the normal sdk as well. -->
<dependency>
Expand All @@ -68,6 +68,17 @@
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-bundle</artifactId>
<exclusions>
<exclusion>
<artifactId>aws-java-sdk-ses</artifactId>
</exclusion>
</exclusions>
<version>1.11.169</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down Expand Up @@ -390,10 +401,11 @@
<version>0.9.10</version>
</dependency>
<!--FIXME: Even with the aws block in DependencyManagement, maven complains about version? -->
<dependency>
<!-- <dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-bundle</artifactId>
<version>1.11.169</version>
<<<<<<< HEAD
<exclusions>
<exclusion>
<artifactId>
Expand All @@ -402,6 +414,9 @@
</exclusion>
</exclusions>
</dependency>
=======
</dependency>-->
>>>>>>> ca594dee55d7dbc1421600410ea8a40a04543e8b
<dependency>
<groupId>com.maxmind.geoip2</groupId>
<artifactId>geoip2</artifactId>
Expand Down

0 comments on commit 956b630

Please sign in to comment.