Skip to content

Commit

Permalink
Add missing jars for webapp.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Hale committed Aug 5, 2024
1 parent b3dc38e commit f044ef3
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions webapps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,37 @@
<version>${icu4j.version}</version>
</artifactItem>

<artifactItem>
<groupId>org.mapdb</groupId>
<artifactId>mapdb</artifactId>
<version>3.1.0</version>
</artifactItem>
<artifactItem>
<groupId>org.mapdb</groupId>
<artifactId>elsa</artifactId>
<version>3.0.0-M5</version>
</artifactItem>
<artifactItem>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.9.25</version>
</artifactItem>
<artifactItem>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections-api</artifactId>
<version>10.4.0</version>
</artifactItem>
<artifactItem>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections</artifactId>
<version>10.4.0</version>
</artifactItem>
<artifactItem>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections-forkjoin</artifactId>
<version>10.4.0</version>
</artifactItem>

<artifactItem>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
Expand Down Expand Up @@ -255,6 +286,8 @@
<patternset>
<exclude name="WEB-INF/lib/rdf4j-repository-api-${rdf4j.version}.jar" />
<exclude name="WEB-INF/lib/rdf4j-spin-${rdf4j.version}.jar" />
<!-- exclude old mapdb version -->
<exclude name="WEB-INF/lib/mapdb-1.*.jar" />
<!-- exclude unused SAILs -->
<exclude name="WEB-INF/lib/lucene-*.jar" />
<exclude name="WEB-INF/lib/solr-*.jar" />
Expand Down

0 comments on commit f044ef3

Please sign in to comment.