Remove unused dspace-xmlui-lang dependency

This commit is contained in:
Tim Donohue
2019-11-07 14:56:27 -06:00
parent 4b0870bc9e
commit 9d770718c4

View File

@@ -994,18 +994,12 @@
<version>7.0-SNAPSHOT</version>
<type>war</type>
</dependency>
<!-- DSpace Localization Packages -->
<!-- DSpace API Localization Packages -->
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-api-lang</artifactId>
<version>[6.0.0,7.0.0)</version>
</dependency>
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-xmlui-lang</artifactId>
<version>[6.0.0,7.0.0)</version>
<type>war</type>
</dependency>
<!-- DSpace third Party Dependencies -->