remove log4j
This commit is contained in:
parent
dc4a44187f
commit
e4a3735f87
2 changed files with 7 additions and 9 deletions
14
pom.xml
14
pom.xml
|
@ -39,7 +39,7 @@
|
|||
|
||||
<!-- Main Framework -->
|
||||
<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>
|
||||
<servlet.version>3.1.0</servlet.version>
|
||||
<jsp.version>2.3.1</jsp.version>
|
||||
|
@ -373,12 +373,6 @@
|
|||
<version>1.1.3</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<version>1.2.17</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- servlet -->
|
||||
<dependency>
|
||||
|
@ -412,6 +406,12 @@
|
|||
<groupId>org.codelibs</groupId>
|
||||
<artifactId>elasticsearch-cluster-runner</artifactId>
|
||||
<version>${cluster.runner.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>log4j</artifactId>
|
||||
<groupId>log4j</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<!-- common library -->
|
||||
|
|
|
@ -7,5 +7,3 @@ smart.deploy.mode.location = fess_env.properties: lasta_di.smart.deploy.mode
|
|||
|
||||
# package for smart deploy target e.g. org.docksidestage.app
|
||||
smart.package1 = org.codelibs.fess.app
|
||||
# TODO remove
|
||||
smart.package2 = org.codelibs.sastruts.core
|
||||
|
|
Loading…
Add table
Reference in a new issue