updated libraries
This commit is contained in:
13
pom.xml
13
pom.xml
@ -43,6 +43,7 @@
|
||||
<freemarker.version>2.3.24-incubating</freemarker.version>
|
||||
<pdfbox.version>2.0.2</pdfbox.version>
|
||||
<gson.version>2.7</gson.version>
|
||||
<shiro.version>1.2.6</shiro.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
@ -96,6 +97,16 @@
|
||||
<artifactId>gson</artifactId>
|
||||
<version>${gson.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.shiro</groupId>
|
||||
<artifactId>shiro-core</artifactId>
|
||||
<version>${shiro.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.shiro</groupId>
|
||||
<artifactId>shiro-web</artifactId>
|
||||
<version>${shiro.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax</groupId>
|
||||
<artifactId>javaee-api</artifactId>
|
||||
@ -143,6 +154,8 @@
|
||||
<artifactId>shared-util</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user