Browse Source

update pom.xml to v4.0.1-RELEASE

deason 4 years ago
parent
commit
285647be1f

+ 1 - 5
examcloud-core-print-common/pom.xml

@@ -7,7 +7,7 @@
     <parent>
         <groupId>cn.com.qmth.examcloud</groupId>
         <artifactId>examcloud-core-print</artifactId>
-        <version>v3.0-RELEASE</version>
+        <version>v4.0.1-RELEASE</version>
     </parent>
 
     <dependencies>
@@ -82,10 +82,6 @@
             <groupId>io.springfox</groupId>
             <artifactId>springfox-swagger2</artifactId>
         </dependency>
-        <dependency>
-            <groupId>com.github.xiaoymin</groupId>
-            <artifactId>swagger-bootstrap-ui</artifactId>
-        </dependency>
     </dependencies>
 
 </project>

+ 1 - 1
examcloud-core-print-dao/pom.xml

@@ -7,7 +7,7 @@
     <parent>
         <groupId>cn.com.qmth.examcloud</groupId>
         <artifactId>examcloud-core-print</artifactId>
-        <version>v3.0-RELEASE</version>
+        <version>v4.0.1-RELEASE</version>
     </parent>
 
     <dependencies>

+ 1 - 1
examcloud-core-print-provider/pom.xml

@@ -8,7 +8,7 @@
     <parent>
         <groupId>cn.com.qmth.examcloud</groupId>
         <artifactId>examcloud-core-print</artifactId>
-        <version>v3.0-RELEASE</version>
+        <version>v4.0.1-RELEASE</version>
     </parent>
 
     <dependencies>

+ 1 - 1
examcloud-core-print-service/pom.xml

@@ -8,7 +8,7 @@
     <parent>
         <groupId>cn.com.qmth.examcloud</groupId>
         <artifactId>examcloud-core-print</artifactId>
-        <version>v3.0-RELEASE</version>
+        <version>v4.0.1-RELEASE</version>
     </parent>
 
     <dependencies>

+ 2 - 1
examcloud-core-print-starter/pom.xml

@@ -8,7 +8,7 @@
     <parent>
         <groupId>cn.com.qmth.examcloud</groupId>
         <artifactId>examcloud-core-print</artifactId>
-        <version>v3.0-RELEASE</version>
+        <version>v4.0.1-RELEASE</version>
     </parent>
 
     <dependencies>
@@ -63,6 +63,7 @@
                         <exclude>*.properties</exclude>
                         <exclude>*.xml</exclude>
                         <exclude>*.conf</exclude>
+                        <exclude>classpath.location</exclude>
                     </excludes>
                 </configuration>
             </plugin>

+ 0 - 19
examcloud-core-print-starter/shell/jenkins.sh

@@ -1,19 +0,0 @@
-#!/bin/bash
-pwd
-
-rm -rf /home/qmth/project/examcloud/examcloud-core-print-distribution.zip
-rm -rf /home/qmth/project/examcloud/examcloud-core-print/lib
-rm -rf /home/qmth/project/examcloud/examcloud-core-print/config
-
-cp examcloud-core-print-starter/target/examcloud-core-print-distribution.zip ~/project/examcloud/
-
-cd  ~/project/examcloud/
-unzip -o -q examcloud-core-print-distribution.zip
-
-cd examcloud-core-print
-echo "--spring.profiles.active=test --examcloud.startup.configCenterHost=localhost" > start.args
-echo "-server -Xms512m -Xmx512m  -XX:-UseGCOverheadLimit" > start.vmoptions
-
-bash stop.sh
-BUILD_ID=DONTKILLME
-bash start.sh 110

+ 1 - 1
examcloud-core-print-starter/shell/start.args

@@ -1 +1 @@
---spring.profiles.active=test
+--spring.profiles.active=dev --examcloud.startup.configCenterHost=192.168.10.39

+ 1 - 1
examcloud-core-print-starter/shell/start.sh

@@ -2,7 +2,7 @@
 
 FILE_PATH=$(cd `dirname $0`; pwd)
 
-APP_MAIN_JAR="examcloud-core-print-starter-v3.0-RELEASE.jar"
+APP_MAIN_JAR="examcloud-core-print-starter-v4.0.1-RELEASE.jar"
 
 JAVA_OPTS=`cat $FILE_PATH/start.vmoptions`
 APP_ARGS=`cat $FILE_PATH/start.args`

+ 1 - 1
examcloud-core-print-starter/shell/start.vmoptions

@@ -1 +1 @@
--server -Xms1g -Xmx1g
+-server -Xms256m -Xmx256m -XX:-UseGCOverheadLimit -Dlog.commonLevel=INFO

+ 1 - 1
examcloud-core-print-starter/shell/stop.sh

@@ -2,7 +2,7 @@
 
 FILE_PATH=$(cd `dirname $0`; pwd)
 
-APP_MAIN_JAR="examcloud-core-print-starter-v3.0-RELEASE.jar"
+APP_MAIN_JAR="examcloud-core-print-starter-v4.0.1-RELEASE.jar"
 
 PID_LIST=`ps -ef|grep $APP_MAIN_JAR|grep java|awk '{print $2}'`
 

+ 6 - 91
pom.xml

@@ -3,13 +3,13 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <artifactId>examcloud-core-print</artifactId>
-    <version>v3.0-RELEASE</version>
+    <version>v4.0.1-RELEASE</version>
     <packaging>pom</packaging>
 
     <parent>
         <groupId>cn.com.qmth.examcloud</groupId>
         <artifactId>examcloud-parent</artifactId>
-        <version>v3.0-RELEASE</version>
+        <version>v4.0.1-RELEASE</version>
     </parent>
 
     <modules>
@@ -21,18 +21,13 @@
     </modules>
 
     <properties>
-        <examcloud.version>v3.0-RELEASE</examcloud.version>
+        <examcloud.version>v4.0.1-RELEASE</examcloud.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     </properties>
 
     <dependencyManagement>
         <dependencies>
-            <dependency>
-                <groupId>com.upyun</groupId>
-                <artifactId>java-sdk</artifactId>
-                <version>3.20</version>
-            </dependency>
             <dependency>
                 <groupId>cn.afterturn</groupId>
                 <artifactId>easypoi-base</artifactId>
@@ -43,100 +38,20 @@
                 <artifactId>itextpdf</artifactId>
                 <version>5.5.13.1</version>
             </dependency>
-            <dependency>
-                <groupId>org.apache.httpcomponents</groupId>
-                <artifactId>httpclient</artifactId>
-                <version>4.5.10</version>
-            </dependency>
-            <dependency>
-                <groupId>com.squareup.okhttp3</groupId>
-                <artifactId>okhttp</artifactId>
-                <version>4.2.2</version>
-            </dependency>
-            <dependency>
-                <groupId>com.alibaba</groupId>
-                <artifactId>fastjson</artifactId>
-                <version>1.2.71</version>
-            </dependency>
-            <dependency>
-                <groupId>com.google.guava</groupId>
-                <artifactId>guava</artifactId>
-                <version>28.1-jre</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.commons</groupId>
-                <artifactId>commons-lang3</artifactId>
-                <version>3.9</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.commons</groupId>
-                <artifactId>commons-compress</artifactId>
-                <version>1.19</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-collections</groupId>
-                <artifactId>commons-collections</artifactId>
-                <version>3.2.2</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-codec</groupId>
-                <artifactId>commons-codec</artifactId>
-                <version>1.13</version>
-            </dependency>
-            <dependency>
-                <groupId>com.google.code.findbugs</groupId>
-                <artifactId>jsr305</artifactId>
-                <version>3.0.2</version>
-            </dependency>
-            <dependency>
-                <groupId>org.javassist</groupId>
-                <artifactId>javassist</artifactId>
-                <version>3.26.0-GA</version>
-            </dependency>
-            <dependency>
-                <groupId>com.mchange</groupId>
-                <artifactId>mchange-commons-java</artifactId>
-                <version>0.2.19</version>
-            </dependency>
-            <dependency>
-                <groupId>org.assertj</groupId>
-                <artifactId>assertj-core</artifactId>
-                <version>3.14.0</version>
-            </dependency>
-            <dependency>
-                <groupId>io.swagger</groupId>
-                <artifactId>swagger-annotations</artifactId>
-                <version>1.5.24</version>
-            </dependency>
-            <dependency>
-                <groupId>io.swagger</groupId>
-                <artifactId>swagger-models</artifactId>
-                <version>1.5.24</version>
-            </dependency>
-            <dependency>
-                <groupId>io.springfox</groupId>
-                <artifactId>springfox-swagger2</artifactId>
-                <version>2.9.2</version>
-            </dependency>
-            <dependency>
-                <groupId>com.github.xiaoymin</groupId>
-                <artifactId>swagger-bootstrap-ui</artifactId>
-                <version>1.9.6</version>
-            </dependency>
             <dependency>
                 <groupId>org.apache.poi</groupId>
                 <artifactId>poi</artifactId>
-                <version>4.1.1</version>
+                <version>4.1.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.poi</groupId>
                 <artifactId>poi-ooxml</artifactId>
-                <version>4.1.1</version>
+                <version>4.1.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.poi</groupId>
                 <artifactId>poi-ooxml-schemas</artifactId>
-                <version>4.1.1</version>
+                <version>4.1.2</version>
             </dependency>
         </dependencies>
     </dependencyManagement>