Commit fbbdb95c06c78e6daf4094873ecac1c988ceecb3

Authored by vitor.pacheco
1 parent f84d6633
Exists in master

Codificação #3290: Exportar para ODS

git-svn-id: https://svn.bento.ifrs.edu.br/default/ASES/e-selo@9824 c2178572-b5ca-4887-91d2-9e3a90c7d55b
Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
Desenvolvimento/Codificacao/e-Selo/pom.xml
... ... @@ -152,5 +152,10 @@
152 152 <artifactId>commons-email</artifactId>
153 153 <version>1.3.2</version>
154 154 </dependency>
  155 + <dependency>
  156 + <groupId>org.apache.poi</groupId>
  157 + <artifactId>poi</artifactId>
  158 + <version>3.10.1</version>
  159 + </dependency>
155 160 </dependencies>
156 161 </project>
157 162 \ No newline at end of file
... ...