提交 486392be 编写于 作者: S Serge Rider

POI dependencies fix

上级 4eab2992
......@@ -12,8 +12,7 @@ Require-Bundle: org.jkiss.dbeaver.core,
org.eclipse.core.runtime,
org.apache.poi,
org.apache.poi.ooxml,
org.apache.poi.ooxml-schemas,
org.apache.xmlbeans,
org.apache.commons.collections4
org.apache.poi.ooxml.schemas,
org.apache.xmlbeans
Bundle-Localization: plugin
Bundle-ClassPath: .
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jkiss.dbeaver</groupId>
<artifactId>dbeaver</artifactId>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jkiss.dbeaver</groupId>
<artifactId>dbeaver</artifactId>
<version>1.0.0</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>org.jkiss.dbeaver.data.office</artifactId>
<version>1.0.0</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>org.jkiss.dbeaver.data.office</artifactId>
<version>1.0.0</version>
<packaging>eclipse-plugin</packaging>
<packaging>eclipse-plugin</packaging>
<repositories>
<repository>
<id>eclipse-orbit-repo</id>
<url>http://download.eclipse.org/tools/orbit/R-builds/R20170307180635/repository</url>
<layout>p2</layout>
</repository>
</repositories>
</project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册