java110 3 lat temu
rodzic
commit
580ea31b95
3 zmienionych plików z 9 dodań i 2 usunięć
  1. 0 1
      service-job/pom-cloud.xml
  2. 0 1
      service-job/pom.xml
  3. 9 0
      springboot/pom.xml

+ 0 - 1
service-job/pom-cloud.xml

@@ -64,7 +64,6 @@
 	                                <artifactItem>
 	                                    <groupId>com.java110</groupId>
 	                                    <artifactId>java110-interface</artifactId>
-	                                    <!--<testFailureIgnore>true</testFailureIgnore>-->
 	                                    <version>${microcommunity.version}</version>
 	                                    <type>jar</type>
 	                                    <overWrite>true</overWrite>

+ 0 - 1
service-job/pom.xml

@@ -54,7 +54,6 @@
 	                                <artifactItem>
 	                                    <groupId>com.java110</groupId>
 	                                    <artifactId>java110-interface</artifactId>
-	                                    <--<testFailureIgnore>true</testFailureIgnore>-->
 	                                    <version>${microcommunity.version}</version>
 	                                    <type>jar</type>
 	                                    <overWrite>true</overWrite>

+ 9 - 0
springboot/pom.xml

@@ -165,6 +165,15 @@
             <artifactId>spring-boot-starter-websocket</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.quartz-scheduler</groupId>
+            <artifactId>quartz</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-thymeleaf</artifactId>
+        </dependency>
+
 
     </dependencies>