Skip to content

Commit

Permalink
Fix upperbound requirement due to parent POM upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen committed Jan 25, 2018
1 parent 2a919e6 commit 82c791d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,5 +185,11 @@ Changelog of Violation Comments to Bitbucket Server Plugin.
<version>2.5.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>4.1.6.RELEASE</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 82c791d

Please sign in to comment.