fix #1086 update lasta
This commit is contained in:
parent
063805c8be
commit
007954333c
2 changed files with 6 additions and 5 deletions
10
pom.xml
10
pom.xml
|
@ -40,10 +40,10 @@
|
|||
|
||||
<!-- Main Framework -->
|
||||
<dbflute.version>1.1.3</dbflute.version>
|
||||
<lastaflute.version>0.9.7</lastaflute.version>
|
||||
<lastaflute.version>0.9.8</lastaflute.version>
|
||||
<lasta.taglib.version>0.7.1</lasta.taglib.version>
|
||||
<lasta.job.version>0.4.7</lasta.job.version>
|
||||
<mailflute.version>0.5.2</mailflute.version>
|
||||
<lasta.job.version>0.4.8</lasta.job.version>
|
||||
<mailflute.version>0.5.4</mailflute.version>
|
||||
|
||||
<!-- Partner Library -->
|
||||
<slf4j.version>1.7.25</slf4j.version>
|
||||
|
@ -57,7 +57,7 @@
|
|||
<junit.jupiter.version>5.0.0-M4</junit.jupiter.version>
|
||||
<junit.vintage.version>${junit.version}.0-M4</junit.vintage.version>
|
||||
<junit.platform.version>1.0.0-M4</junit.platform.version>
|
||||
<utflute.version>0.7.7</utflute.version>
|
||||
<utflute.version>0.7.8</utflute.version>
|
||||
|
||||
<!-- Crawler -->
|
||||
<crawler.version>1.3.0-SNAPSHOT</crawler.version>
|
||||
|
@ -72,7 +72,7 @@
|
|||
|
||||
<!-- Tomcat -->
|
||||
<tomcat.version>8.5.15</tomcat.version>
|
||||
<tomcat.boot.version>0.5.4</tomcat.boot.version>
|
||||
<tomcat.boot.version>0.5.5</tomcat.boot.version>
|
||||
|
||||
<!-- DEB & RPM build -->
|
||||
<packaging.fess.home.dir>/usr/share/fess</packaging.fess.home.dir>
|
||||
|
|
|
@ -41,6 +41,7 @@ public class ScriptExecutorJob implements LaJob {
|
|||
logger.warn(Constants.SCHEDULED_JOB + " is empty.");
|
||||
return;
|
||||
}
|
||||
runtime.stopIfNeeds();
|
||||
|
||||
final SystemHelper systemHelper = ComponentUtil.getSystemHelper();
|
||||
final JobManager jobManager = ComponentUtil.getJobManager();
|
||||
|
|
Loading…
Add table
Reference in a new issue