Skip to content

Commit

Permalink
manual jcabi-xml version override until parent POM declares version 0…
Browse files Browse the repository at this point in the history
….17.1 or higher
  • Loading branch information
ikarsokolov committed Jan 6, 2016
1 parent ab24770 commit d12b26f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,17 @@
<url>http://www.qulice.com</url>
</site>
</distributionManagement>
<dependencyManagement>
<dependencies>
<!-- Manual jcabi-xml version override until parent POM declares
version 0.17.1 or higher -->
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-xml</artifactId>
<version>0.17.1</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<pluginManagement>
<plugins>
Expand Down
3 changes: 1 addition & 2 deletions qulice-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,14 @@
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-xml</artifactId>
<version>0.15</version>
<!--
@todo #280 This version of jcabi-xml retries if the connection
to the host of the schema document is reset. However I don't know
how to trigger the "connection reset" condition for testing. We
should find a way to test whether it does retry if this happens.
See issues https://github.com/jcabi/jcabi-xml/issues/32 and
https://github.com/teamed/qulice/issues/280 for background
details.
details.
-->
</dependency>
<dependency>
Expand Down

0 comments on commit d12b26f

Please sign in to comment.