|
@@ -39,7 +39,7 @@
|
|
|
|
|
|
<!-- Main Framework -->
|
|
<!-- Main Framework -->
|
|
<dbflute.version>1.1.0-sp8-RC1</dbflute.version>
|
|
<dbflute.version>1.1.0-sp8-RC1</dbflute.version>
|
|
- <lastaflute.version>0.6.1-RC5</lastaflute.version>
|
|
|
|
|
|
+ <lastaflute.version>0.6.1-RC8</lastaflute.version>
|
|
<lasta.taglib.version>0.6.0</lasta.taglib.version>
|
|
<lasta.taglib.version>0.6.0</lasta.taglib.version>
|
|
<servlet.version>3.1.0</servlet.version>
|
|
<servlet.version>3.1.0</servlet.version>
|
|
<jsp.version>2.3.1</jsp.version>
|
|
<jsp.version>2.3.1</jsp.version>
|
|
@@ -373,12 +373,6 @@
|
|
<version>1.1.3</version>
|
|
<version>1.1.3</version>
|
|
<scope>provided</scope>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
</dependency>
|
|
- <dependency>
|
|
|
|
- <groupId>log4j</groupId>
|
|
|
|
- <artifactId>log4j</artifactId>
|
|
|
|
- <version>1.2.17</version>
|
|
|
|
- <scope>provided</scope>
|
|
|
|
- </dependency>
|
|
|
|
|
|
|
|
<!-- servlet -->
|
|
<!-- servlet -->
|
|
<dependency>
|
|
<dependency>
|
|
@@ -412,6 +406,12 @@
|
|
<groupId>org.codelibs</groupId>
|
|
<groupId>org.codelibs</groupId>
|
|
<artifactId>elasticsearch-cluster-runner</artifactId>
|
|
<artifactId>elasticsearch-cluster-runner</artifactId>
|
|
<version>${cluster.runner.version}</version>
|
|
<version>${cluster.runner.version}</version>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>log4j</artifactId>
|
|
|
|
+ <groupId>log4j</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<!-- common library -->
|
|
<!-- common library -->
|