POM improvements
This commit is contained in:
7
pom.xml
7
pom.xml
@ -44,7 +44,7 @@
|
|||||||
<freemarker.version>2.3.24-incubating</freemarker.version>
|
<freemarker.version>2.3.24-incubating</freemarker.version>
|
||||||
<pdfbox.version>2.0.2</pdfbox.version>
|
<pdfbox.version>2.0.2</pdfbox.version>
|
||||||
<gson.version>2.7</gson.version>
|
<gson.version>2.7</gson.version>
|
||||||
<shiro.version>1.3.0</shiro.version>
|
<shiro.version>1.3.2</shiro.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
@ -90,6 +90,11 @@
|
|||||||
<artifactId>slf4j-log4j12</artifactId>
|
<artifactId>slf4j-log4j12</artifactId>
|
||||||
<version>${slf4j.version}</version>
|
<version>${slf4j.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.slf4j</groupId>
|
||||||
|
<artifactId>jcl-over-slf4j</artifactId>
|
||||||
|
<version>${slf4j.version}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@ -14,7 +14,6 @@
|
|||||||
|
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<shiro.version>1.2.6</shiro.version>
|
|
||||||
<elapi.version>3.0.0</elapi.version>
|
<elapi.version>3.0.0</elapi.version>
|
||||||
<jsfapi.version>2.2.13</jsfapi.version>
|
<jsfapi.version>2.2.13</jsfapi.version>
|
||||||
</properties>
|
</properties>
|
||||||
@ -23,7 +22,6 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.shiro</groupId>
|
<groupId>org.apache.shiro</groupId>
|
||||||
<artifactId>shiro-web</artifactId>
|
<artifactId>shiro-web</artifactId>
|
||||||
<version>${shiro.version}</version>
|
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
Reference in New Issue
Block a user