layout-parser/pom.xml
Kilian Schuettler aac0259caf RED-6009: Document Tree Structure
*moved all layoutparsing code to separate project
*wip (some dependency issues)
2023-04-12 11:06:28 +02:00

25 lines
756 B
XML

<?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"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.1</version>
</parent>
<groupId>com.knecon.fforesight</groupId>
<artifactId>layoutparser</artifactId>
<version>1.0.0</version>
<modules>
<module>layoutparser-service</module>
<module>layoutparser-service-image</module>
</modules>
<packaging>pom</packaging>
</project>