Commit 87335c7b0ab91d29d579d4f8172c628d3ef64d75

Authored by rodrigo.lima
1 parent 5f26773c

git-svn-id: https://svn.bento.ifrs.edu.br/default/ASES/ASES%20-%20Web/ASES%20-%2…

…0Web/Fontes/avaliador-api@10456 c2178572-b5ca-4887-91d2-9e3a90c7d55b
Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
pom.xml
... ... @@ -92,5 +92,11 @@
92 92 <version>1.3</version>
93 93 </dependency>
94 94  
  95 + <dependency>
  96 + <groupId>commons-httpclient</groupId>
  97 + <artifactId>commons-httpclient</artifactId>
  98 + <version>3.1</version>
  99 + </dependency>
  100 +
95 101 </dependencies>
96 102 </project>
... ...