2014-08-31 13:03:03 +00:00
|
|
|
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.x4o</groupId>
|
2024-06-15 14:28:25 +00:00
|
|
|
<artifactId>x4o</artifactId>
|
2024-06-15 14:57:13 +00:00
|
|
|
<version>0.8.8-SNAPSHOT</version>
|
2014-08-31 13:03:03 +00:00
|
|
|
</parent>
|
|
|
|
<artifactId>x4o-meta</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
<name>x4o-meta</name>
|
|
|
|
<description>x4o meta sibling language</description>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.x4o</groupId>
|
|
|
|
<artifactId>x4o-driver</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2024-06-15 14:19:20 +00:00
|
|
|
<groupId>org.junit.jupiter</groupId>
|
|
|
|
<artifactId>junit-jupiter</artifactId>
|
2014-08-31 13:03:03 +00:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2012-09-11 11:15:26 +00:00
|
|
|
</project>
|