Skip to content
Snippets Groups Projects
Commit c84ed0f6 authored by Thorsten Vitt's avatar Thorsten Vitt
Browse files

Added a dependency to the link rewriter

parent 8de31280
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,30 @@ ...@@ -49,6 +49,30 @@
<enabled>true</enabled> <enabled>true</enabled>
</snapshots> </snapshots>
</repository> </repository>
<repository>
<id>dh.nexus.releases</id>
<name>Cophi Nexus Releases</name>
<url>http://dev.digital-humanities.de/nexus/content/repositories/releases</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>dh.nexus.snapshots</id>
<name>Cophi Nexus snapshots</name>
<url>http://dev.digital-humanities.de/nexus/content/repositories/snapshots</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories> </repositories>
...@@ -104,6 +128,11 @@ ...@@ -104,6 +128,11 @@
<artifactId>Saxon-HE</artifactId> <artifactId>Saxon-HE</artifactId>
<version>9.4</version> <version>9.4</version>
</dependency> </dependency>
<dependency>
<groupId>info.textgrid.utils</groupId>
<artifactId>link-rewriter-core</artifactId>
<version>0.0.4-SNAPSHOT</version>
</dependency>
</dependencies> </dependencies>
......
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