Skip to content

Commit

Permalink
Update dependencies (#283)
Browse files Browse the repository at this point in the history
* org.slf4j:jcl-over-slf4j ...... 1.7.25 -> 1.7.26
* org.slf4j:slf4j-api ........... 1.7.25 -> 1.7.26
* org.slf4j:slf4j-log4j12 ....... 1.7.25 -> 1.7.26
* org.slf4j:slf4j-simple ........ 1.7.25 -> 1.7.26
* org.hamcrest:hamcrest .... .... 1.3 -> 2.1
  Note: artifactId changed from hamcrest-core to hamcrest!
  • Loading branch information
marcelmay committed Oct 22, 2019
1 parent e61a665 commit c4bddce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 22 deletions.
10 changes: 4 additions & 6 deletions greenmail-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand All @@ -51,14 +51,12 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<artifactId>hamcrest</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down
19 changes: 3 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,7 @@
</build>

<properties>
<slf4j.version>1.7.25</slf4j.version>
<hamcrest.version>1.3</hamcrest.version>
<slf4j.version>1.7.26</slf4j.version>
<spring.version>4.2.9.RELEASE</spring.version>
<jersey.version>2.28</jersey.version>
<jetty.version>9.4.19.v20190610</jetty.version>
Expand Down Expand Up @@ -487,22 +486,10 @@
<version>3.6</version>
<scope>test</scope>
</dependency>
<!-- dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
<version>3.6</version>
<scope>test</scope>
</dependency -->
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>${hamcrest.version}</version>
<artifactId>hamcrest</artifactId>
<version>2.1</version>
<scope>test</scope>
</dependency>
<!-- GreenMail Webapp test scoped-->
Expand Down

0 comments on commit c4bddce

Please sign in to comment.