Skip to content

Commit

Permalink
restor dilib, which apparently is somehow still used
Browse files Browse the repository at this point in the history
  • Loading branch information
naknomum committed Dec 5, 2024
1 parent 1677251 commit 8c94d44
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions local-repo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
This library is still needed to support some spotmatching, such as `encounters/encounterSpotVisualizer.jsp`, which will fail without it.

It also seems to somehow be utilized in the _filter_ in `web.xml` which uses `/di/ImgFilter/`. Without this filter, tomcat will run and then
fail with cryptic messages in secondary logs.
Binary file added local-repo/dilib/dilib/1.0/dilib-1.0.jar
Binary file not shown.
8 changes: 8 additions & 0 deletions local-repo/dilib/dilib/1.0/dilib-1.0.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<project>
<modelVersion>4.0.0</modelVersion>
<name>dilib</name>
<groupId>dilib</groupId>
<artifactId>dilib</artifactId>
<version>1.0</version>
<packaging>jar</packaging>
</project>
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,14 @@
<version>3.11</version>
</dependency>

<!-- wildbook local jars, not in public maven repos -->
<dependency>
<groupId>dilib</groupId>
<artifactId>dilib</artifactId>
<version>1.0</version>
</dependency>
<!-- end local repo dependencies-->

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
Expand Down

0 comments on commit 8c94d44

Please sign in to comment.