2017-12-12 11:42:55 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2017-12-14 10:55:59 +00:00
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2017-12-12 11:42:55 +00:00
|
|
|
|
2018-01-17 06:10:40 +00:00
|
|
|
<groupId>cn.keking</groupId>
|
2017-12-14 10:55:59 +00:00
|
|
|
<artifactId>filepreview</artifactId>
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
<modules>
|
|
|
|
<module>jodconverter-core</module>
|
|
|
|
<module>jodconverter-web</module>
|
|
|
|
</modules>
|
|
|
|
<packaging>pom</packaging>
|
2017-12-12 11:42:55 +00:00
|
|
|
|
2017-12-14 10:55:59 +00:00
|
|
|
<name>file-online-preview</name>
|
|
|
|
<description>Demo project for Spring Boot</description>
|
2017-12-12 11:42:55 +00:00
|
|
|
</project>
|