将data jpa相关配置类,移入infras-data-jpa项目
diff --git a/samples/user/pom.xml b/samples/user/pom.xml
index 23bbb2e..e7d6492 100644
--- a/samples/user/pom.xml
+++ b/samples/user/pom.xml
@@ -31,21 +31,6 @@
     </dependency>
 
     <dependency>
-      <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-starter-data-jpa</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.projectlombok</groupId>
-      <artifactId>lombok</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>mysql</groupId>
-      <artifactId>mysql-connector-java</artifactId>
-    </dependency>
-
-    <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
     </dependency>
@@ -78,6 +63,16 @@
     </dependency>
      -->
 
+    <dependency>
+      <groupId>com.supwisdom.infras</groupId>
+      <artifactId>infras-data-jpa</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>mysql</groupId>
+      <artifactId>mysql-connector-java</artifactId>
+    </dependency>
+
     <!-- Test things -->
     <dependency>
       <groupId>org.testng</groupId>