Browse Source

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@699 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d

administrator 11 years ago
parent
commit
88766bbeeb
1 changed files with 11 additions and 0 deletions
  1. 11 0
      pom.xml

+ 11 - 0
pom.xml

@@ -188,6 +188,17 @@
 			<artifactId>xinge</artifactId>
 			<version>1.1.4</version>
 		</dependency>
+		<!-- jxls -->
+		<dependency>
+			<groupId>net.sf.jxls</groupId>
+			<artifactId>jxls-core</artifactId>
+			<version>1.0.4</version>
+		</dependency>
+		<dependency>
+			<groupId>net.sf.jxls</groupId>
+			<artifactId>jxls-reader</artifactId>
+			<version>1.0.4</version>
+		</dependency>
 	</dependencies>
 	<build>
 		<finalName>platform-b2b</finalName>