Skip to content

Commit

Permalink
[misc] More dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
tmortagne committed Jan 6, 2017
1 parent c776378 commit a672f2f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
9 changes: 9 additions & 0 deletions xwiki-enterprise-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@
<name>XWiki Enterprise - Functional Tests - Parent POM</name>
<packaging>pom</packaging>
<description>XWiki Enterprise - Functional Tests - Parent POM</description>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.w3c.css</groupId>
<artifactId>css-validator</artifactId>
<version>20100131</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.xwiki.platform</groupId>
Expand Down
2 changes: 0 additions & 2 deletions xwiki-enterprise-test/xwiki-enterprise-test-misc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,11 @@
<dependency>
<groupId>org.w3c.css</groupId>
<artifactId>css-validator</artifactId>
<version>2.1-20070528</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.1</version>
<scope>test</scope>
<exclusions>
<!-- We want to choose the SLF4J binding only when XWiki is packaged. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
<dependency>
<groupId>org.w3c.css</groupId>
<artifactId>css-validator</artifactId>
<version>2.1-20070528</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a672f2f

Please sign in to comment.