Files
sailing-analytics/java/com.sap.sailing.domain.igtimiadapter.server/pom.xml
T
Axel Uhl ca31afa3a3 bug6059: interims commit with new igtimi.server bundle;
moved RiotServer to new bundle to decouple igtimiadapter from
persistence; persistence now knows igtimiadapter, and the server
bundle is expected to fill the RiotServer's state upon activation.
2024-12-10 15:29:21 +01:00

13 lines
541 B
XML

<?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>
<artifactId>root</artifactId>
<groupId>com.sap.sailing</groupId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.sap.sailing.domain.igtimiadapter.server</artifactId>
<packaging>eclipse-plugin</packaging>
</project>