Quellcode durchsuchen

删除没必要的包

weiwenhai vor 7 Jahren
Ursprung
Commit
00ed7ed5d4

+ 35 - 35
cqb-flow-college/pom.xml

@@ -1,35 +1,35 @@
-<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/xsd/maven-4.0.0.xsd">
-    <parent>
-        <artifactId>comm-ques-bank</artifactId>
-        <groupId>com.qmth.cqb</groupId>
-        <version>0.1.0</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-
-    <artifactId>cqb-flow-college</artifactId>
-
-    <name>cqb-flow-college</name>
-
-    <properties>
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>com.qmth.cqb</groupId>
-            <artifactId>cqb-base</artifactId>
-            <version>0.1.0</version>
-        </dependency>
-        <dependency>
-            <groupId>com.qmth.cqb</groupId>
-            <artifactId>cqb-flow-core</artifactId>
-            <version>0.1.0</version>
-        </dependency>
-        <dependency>
-            <groupId>com.qmth.cqb</groupId>
-            <artifactId>cqb-gen-paper</artifactId>
-            <version>0.1.0</version>
-        </dependency>
-    </dependencies>
-</project>
+<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/xsd/maven-4.0.0.xsd">
+    <parent>
+        <artifactId>comm-ques-bank</artifactId>
+        <groupId>com.qmth.cqb</groupId>
+        <version>0.1.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+
+    <artifactId>cqb-flow-college</artifactId>
+
+    <name>cqb-flow-college</name>
+
+    <properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>com.qmth.cqb</groupId>
+            <artifactId>cqb-base</artifactId>
+            <version>0.1.0</version>
+        </dependency>
+        <dependency>
+            <groupId>com.qmth.cqb</groupId>
+            <artifactId>cqb-flow-core</artifactId>
+            <version>0.1.0</version>
+        </dependency>
+        <dependency>
+            <groupId>com.qmth.cqb</groupId>
+            <artifactId>cqb-gen-paper</artifactId>
+            <version>0.1.0</version>
+        </dependency>
+    </dependencies>
+</project>

+ 0 - 2
cqb-paper/src/main/java/com/qmth/cqb/paper/service/impl/PaperDetailStructBlueprintServiceImpl.java

@@ -6,8 +6,6 @@ import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Service;
 import org.springframework.util.StringUtils;
 
-import com.ctc.wstx.util.StringUtil;
-import com.netflix.infix.lang.infix.antlr.EventFilterParser.null_predicate_return;
 import com.qmth.cqb.paper.dao.PaperDetailStructBlueprintRepo;
 import com.qmth.cqb.paper.model.PaperDetailInfoStructBlueprint;
 import com.qmth.cqb.paper.model.PaperDetailInfoUnitStructBlueprint;

+ 0 - 2
cqb-paper/src/main/java/com/qmth/cqb/paper/service/impl/PaperStructBlueprintServiceImpl.java

@@ -15,7 +15,6 @@ import org.springframework.data.jpa.domain.Specification;
 import org.springframework.stereotype.Service;
 import org.springframework.util.StringUtils;
 
-import com.netflix.infix.lang.infix.antlr.EventFilterParser.null_predicate_return;
 import com.qmth.cqb.paper.dao.PaperDetailInfoStructBlueprintRepo;
 import com.qmth.cqb.paper.dao.PaperDetailStructBlueprintRepo;
 import com.qmth.cqb.paper.dao.PaperStructBlueprintRepo;
@@ -25,7 +24,6 @@ import com.qmth.cqb.paper.model.PaperDetailStructBlueprint;
 import com.qmth.cqb.paper.model.PaperStructBlueprint;
 import com.qmth.cqb.paper.service.PaperDetailStructBlueprintService;
 import com.qmth.cqb.paper.service.PaperStructBlueprintService;
-import com.rabbitmq.client.AMQP.Basic.Return;
 
 /**
  * @describle 蓝图试卷结构  coursePropertyServiceImpl