Remove core module
[gpl/argeo-suite.git] / org.argeo.suite.core / pom.xml
diff --git a/org.argeo.suite.core/pom.xml b/org.argeo.suite.core/pom.xml
deleted file mode 100644 (file)
index aacf2e7..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-<?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/maven-v4_0_0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.argeo.suite</groupId>
-               <artifactId>argeo-suite</artifactId>
-               <version>0.1.12-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.suite.core</artifactId>
-       <name>Argeo Suite Core</name>
-       <packaging>jar</packaging>
-
-       <dependencies>
-               <dependency>
-                       <groupId>org.argeo.connect</groupId>
-                       <artifactId>org.argeo.tracker</artifactId>
-                       <version>${version.argeo-connect}</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.connect</groupId>
-                       <artifactId>org.argeo.people.core</artifactId>
-                       <version>${version.argeo-connect}</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.connect</groupId>
-                       <artifactId>org.argeo.documents</artifactId>
-                       <version>${version.argeo-connect}</version>
-               </dependency>
-       </dependencies>
-</project>