Skip to content

Commit

Permalink
Merge pull request #4033 from arunans23/rc2
Browse files Browse the repository at this point in the history
Add jars to classpath related to AI module
  • Loading branch information
arunans23 authored Feb 18, 2025
2 parents 7059caf + 4c90ba4 commit 1f59787
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>SparseBitSet</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
1 change: 1 addition & 0 deletions distribution/src/assembly/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,7 @@
<!-- poi jars are needed in classpath form the latest version -->
<include>org.apache.poi:poi:jar</include>
<include>org.apache.poi:poi-ooxml:jar</include>
<include>com.zaxxer:SparseBitSet:jar</include>
</includes>
</dependencySet>
<dependencySet>
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1528,6 +1528,11 @@
<artifactId>poi</artifactId>
<version>${poi.version}</version>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>SparseBitSet</artifactId>
<version>${sparsebitset.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -1959,6 +1964,7 @@
<opencensus.orbit.version>0.31.1.wso2v3</opencensus.orbit.version>
<graalvm.version>22.3.4</graalvm.version>
<icu.version>71.1</icu.version>
<sparsebitset.version>1.3</sparsebitset.version>
</properties>

<repositories>
Expand Down

0 comments on commit 1f59787

Please sign in to comment.