Skip to content

Commit 67947f0

Browse files
committed
App: Added POI library for JasperReport Excell support
1 parent c3d10a4 commit 67947f0

File tree

1 file changed

+24
-18
lines changed

1 file changed

+24
-18
lines changed

kriolos-opos-app/pom.xml

+24-18
Original file line numberDiff line numberDiff line change
@@ -95,24 +95,24 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
9595
</dependency>
9696

9797
<!-- JavaPOS
98-
<dependency>
99-
<groupId>org.javapos</groupId>
100-
<artifactId>javapos</artifactId>
101-
<version>1.14.3</version>
102-
<scope>compile</scope>
103-
<exclusions>
104-
<exclusion>
105-
<groupId>com.sleepycat</groupId>
106-
<artifactId>je</artifactId>
107-
</exclusion>
108-
</exclusions>
109-
</dependency>
110-
<dependency>
111-
<groupId>org.javapos</groupId>
112-
<artifactId>javapos-contracts</artifactId>
113-
<version>1.14.3</version>
114-
</dependency>
115-
-->
98+
<dependency>
99+
<groupId>org.javapos</groupId>
100+
<artifactId>javapos</artifactId>
101+
<version>1.14.3</version>
102+
<scope>compile</scope>
103+
<exclusions>
104+
<exclusion>
105+
<groupId>com.sleepycat</groupId>
106+
<artifactId>je</artifactId>
107+
</exclusion>
108+
</exclusions>
109+
</dependency>
110+
<dependency>
111+
<groupId>org.javapos</groupId>
112+
<artifactId>javapos-contracts</artifactId>
113+
<version>1.14.3</version>
114+
</dependency>
115+
-->
116116

117117
<!-- JDBC runtime DEPENDENCIES -->
118118
<dependency>
@@ -152,6 +152,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
152152
<version>${jasperreports.version}</version>
153153
<scope>runtime</scope>
154154
</dependency>
155+
<dependency> <!-- Used by JasperReport to generate xsl files -->
156+
<groupId>org.apache.poi</groupId>
157+
<artifactId>poi</artifactId>
158+
<version>5.2.3</version>
159+
<scope>runtime</scope>
160+
</dependency>
155161

156162
<!-- rsyntaxtextarea -->
157163
<dependency>

0 commit comments

Comments
 (0)