diff options
Diffstat (limited to 'maven/poi.pom')
-rw-r--r-- | maven/poi.pom | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/maven/poi.pom b/maven/poi.pom index 843aaeba6e..d987c882c1 100644 --- a/maven/poi.pom +++ b/maven/poi.pom @@ -62,7 +62,7 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.1</version> + <version>1.1.3</version> <scope>runtime</scope> <optional>true</optional> </dependency> @@ -78,12 +78,13 @@ <artifactId>commons-codec</artifactId> <version>1.9</version> </dependency> + <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> + <scope>test</scope> <version>1.3</version> </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> |