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

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Itay Neeman committed Dec 23, 2016
1 parent 4f89451 commit 75b4ff0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -945,14 +945,12 @@ Also:

Compatibility with JDK 1.7

If you ever consider backward compatibility to be relevant.

If you ever consider backward compatibility to be relevant.

java.util.Base64 is available since 1.8 and javax.xml.bind.DatatypeConverter since 1.6.

[36f99c11d31c763](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/36f99c11d31c763) Raimana *2015-04-01 09:24:20*

## 1.1
### No issue
Adding support for PULL_REQUEST_FROM/TO_HASH, filters and fixing authentication bug
* Making it compatible with Stash 2.12.0
* Some more documentation
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,6 @@
<artifactId>httpclient</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>uk.co.jemos.podam</groupId>
<artifactId>podam</artifactId>
<version>6.0.2.RELEASE</version>
<scope>provided</scope>
</dependency>

<!-- TEST // -->
<dependency>
Expand Down Expand Up @@ -130,6 +124,12 @@
<version>1.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>uk.co.jemos.podam</groupId>
<artifactId>podam</artifactId>
<version>6.0.2.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jayway.restassured</groupId>
<artifactId>rest-assured</artifactId>
Expand Down

0 comments on commit 75b4ff0

Please sign in to comment.