diff --git a/common/pom.xml b/common/pom.xml
new file mode 100644
index 0000000..7d02386
--- /dev/null
+++ b/common/pom.xml
@@ -0,0 +1,15 @@
+
+
+
+ austin
+ com.java3y.austin
+ 0.0.2
+
+ 4.0.0
+
+ common
+
+
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index d622bf8..1f3e20a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,6 +6,10 @@
web
+ support
+ service-api
+ service-api-impl
+ common
diff --git a/service-api-impl/pom.xml b/service-api-impl/pom.xml
new file mode 100644
index 0000000..6b09907
--- /dev/null
+++ b/service-api-impl/pom.xml
@@ -0,0 +1,15 @@
+
+
+
+ austin
+ com.java3y.austin
+ 0.0.2
+
+ 4.0.0
+
+ service-api-impl
+
+
+
\ No newline at end of file
diff --git a/service-api/pom.xml b/service-api/pom.xml
new file mode 100644
index 0000000..94614d4
--- /dev/null
+++ b/service-api/pom.xml
@@ -0,0 +1,15 @@
+
+
+
+ austin
+ com.java3y.austin
+ 0.0.2
+
+ 4.0.0
+
+ service-api
+
+
+
\ No newline at end of file
diff --git a/support/pom.xml b/support/pom.xml
new file mode 100644
index 0000000..d6d21e2
--- /dev/null
+++ b/support/pom.xml
@@ -0,0 +1,22 @@
+
+
+
+ austin
+ com.java3y.austin
+ 0.0.2
+
+ 4.0.0
+
+ support
+
+
+
+
+ mysql
+ mysql-connector-java
+
+
+
+
\ No newline at end of file
diff --git a/web/pom.xml b/web/pom.xml
index 0aa61d7..786ce1c 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -30,17 +30,11 @@
lombok
+
org.springframework.boot
spring-boot-starter-web
-
-
-
- mysql
- mysql-connector-java
-
-
\ No newline at end of file