diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2018-05-27 22:01:33 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2018-05-27 22:01:33 +0000 |
commit | 0c35761317208529c8855025017e7953d7d101cd (patch) | |
tree | ca3b2db6b6dbf0d28f6306305ee37721ac20f018 /sonar/ooxml/pom.xml | |
parent | 6ce329eca43ad902a132cf86e7b9853f652fc3c1 (diff) | |
download | poi-0c35761317208529c8855025017e7953d7d101cd.tar.gz poi-0c35761317208529c8855025017e7953d7d101cd.zip |
#62355 - unsplit packages - 2 - modified classes (not only imports)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832359 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/ooxml/pom.xml')
-rw-r--r-- | sonar/ooxml/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml index 0e0b797848..651e546f67 100644 --- a/sonar/ooxml/pom.xml +++ b/sonar/ooxml/pom.xml @@ -155,11 +155,11 @@ <version>1.05</version> </dependency> - <!-- non-test dependency for OOXMLLite --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${junit.version}</version> + <scope>test</scope> </dependency> <dependency> |