Skip to content
Snippets Groups Projects
Commit f1e87ff7 authored by tmortagne's avatar tmortagne
Browse files

XWIKI-11796: A failing document might break following document during XAR import

* remove duplicate
parent 9a09bc75
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,6 @@
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-filter-stream-xml</artifactId>
<version>${commons.version}</version>
<type>jar</type>
</dependency>
<!-- Add Panel deps which is optional in xwiki-platform-filter-ui in order to test registration in the App panel -->
......@@ -62,6 +61,7 @@
<artifactId>xwiki-platform-icon-default</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>org.xwiki.platform</groupId>
......@@ -101,12 +101,6 @@
<version>${commons.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-filter-stream-xml</artifactId>
<version>${commons.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment