diff --git a/cms-server/pom.xml b/cms-server/pom.xml
index 3f9b86b9..c19b3c4b 100644
--- a/cms-server/pom.xml
+++ b/cms-server/pom.xml
@@ -50,6 +50,11 @@
cms-auth
+
+ com.condation.cms.modules
+ cms-system-modules
+
+
com.condation.cms
cms-test
diff --git a/modules/pom.xml b/modules/pom.xml
index b76b5063..e95241be 100644
--- a/modules/pom.xml
+++ b/modules/pom.xml
@@ -12,5 +12,6 @@
example-module
+ system-modules
diff --git a/modules/system-modules/pom.xml b/modules/system-modules/pom.xml
new file mode 100644
index 00000000..9d92e814
--- /dev/null
+++ b/modules/system-modules/pom.xml
@@ -0,0 +1,18 @@
+
+
+ 4.0.0
+
+ com.condation.cms.modules
+ cms-modules
+ 7.2.0
+
+ cms-system-modules
+ jar
+
+
+
+ com.condation.cms
+ cms-api
+
+
+
\ No newline at end of file
diff --git a/cms-auth/src/main/java/com/condation/cms/auth/AuthShortCodes.java b/modules/system-modules/src/main/java/com/condation/cms/modules/system/AuthShortCodes.java
similarity index 97%
rename from cms-auth/src/main/java/com/condation/cms/auth/AuthShortCodes.java
rename to modules/system-modules/src/main/java/com/condation/cms/modules/system/AuthShortCodes.java
index 7f14f8e1..b15a624b 100644
--- a/cms-auth/src/main/java/com/condation/cms/auth/AuthShortCodes.java
+++ b/modules/system-modules/src/main/java/com/condation/cms/modules/system/AuthShortCodes.java
@@ -1,4 +1,4 @@
-package com.condation.cms.auth;
+package com.condation.cms.modules.system;
/*-
* #%L
diff --git a/pom.xml b/pom.xml
index ebec4cb7..9944cfe1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,6 +116,11 @@
modules-api
${project.version}
+
+ com.condation.cms.modules
+ cms-system-modules
+ ${project.version}
+
org.apache.commons