diff options
Diffstat (limited to 'sonar')
-rw-r--r-- | sonar/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sonar/pom.xml b/sonar/pom.xml index f201c7b49d..ed76764c6d 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -46,6 +46,14 @@ <url>http://svn.apache.org/viewvc/poi</url> </scm> + <repositories> + <repository> + <id>xmlbeans-snapshot-repo</id> + <name>xmlbeans snapshot repo</name> + <url>https://repository.apache.org/content/repositories/staging</url> + </repository> + </repositories> + <modules> <module>main</module> <module>ooxml-schema</module> |