aboutsummaryrefslogtreecommitdiffstats
path: root/sonar
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2018-05-27 22:01:33 +0000
committerAndreas Beeker <kiwiwings@apache.org>2018-05-27 22:01:33 +0000
commit0c35761317208529c8855025017e7953d7d101cd (patch)
treeca3b2db6b6dbf0d28f6306305ee37721ac20f018 /sonar
parent6ce329eca43ad902a132cf86e7b9853f652fc3c1 (diff)
downloadpoi-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')
-rw-r--r--sonar/ooxml/pom.xml2
-rw-r--r--sonar/pom.xml2
2 files changed, 2 insertions, 2 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>
diff --git a/sonar/pom.xml b/sonar/pom.xml
index 50a1b3fb05..d673b570d2 100644
--- a/sonar/pom.xml
+++ b/sonar/pom.xml
@@ -261,7 +261,7 @@
<target>
<replace dir="${basedir}/target/generated-sources/xmlbeans" includes="**/*.java" excludes="**/impl/**">
<replacetoken>org.apache.xmlbeans.XmlBeans.getContextTypeLoader()</replacetoken>
- <replacevalue>org.apache.poi.POIXMLTypeLoader</replacevalue>
+ <replacevalue>org.apache.poi.ooxml.POIXMLTypeLoader</replacevalue>
</replace>
</target>
</configuration>