XmlGrid Users Forum
2013-07-11 14:46:25
Put the following section of XML in your pom.xml. This will resolve the dependency for org.apache.poi.

<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>3.9</version>
</dependency>

;3531;2013-07-11 14:46:25__s__
Put the following section of XML in your pom.xml. This will resolve the dependency for org.apache.poi.

<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>3.9</version>
</dependency>

__s__~u=Zac~site=NULL__s__Maven dependency for apache POI java library__s____m__

Best view with Google Chrome