summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 10 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index ba39b59d..5711cf5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,8 +1,6 @@
<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><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>
<groupId>at.gv.egiz</groupId>
<artifactId>eaaf</artifactId>
@@ -154,8 +152,9 @@
<modules>
<module>eaaf_core_api</module>
<module>eaaf_core</module>
- <module>eaaf_modules</module>
- </modules>
+ <module>eaaf_modules</module>
+ <module>eaaf_core_utils</module>
+ </modules>
<dependencyManagement>
<dependencies>
@@ -164,7 +163,11 @@
<artifactId>eaaf_core_api</artifactId>
<version>${egiz.eaaf.version}</version>
</dependency>
-
+ <dependency>
+ <groupId>at.gv.egiz.eaaf</groupId>
+ <artifactId>eaaf_core_utils</artifactId>
+ <version>${egiz.eaaf.version}</version>
+ </dependency>
<dependency>
<groupId>at.gv.egiz.components</groupId>
<artifactId>eventlog-api</artifactId>
@@ -457,4 +460,4 @@
</plugins>
</build>
-</project>
+</project> \ No newline at end of file