summaryrefslogtreecommitdiffstats
path: root/simple/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'simple/pom.xml')
-rw-r--r--simple/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/simple/pom.xml b/simple/pom.xml
new file mode 100644
index 0000000..d731e35
--- /dev/null
+++ b/simple/pom.xml
@@ -0,0 +1,15 @@
+<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>
+ <groupId>org.simpleframework</groupId>
+ <artifactId>simple</artifactId>
+ <packaging>pom</packaging>
+ <version>6.0.1</version>
+ <name>Simple</name>
+ <modules>
+ <module>simple-common</module>
+ <module>simple-transport</module>
+ <module>simple-http</module>
+ </modules>
+</project>
+
+