mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 13:03:11 +00:00
Fixes to POM to fix release issues
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -1005,6 +1005,7 @@
|
|||||||
<artifactId>dspace-api</artifactId>
|
<artifactId>dspace-api</artifactId>
|
||||||
<type>test-jar</type>
|
<type>test-jar</type>
|
||||||
<version>7.0-beta4-SNAPSHOT</version>
|
<version>7.0-beta4-SNAPSHOT</version>
|
||||||
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace.modules</groupId>
|
<groupId>org.dspace.modules</groupId>
|
||||||
@@ -1037,6 +1038,7 @@
|
|||||||
<artifactId>dspace-server-webapp</artifactId>
|
<artifactId>dspace-server-webapp</artifactId>
|
||||||
<type>test-jar</type>
|
<type>test-jar</type>
|
||||||
<version>7.0-beta4-SNAPSHOT</version>
|
<version>7.0-beta4-SNAPSHOT</version>
|
||||||
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
@@ -1228,11 +1230,13 @@
|
|||||||
<groupId>org.apache.lucene</groupId>
|
<groupId>org.apache.lucene</groupId>
|
||||||
<artifactId>lucene-analyzers-smartcn</artifactId>
|
<artifactId>lucene-analyzers-smartcn</artifactId>
|
||||||
<version>${solr.client.version}</version>
|
<version>${solr.client.version}</version>
|
||||||
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.lucene</groupId>
|
<groupId>org.apache.lucene</groupId>
|
||||||
<artifactId>lucene-analyzers-stempel</artifactId>
|
<artifactId>lucene-analyzers-stempel</artifactId>
|
||||||
<version>${solr.client.version}</version>
|
<version>${solr.client.version}</version>
|
||||||
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
@@ -1858,7 +1862,7 @@
|
|||||||
<!-- Check Maven Central first (before other repos below) -->
|
<!-- Check Maven Central first (before other repos below) -->
|
||||||
<repository>
|
<repository>
|
||||||
<id>maven-central</id>
|
<id>maven-central</id>
|
||||||
<url>https://repo1.maven.org/maven2</url>
|
<url>https://repo.maven.apache.org/maven2</url>
|
||||||
</repository>
|
</repository>
|
||||||
<!-- Enable access to artifacts in Sonatype's snapshot repo for Snapshots ONLY -->
|
<!-- Enable access to artifacts in Sonatype's snapshot repo for Snapshots ONLY -->
|
||||||
<repository>
|
<repository>
|
||||||
|
Reference in New Issue
Block a user