Skip to content

Commit

Permalink
Issue #7: Drop jackcess-encrypt from binary distrib assembly
Browse files Browse the repository at this point in the history
Drop jackcess-encrypt and its transitive dependencies from binary distrib assembly.
com.healthmarketscience.jackcess:jackcess-encrypt is not compatible with
io.github.spannm:jackcess (the fork of com.healthmarketscience.jackcess:jackcess)
due to changed package names and therefore will not add value in the lib/ folder.
  • Loading branch information
spannm committed Oct 30, 2024
1 parent c0f4100 commit e462636
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
9 changes: 0 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@

<dep.jackcess.artifactId>jackcess</dep.jackcess.artifactId>
<dep.jackcess.version>5.0.0-SNAPSHOT</dep.jackcess.version>
<dep.jackcess-encrypt.version>4.0.2</dep.jackcess-encrypt.version>

<dep.hsqldb.version>2.7.3</dep.hsqldb.version>
<dep.hsqldb.classifier/>
Expand Down Expand Up @@ -154,14 +153,6 @@
<version>${dep.jackcess.version}</version>
</dependency>

<!-- for inclusion in assemblies -->
<dependency>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess-encrypt</artifactId>
<version>${dep.jackcess-encrypt.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk-platform-logging</artifactId>
Expand Down
3 changes: 0 additions & 3 deletions src/main/assembly/distrib-zip-assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@
<useProjectArtifact>false</useProjectArtifact>
<useTransitiveDependencies>true</useTransitiveDependencies>
<scope>provided</scope>
<excludes>
<exclude>com.healthmarketscience.jackcess:jackcess</exclude>
</excludes>
</dependencySet>
</dependencySets>

Expand Down

0 comments on commit e462636

Please sign in to comment.