Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
update dependencies in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwyler committed Dec 14, 2018
1 parent aabc7ec commit 0f3bbe0
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>eatstreet</groupId>
<version>2.14.2-SNAPSHOT</version>
<version>3.9.1</version>
<artifactId>redisson-tomcat-8</artifactId>
<packaging>jar</packaging>

Expand All @@ -15,6 +15,12 @@
<version>8.5.34</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
<version>3.9.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
Expand All @@ -27,6 +33,21 @@
<version>8.5.34</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId> <!-- NOT org.junit here -->
<artifactId>junit-dep</artifactId>
<version>4.8.2</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId>
<version>4.5.6</version>
</dependency>
</dependencies>

<build>
Expand All @@ -37,7 +58,6 @@
<version>3.0</version>
<configuration>
<basedir>${basedir}</basedir>
<header>${basedir}/../../header.txt</header>
<quiet>false</quiet>
<failIfMissing>true</failIfMissing>
<aggregate>false</aggregate>
Expand Down

0 comments on commit 0f3bbe0

Please sign in to comment.