(no commit message)
[utils] / wicket / pom.xml
diff --git a/wicket/pom.xml b/wicket/pom.xml
new file mode 100644 (file)
index 0000000..302d91d
--- /dev/null
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<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">
+
+  <parent>
+    <groupId>org.wamblee</groupId>
+    <artifactId>wamblee-utils</artifactId>
+    <version>0.2.5-SNAPSHOT</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.wamblee</groupId>
+  <artifactId>wamblee-wicket</artifactId>
+  <packaging>pom</packaging>
+  <name>/wicket</name>
+  <url>http://wamblee.org</url>
+
+  <modules>
+    <module>inject</module>
+  </modules>
+  
+</project>