eskim преди 5 години
родител
ревизия
1a5e9cdbb7
променени са 1 файла, в които са добавени 19 реда и са изтрити 0 реда
  1. 19 0
      pom.xml

+ 19 - 0
pom.xml

@@ -121,6 +121,25 @@
 			<artifactId>commons-pool2</artifactId>
 		</dependency>
 		<!-- \\\ Redis -->
+		
+		<!-- /// Excel POI -->
+		<dependency>
+			<groupId>org.apache.poi</groupId>
+			<artifactId>poi</artifactId>
+			<version>3.17</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.poi</groupId>
+			<artifactId>poi-ooxml</artifactId>
+			<version>3.17</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.poi</groupId>
+			<artifactId>poi-ooxml-schemas</artifactId>
+			<version>3.17</version>
+		</dependency>
+		<!-- \\\ Excel POI -->
+		
 	</dependencies>
 
 	<build>