Skip to content

Commit

Permalink
GH-5035 update version of mapdb and dependency manage kerby to 1.1.1 …
Browse files Browse the repository at this point in the history
…since this one has good enough license info for ClearlyDefined
  • Loading branch information
hmottestad committed Jun 18, 2024
1 parent 1749af8 commit 9aaaf91
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/collection-factory/mapdb3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>org.mapdb</groupId>
<artifactId>mapdb</artifactId>
<version>3.0.9</version>
<version>3.1.0</version>
<exclusions>
<exclusion>
<groupId>net.jpountz.lz4</groupId>
Expand Down
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,22 @@
<artifactId>hasmac-json-ld</artifactId>
<version>0.9.0</version>
</dependency>
<!-- kerby is used by solr-->
<dependency>
<groupId>org.apache.kerby</groupId>
<artifactId>kerb-core</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.apache.kerby</groupId>
<artifactId>kerb-util</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.apache.kerby</groupId>
<artifactId>kerby-pkix</artifactId>
<version>1.1.1</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
Expand Down

0 comments on commit 9aaaf91

Please sign in to comment.