mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 22:43:12 +00:00
Added some inline comments to POM
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -35,7 +35,7 @@
|
|||||||
<javax-annotation.version>1.3.2</javax-annotation.version>
|
<javax-annotation.version>1.3.2</javax-annotation.version>
|
||||||
<jaxb-api.version>2.3.1</jaxb-api.version>
|
<jaxb-api.version>2.3.1</jaxb-api.version>
|
||||||
<jaxb-runtime.version>2.3.1</jaxb-runtime.version>
|
<jaxb-runtime.version>2.3.1</jaxb-runtime.version>
|
||||||
<!-- NOTE: Jetty needed for Handle Server & tests. Should be synced with version provided by solr-cell -->
|
<!-- NOTE: Jetty needed for Handle Server & tests -->
|
||||||
<jetty.version>9.4.15.v20190215</jetty.version>
|
<jetty.version>9.4.15.v20190215</jetty.version>
|
||||||
<log4j.version>2.11.2</log4j.version>
|
<log4j.version>2.11.2</log4j.version>
|
||||||
<pdfbox-version>2.0.15</pdfbox-version>
|
<pdfbox-version>2.0.15</pdfbox-version>
|
||||||
@@ -1240,6 +1240,7 @@
|
|||||||
<artifactId>handle</artifactId>
|
<artifactId>handle</artifactId>
|
||||||
<version>9.3.0-SNAPSHOT</version>
|
<version>9.3.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- Required to run Handle Server -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.cnri</groupId>
|
<groupId>net.cnri</groupId>
|
||||||
<artifactId>cnri-servlet-container</artifactId>
|
<artifactId>cnri-servlet-container</artifactId>
|
||||||
@@ -1847,6 +1848,7 @@
|
|||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
</repository>
|
</repository>
|
||||||
|
<!-- For Handle Server -->
|
||||||
<repository>
|
<repository>
|
||||||
<id>handle.net</id>
|
<id>handle.net</id>
|
||||||
<url>https://handle.net/maven</url>
|
<url>https://handle.net/maven</url>
|
||||||
|
Reference in New Issue
Block a user