Skip to content

Commit

Permalink
Downgrade apacheds version again
Browse files Browse the repository at this point in the history
The newer version caused tests to go OOM
  • Loading branch information
Lojjs committed Jan 22, 2019
1 parent 9b020c7 commit 64c5e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -1043,8 +1043,8 @@
</dependency>
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-test-framework</artifactId>
<version>2.0.0.AM25</version>
<artifactId>apacheds-server-integ</artifactId>
<version>2.0.0-M21</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 64c5e59

Please sign in to comment.