浏览代码

清理无用工程:examcloud-jenkins-build

deason 4 年之前
父节点
当前提交
3bfaa9d4b2
共有 5 个文件被更改,包括 0 次插入34 次删除
  1. 0 5
      examcloud-api-commons/pom.xml
  2. 0 6
      examcloud-commons/pom.xml
  3. 0 14
      examcloud-jenkins-build/pom.xml
  4. 0 8
      examcloud-question-commons/pom.xml
  5. 0 1
      pom.xml

+ 0 - 5
examcloud-api-commons/pom.xml

@@ -12,11 +12,6 @@
     </parent>
 
     <dependencies>
-        <dependency>
-            <groupId>cn.com.qmth.examcloud</groupId>
-            <artifactId>examcloud-jenkins-build</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>io.swagger</groupId>
             <artifactId>swagger-annotations</artifactId>

+ 0 - 6
examcloud-commons/pom.xml

@@ -12,12 +12,6 @@
     </parent>
 
     <dependencies>
-        <dependency>
-            <groupId>cn.com.qmth.examcloud</groupId>
-            <artifactId>examcloud-jenkins-build</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter</artifactId>

+ 0 - 14
examcloud-jenkins-build/pom.xml

@@ -1,14 +0,0 @@
-<?xml version="1.0"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-         xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>examcloud-jenkins-build</artifactId>
-    <packaging>jar</packaging>
-
-    <parent>
-        <groupId>cn.com.qmth.examcloud</groupId>
-        <artifactId>examcloud-components</artifactId>
-        <version>${revision}</version>
-    </parent>
-
-</project>

+ 0 - 8
examcloud-question-commons/pom.xml

@@ -11,12 +11,4 @@
         <version>${revision}</version>
     </parent>
 
-    <dependencies>
-        <dependency>
-            <groupId>cn.com.qmth.examcloud</groupId>
-            <artifactId>examcloud-jenkins-build</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-    </dependencies>
-
 </project>

+ 0 - 1
pom.xml

@@ -13,7 +13,6 @@
     </parent>
 
     <modules>
-        <module>examcloud-jenkins-build</module>
         <module>examcloud-api-commons</module>
         <module>examcloud-commons</module>
         <module>examcloud-web</module>