mirror of
https://github.com/theonedev/onedev.git
synced 2025-12-08 18:26:30 +00:00
Version bumped by QuickBuild.
This commit is contained in:
parent
97e9df8c17
commit
24c32d72c6
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>parent.general</artifactId>
|
<artifactId>parent.general</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>archetype.artifact</artifactId>
|
<artifactId>archetype.artifact</artifactId>
|
||||||
<name>PMEase Artifact Archetype</name>
|
<name>PMEase Artifact Archetype</name>
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>parent.general</artifactId>
|
<artifactId>parent.general</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>parent.general</artifactId>
|
<artifactId>parent.general</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>archetype.plugin</artifactId>
|
<artifactId>archetype.plugin</artifactId>
|
||||||
<name>PMEase Plugin Archetype</name>
|
<name>PMEase Plugin Archetype</name>
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>parent.general</artifactId>
|
<artifactId>parent.general</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
@ -35,7 +35,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>commons.loader</artifactId>
|
<artifactId>commons.loader</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>parent.general</artifactId>
|
<artifactId>parent.general</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>parent.general</artifactId>
|
<artifactId>parent.general</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>archetype.product</artifactId>
|
<artifactId>archetype.product</artifactId>
|
||||||
<name>PMEase Product Archetype</name>
|
<name>PMEase Product Archetype</name>
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>parent.general</artifactId>
|
<artifactId>parent.general</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
@ -104,23 +104,23 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>commons.jsw</artifactId>
|
<artifactId>commons.jsw</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>commons.hibernate</artifactId>
|
<artifactId>commons.hibernate</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>commons.wicket</artifactId>
|
<artifactId>commons.wicket</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>commons.jetty</artifactId>
|
<artifactId>commons.jetty</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>parent.general</artifactId>
|
<artifactId>parent.general</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>parent.general</artifactId>
|
<artifactId>parent.general</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<modules>
|
<modules>
|
||||||
@ -18,9 +18,9 @@
|
|||||||
<module>../commons.jetty</module>
|
<module>../commons.jetty</module>
|
||||||
<module>../commons.persistence</module>
|
<module>../commons.persistence</module>
|
||||||
<module>../commons.web</module>
|
<module>../commons.web</module>
|
||||||
<module>../commons.security</module>
|
<module>../commons.security</module>
|
||||||
<module>../commons.rest</module>
|
<module>../commons.rest</module>
|
||||||
<module>../gitop</module>
|
<module>../gitop</module>
|
||||||
</modules>
|
</modules>
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>parent.general</artifactId>
|
<artifactId>parent.general</artifactId>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>commons.bootstrap</artifactId>
|
<artifactId>commons.bootstrap</artifactId>
|
||||||
<build>
|
<build>
|
||||||
@ -25,19 +25,19 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-api</artifactId>
|
<artifactId>slf4j-api</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.slf4j</groupId>
|
|
||||||
<artifactId>jul-to-slf4j</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ch.qos.logback</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>logback-core</artifactId>
|
<artifactId>jul-to-slf4j</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ch.qos.logback</groupId>
|
<groupId>ch.qos.logback</groupId>
|
||||||
<artifactId>logback-classic</artifactId>
|
<artifactId>logback-core</artifactId>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>ch.qos.logback</groupId>
|
||||||
|
<artifactId>logback-classic</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<repositories>
|
<repositories>
|
||||||
@ -57,8 +57,8 @@
|
|||||||
<url>http://artifact.pmease.com/</url>
|
<url>http://artifact.pmease.com/</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
<version>1.0.16</version>
|
<version>1.0.16</version>
|
||||||
<properties>
|
<properties>
|
||||||
<bootstrap>true</bootstrap>
|
<bootstrap>true</bootstrap>
|
||||||
</properties>
|
</properties>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>parent.general</artifactId>
|
<artifactId>parent.general</artifactId>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>commons.hibernate</artifactId>
|
<artifactId>commons.hibernate</artifactId>
|
||||||
<build>
|
<build>
|
||||||
@ -26,7 +26,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>commons.loader</artifactId>
|
<artifactId>commons.loader</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.hibernate.javax.persistence</groupId>
|
<groupId>org.hibernate.javax.persistence</groupId>
|
||||||
@ -87,7 +87,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>commons.jetty</artifactId>
|
<artifactId>commons.jetty</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<repositories>
|
<repositories>
|
||||||
|
|||||||
@ -3,11 +3,10 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>commons.jersey</artifactId>
|
<artifactId>commons.jersey</artifactId>
|
||||||
<version>1.0.0</version>
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>parent.general</artifactId>
|
<artifactId>parent.general</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</parent>
|
</parent>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
@ -31,7 +30,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>commons.loader</artifactId>
|
<artifactId>commons.loader</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.sun.jersey</groupId>
|
<groupId>com.sun.jersey</groupId>
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>parent.general</artifactId>
|
<artifactId>parent.general</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>parent.general</artifactId>
|
<artifactId>parent.general</artifactId>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>commons.jetty</artifactId>
|
<artifactId>commons.jetty</artifactId>
|
||||||
<build>
|
<build>
|
||||||
@ -26,7 +26,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>commons.loader</artifactId>
|
<artifactId>commons.loader</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.eclipse.jetty</groupId>
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>parent.general</artifactId>
|
<artifactId>parent.general</artifactId>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>commons.jsw</artifactId>
|
<artifactId>commons.jsw</artifactId>
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>parent.general</artifactId>
|
<artifactId>parent.general</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</parent>
|
</parent>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>commons.util</artifactId>
|
<artifactId>commons.util</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.inject</groupId>
|
<groupId>com.google.inject</groupId>
|
||||||
|
|||||||
@ -1,111 +1,110 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<parent>
|
||||||
<parent>
|
<artifactId>parent.general</artifactId>
|
||||||
<artifactId>parent.general</artifactId>
|
<groupId>com.pmease</groupId>
|
||||||
<groupId>com.pmease</groupId>
|
<version>1.0.21</version>
|
||||||
<version>1.0.20</version>
|
</parent>
|
||||||
</parent>
|
<artifactId>commons.persistence</artifactId>
|
||||||
<artifactId>commons.persistence</artifactId>
|
<build>
|
||||||
<build>
|
<plugins>
|
||||||
<plugins>
|
<plugin>
|
||||||
<plugin>
|
<groupId>com.pmease</groupId>
|
||||||
<groupId>com.pmease</groupId>
|
<artifactId>plugin.maven</artifactId>
|
||||||
<artifactId>plugin.maven</artifactId>
|
</plugin>
|
||||||
</plugin>
|
<plugin>
|
||||||
<plugin>
|
<artifactId>maven-source-plugin</artifactId>
|
||||||
<artifactId>maven-source-plugin</artifactId>
|
</plugin>
|
||||||
</plugin>
|
<plugin>
|
||||||
<plugin>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
</plugin>
|
||||||
</plugin>
|
</plugins>
|
||||||
</plugins>
|
</build>
|
||||||
</build>
|
<dependencies>
|
||||||
<dependencies>
|
<dependency>
|
||||||
<dependency>
|
<groupId>com.pmease</groupId>
|
||||||
<groupId>com.pmease</groupId>
|
<artifactId>commons.loader</artifactId>
|
||||||
<artifactId>commons.loader</artifactId>
|
<version>1.0.21</version>
|
||||||
<version>1.0.20</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.hibernate.javax.persistence</groupId>
|
||||||
<groupId>org.hibernate.javax.persistence</groupId>
|
<artifactId>hibernate-jpa-2.0-api</artifactId>
|
||||||
<artifactId>hibernate-jpa-2.0-api</artifactId>
|
<version>1.0.1.Final</version>
|
||||||
<version>1.0.1.Final</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.hibernate</groupId>
|
||||||
<groupId>org.hibernate</groupId>
|
<artifactId>hibernate-core</artifactId>
|
||||||
<artifactId>hibernate-core</artifactId>
|
<version>${hibernateVersion}</version>
|
||||||
<version>${hibernateVersion}</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.hibernate</groupId>
|
||||||
<groupId>org.hibernate</groupId>
|
<artifactId>hibernate-validator</artifactId>
|
||||||
<artifactId>hibernate-validator</artifactId>
|
<version>5.0.0.Final</version>
|
||||||
<version>5.0.0.Final</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.hibernate</groupId>
|
||||||
<groupId>org.hibernate</groupId>
|
<artifactId>hibernate-ehcache</artifactId>
|
||||||
<artifactId>hibernate-ehcache</artifactId>
|
<version>${hibernateVersion}</version>
|
||||||
<version>${hibernateVersion}</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.hibernate</groupId>
|
||||||
<groupId>org.hibernate</groupId>
|
<artifactId>hibernate-entitymanager</artifactId>
|
||||||
<artifactId>hibernate-entitymanager</artifactId>
|
<version>${hibernateVersion}</version>
|
||||||
<version>${hibernateVersion}</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.hsqldb</groupId>
|
||||||
<groupId>org.hsqldb</groupId>
|
<artifactId>hsqldb</artifactId>
|
||||||
<artifactId>hsqldb</artifactId>
|
<version>2.2.9</version>
|
||||||
<version>2.2.9</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>com.jolbox</groupId>
|
||||||
<groupId>com.jolbox</groupId>
|
<artifactId>bonecp</artifactId>
|
||||||
<artifactId>bonecp</artifactId>
|
<version>0.8.0-rc1</version>
|
||||||
<version>0.8.0-rc1</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>mysql</groupId>
|
||||||
<groupId>mysql</groupId>
|
<artifactId>mysql-connector-java</artifactId>
|
||||||
<artifactId>mysql-connector-java</artifactId>
|
<version>5.1.24</version>
|
||||||
<version>5.1.24</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>net.sourceforge.jtds</groupId>
|
||||||
<groupId>net.sourceforge.jtds</groupId>
|
<artifactId>jtds</artifactId>
|
||||||
<artifactId>jtds</artifactId>
|
<version>1.3.0</version>
|
||||||
<version>1.3.0</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.javassist</groupId>
|
||||||
<groupId>org.javassist</groupId>
|
<artifactId>javassist</artifactId>
|
||||||
<artifactId>javassist</artifactId>
|
<version>3.17.1-GA</version>
|
||||||
<version>3.17.1-GA</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>com.pmease</groupId>
|
||||||
<groupId>com.pmease</groupId>
|
<artifactId>commons.jetty</artifactId>
|
||||||
<artifactId>commons.jetty</artifactId>
|
<version>1.0.21</version>
|
||||||
<version>1.0.20</version>
|
</dependency>
|
||||||
</dependency>
|
</dependencies>
|
||||||
</dependencies>
|
<repositories>
|
||||||
<repositories>
|
<repository>
|
||||||
<repository>
|
<id>pmeaseRepo</id>
|
||||||
<id>pmeaseRepo</id>
|
<name>PMEase Repository</name>
|
||||||
<name>PMEase Repository</name>
|
<releases>
|
||||||
<releases>
|
<enabled>true</enabled>
|
||||||
<enabled>true</enabled>
|
<updatePolicy>never</updatePolicy>
|
||||||
<updatePolicy>never</updatePolicy>
|
<checksumPolicy>fail</checksumPolicy>
|
||||||
<checksumPolicy>fail</checksumPolicy>
|
</releases>
|
||||||
</releases>
|
<snapshots>
|
||||||
<snapshots>
|
<enabled>true</enabled>
|
||||||
<enabled>true</enabled>
|
<updatePolicy>always</updatePolicy>
|
||||||
<updatePolicy>always</updatePolicy>
|
<checksumPolicy>fail</checksumPolicy>
|
||||||
<checksumPolicy>fail</checksumPolicy>
|
</snapshots>
|
||||||
</snapshots>
|
<url>http://artifact.pmease.com/</url>
|
||||||
<url>http://artifact.pmease.com/</url>
|
</repository>
|
||||||
</repository>
|
</repositories>
|
||||||
</repositories>
|
<properties>
|
||||||
<properties>
|
<moduleClass>com.pmease.commons.persistence.PersistenceModule</moduleClass>
|
||||||
<moduleClass>com.pmease.commons.persistence.PersistenceModule</moduleClass>
|
<hibernateVersion>4.2.0.Final</hibernateVersion>
|
||||||
<hibernateVersion>4.2.0.Final</hibernateVersion>
|
<bonecpVersion>0.8.0-rc1</bonecpVersion>
|
||||||
<bonecpVersion>0.8.0-rc1</bonecpVersion>
|
</properties>
|
||||||
</properties>
|
<version>1.0.17</version>
|
||||||
<version>1.0.17</version>
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@ -1,82 +1,78 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<artifactId>commons.rest</artifactId>
|
|
||||||
<version>1.0.0</version>
|
|
||||||
<parent>
|
|
||||||
<groupId>com.pmease</groupId>
|
|
||||||
<artifactId>parent.general</artifactId>
|
|
||||||
<version>1.0.20</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<build>
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<plugins>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<plugin>
|
<artifactId>commons.rest</artifactId>
|
||||||
<groupId>com.pmease</groupId>
|
<version>1.0.0</version>
|
||||||
<artifactId>plugin.maven</artifactId>
|
<parent>
|
||||||
</plugin>
|
<groupId>com.pmease</groupId>
|
||||||
<!-- Uncomment below if you'd like to publish an archetype based on your plugin -->
|
<artifactId>parent.general</artifactId>
|
||||||
<!--plugin>
|
<version>1.0.21</version>
|
||||||
|
</parent>
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>com.pmease</groupId>
|
||||||
|
<artifactId>plugin.maven</artifactId>
|
||||||
|
</plugin>
|
||||||
|
<!-- Uncomment below if you'd like to publish an archetype based on your plugin -->
|
||||||
|
<!--plugin>
|
||||||
<artifactId>maven-archetype-plugin</artifactId>
|
<artifactId>maven-archetype-plugin</artifactId>
|
||||||
</plugin-->
|
</plugin-->
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-source-plugin</artifactId>
|
<artifactId>maven-source-plugin</artifactId>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
<dependencies>
|
||||||
<dependencies>
|
<dependency>
|
||||||
<dependency>
|
<groupId>com.pmease</groupId>
|
||||||
<groupId>com.pmease</groupId>
|
<artifactId>commons.loader</artifactId>
|
||||||
<artifactId>commons.loader</artifactId>
|
<version>1.0.21</version>
|
||||||
<version>1.0.20</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>com.sun.jersey</groupId>
|
||||||
<groupId>com.sun.jersey</groupId>
|
<artifactId>jersey-server</artifactId>
|
||||||
<artifactId>jersey-server</artifactId>
|
<version>${jerseyVersion}</version>
|
||||||
<version>${jerseyVersion}</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>com.sun.jersey</groupId>
|
||||||
<groupId>com.sun.jersey</groupId>
|
<artifactId>jersey-json</artifactId>
|
||||||
<artifactId>jersey-json</artifactId>
|
<version>${jerseyVersion}</version>
|
||||||
<version>${jerseyVersion}</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>com.sun.jersey.contribs</groupId>
|
||||||
<groupId>com.sun.jersey.contribs</groupId>
|
<artifactId>jersey-guice</artifactId>
|
||||||
<artifactId>jersey-guice</artifactId>
|
<version>${jerseyVersion}</version>
|
||||||
<version>${jerseyVersion}</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>com.pmease</groupId>
|
||||||
<groupId>com.pmease</groupId>
|
<artifactId>commons.security</artifactId>
|
||||||
<artifactId>commons.security</artifactId>
|
<version>1.0.0</version>
|
||||||
<version>1.0.0</version>
|
</dependency>
|
||||||
</dependency>
|
</dependencies>
|
||||||
</dependencies>
|
<repositories>
|
||||||
|
<repository>
|
||||||
<repositories>
|
<id>pmeaseRepo</id>
|
||||||
<repository>
|
<name>PMEase Repository</name>
|
||||||
<id>pmeaseRepo</id>
|
<releases>
|
||||||
<name>PMEase Repository</name>
|
<enabled>true</enabled>
|
||||||
<releases>
|
<updatePolicy>never</updatePolicy>
|
||||||
<enabled>true</enabled>
|
<checksumPolicy>fail</checksumPolicy>
|
||||||
<updatePolicy>never</updatePolicy>
|
</releases>
|
||||||
<checksumPolicy>fail</checksumPolicy>
|
<snapshots>
|
||||||
</releases>
|
<enabled>true</enabled>
|
||||||
<snapshots>
|
<updatePolicy>always</updatePolicy>
|
||||||
<enabled>true</enabled>
|
<checksumPolicy>fail</checksumPolicy>
|
||||||
<updatePolicy>always</updatePolicy>
|
</snapshots>
|
||||||
<checksumPolicy>fail</checksumPolicy>
|
<url>http://artifact.pmease.com/</url>
|
||||||
</snapshots>
|
</repository>
|
||||||
<url>http://artifact.pmease.com/</url>
|
</repositories>
|
||||||
</repository>
|
<properties>
|
||||||
</repositories>
|
<moduleClass>com.pmease.commons.rest.RestModule</moduleClass>
|
||||||
|
|
||||||
<properties>
|
|
||||||
<moduleClass>com.pmease.commons.rest.RestModule</moduleClass>
|
|
||||||
<jerseyVersion>1.17</jerseyVersion>
|
<jerseyVersion>1.17</jerseyVersion>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>parent.general</artifactId>
|
<artifactId>parent.general</artifactId>
|
||||||
<version>1.0.13</version>
|
<version>1.0.21</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
@ -1,87 +1,83 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<artifactId>commons.security</artifactId>
|
|
||||||
<version>1.0.0</version>
|
|
||||||
<parent>
|
|
||||||
<groupId>com.pmease</groupId>
|
|
||||||
<artifactId>parent.general</artifactId>
|
|
||||||
<version>1.0.20</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<build>
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<plugins>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<plugin>
|
<artifactId>commons.security</artifactId>
|
||||||
<groupId>com.pmease</groupId>
|
<version>1.0.0</version>
|
||||||
<artifactId>plugin.maven</artifactId>
|
<parent>
|
||||||
</plugin>
|
<groupId>com.pmease</groupId>
|
||||||
<!-- Uncomment below if you'd like to publish an archetype based on your plugin -->
|
<artifactId>parent.general</artifactId>
|
||||||
<!--plugin>
|
<version>1.0.21</version>
|
||||||
|
</parent>
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>com.pmease</groupId>
|
||||||
|
<artifactId>plugin.maven</artifactId>
|
||||||
|
</plugin>
|
||||||
|
<!-- Uncomment below if you'd like to publish an archetype based on your plugin -->
|
||||||
|
<!--plugin>
|
||||||
<artifactId>maven-archetype-plugin</artifactId>
|
<artifactId>maven-archetype-plugin</artifactId>
|
||||||
</plugin-->
|
</plugin-->
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-source-plugin</artifactId>
|
<artifactId>maven-source-plugin</artifactId>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
<dependencies>
|
||||||
<dependencies>
|
<dependency>
|
||||||
<dependency>
|
<groupId>com.pmease</groupId>
|
||||||
<groupId>com.pmease</groupId>
|
<artifactId>commons.loader</artifactId>
|
||||||
<artifactId>commons.loader</artifactId>
|
<version>1.0.21</version>
|
||||||
<version>1.0.20</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.apache.shiro</groupId>
|
||||||
<groupId>org.apache.shiro</groupId>
|
<artifactId>shiro-core</artifactId>
|
||||||
<artifactId>shiro-core</artifactId>
|
<version>${shiroVersion}</version>
|
||||||
<version>${shiroVersion}</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.apache.shiro</groupId>
|
||||||
<groupId>org.apache.shiro</groupId>
|
<artifactId>shiro-web</artifactId>
|
||||||
<artifactId>shiro-web</artifactId>
|
<version>${shiroVersion}</version>
|
||||||
<version>${shiroVersion}</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>com.pmease</groupId>
|
||||||
<groupId>com.pmease</groupId>
|
<artifactId>commons.jetty</artifactId>
|
||||||
<artifactId>commons.jetty</artifactId>
|
<version>1.0.21</version>
|
||||||
<version>1.0.20</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>com.pmease</groupId>
|
||||||
<groupId>com.pmease</groupId>
|
<artifactId>commons.persistence</artifactId>
|
||||||
<artifactId>commons.persistence</artifactId>
|
<version>1.0.17</version>
|
||||||
<version>1.0.17</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.apache.shiro</groupId>
|
||||||
<groupId>org.apache.shiro</groupId>
|
<artifactId>shiro-guice</artifactId>
|
||||||
<artifactId>shiro-guice</artifactId>
|
<version>${shiroVersion}</version>
|
||||||
<version>${shiroVersion}</version>
|
</dependency>
|
||||||
</dependency>
|
</dependencies>
|
||||||
</dependencies>
|
<repositories>
|
||||||
|
<repository>
|
||||||
<repositories>
|
<id>pmeaseRepo</id>
|
||||||
<repository>
|
<name>PMEase Repository</name>
|
||||||
<id>pmeaseRepo</id>
|
<releases>
|
||||||
<name>PMEase Repository</name>
|
<enabled>true</enabled>
|
||||||
<releases>
|
<updatePolicy>never</updatePolicy>
|
||||||
<enabled>true</enabled>
|
<checksumPolicy>fail</checksumPolicy>
|
||||||
<updatePolicy>never</updatePolicy>
|
</releases>
|
||||||
<checksumPolicy>fail</checksumPolicy>
|
<snapshots>
|
||||||
</releases>
|
<enabled>true</enabled>
|
||||||
<snapshots>
|
<updatePolicy>always</updatePolicy>
|
||||||
<enabled>true</enabled>
|
<checksumPolicy>fail</checksumPolicy>
|
||||||
<updatePolicy>always</updatePolicy>
|
</snapshots>
|
||||||
<checksumPolicy>fail</checksumPolicy>
|
<url>http://artifact.pmease.com/</url>
|
||||||
</snapshots>
|
</repository>
|
||||||
<url>http://artifact.pmease.com/</url>
|
</repositories>
|
||||||
</repository>
|
<properties>
|
||||||
</repositories>
|
<moduleClass>com.pmease.commons.security.SecurityModule</moduleClass>
|
||||||
|
<shiroVersion>1.2.2</shiroVersion>
|
||||||
<properties>
|
</properties>
|
||||||
<moduleClass>com.pmease.commons.security.SecurityModule</moduleClass>
|
|
||||||
<shiroVersion>1.2.2</shiroVersion>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>parent.general</artifactId>
|
<artifactId>parent.general</artifactId>
|
||||||
<version>1.0.13</version>
|
<version>1.0.21</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>parent.general</artifactId>
|
<artifactId>parent.general</artifactId>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>commons.test</artifactId>
|
<artifactId>commons.test</artifactId>
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>parent.general</artifactId>
|
<artifactId>parent.general</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>commons.util</artifactId>
|
<artifactId>commons.util</artifactId>
|
||||||
<build>
|
<build>
|
||||||
@ -25,31 +25,31 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-lang3</artifactId>
|
<artifactId>commons-lang3</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-codec</groupId>
|
<groupId>commons-codec</groupId>
|
||||||
<artifactId>commons-codec</artifactId>
|
<artifactId>commons-codec</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.servlet</groupId>
|
<groupId>javax.servlet</groupId>
|
||||||
<artifactId>javax.servlet-api</artifactId>
|
<artifactId>javax.servlet-api</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-io</groupId>
|
<groupId>commons-io</groupId>
|
||||||
<artifactId>commons-io</artifactId>
|
<artifactId>commons-io</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.code.findbugs</groupId>
|
<groupId>com.google.code.findbugs</groupId>
|
||||||
<artifactId>jsr305</artifactId>
|
<artifactId>jsr305</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.guava</groupId>
|
<groupId>com.google.guava</groupId>
|
||||||
<artifactId>guava</artifactId>
|
<artifactId>guava</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.quartz-scheduler</groupId>
|
<groupId>org.quartz-scheduler</groupId>
|
||||||
<artifactId>quartz</artifactId>
|
<artifactId>quartz</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
@ -58,28 +58,28 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>dom4j</groupId>
|
<groupId>dom4j</groupId>
|
||||||
<artifactId>dom4j</artifactId>
|
<artifactId>dom4j</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>commons.test</artifactId>
|
<artifactId>commons.test</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-lang3</artifactId>
|
<artifactId>commons-lang3</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-httpclient</groupId>
|
<groupId>commons-httpclient</groupId>
|
||||||
<artifactId>commons-httpclient</artifactId>
|
<artifactId>commons-httpclient</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>joda-time</groupId>
|
<groupId>joda-time</groupId>
|
||||||
<artifactId>joda-time</artifactId>
|
<artifactId>joda-time</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-collections</groupId>
|
<groupId>commons-collections</groupId>
|
||||||
<artifactId>commons-collections</artifactId>
|
<artifactId>commons-collections</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<repositories>
|
<repositories>
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>parent.general</artifactId>
|
<artifactId>parent.general</artifactId>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>commons.web</artifactId>
|
<artifactId>commons.web</artifactId>
|
||||||
<build>
|
<build>
|
||||||
@ -47,22 +47,22 @@
|
|||||||
<groupId>org.apache.wicket</groupId>
|
<groupId>org.apache.wicket</groupId>
|
||||||
<artifactId>wicket-devutils</artifactId>
|
<artifactId>wicket-devutils</artifactId>
|
||||||
<version>${wicketVersion}</version>
|
<version>${wicketVersion}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.wicket</groupId>
|
<groupId>org.apache.wicket</groupId>
|
||||||
<artifactId>wicket-bootstrap</artifactId>
|
<artifactId>wicket-bootstrap</artifactId>
|
||||||
<version>0.9</version>
|
<version>0.9</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>commons.loader</artifactId>
|
<artifactId>commons.loader</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>commons.jetty</artifactId>
|
<artifactId>commons.jetty</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<properties>
|
<properties>
|
||||||
<moduleClass>com.pmease.commons.web.WebModule</moduleClass>
|
<moduleClass>com.pmease.commons.web.WebModule</moduleClass>
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>parent.general</artifactId>
|
<artifactId>parent.general</artifactId>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>commons.wicket</artifactId>
|
<artifactId>commons.wicket</artifactId>
|
||||||
<build>
|
<build>
|
||||||
@ -56,12 +56,12 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>commons.loader</artifactId>
|
<artifactId>commons.loader</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>commons.jetty</artifactId>
|
<artifactId>commons.jetty</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<properties>
|
<properties>
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>parent.general</artifactId>
|
<artifactId>parent.general</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</parent>
|
</parent>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
@ -95,34 +95,34 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>commons.jsw</artifactId>
|
<artifactId>commons.jsw</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>commons.persistence</artifactId>
|
<artifactId>commons.persistence</artifactId>
|
||||||
<version>1.0.17</version>
|
<version>1.0.17</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>commons.jetty</artifactId>
|
<artifactId>commons.jetty</artifactId>
|
||||||
<version>1.0.20</version>
|
<version>1.0.21</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>commons.rest</artifactId>
|
<artifactId>commons.rest</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>commons.web</artifactId>
|
<artifactId>commons.web</artifactId>
|
||||||
<version>1.0.19</version>
|
<version>1.0.19</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>commons.security</artifactId>
|
<artifactId>commons.security</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.pmease</groupId>
|
<groupId>com.pmease</groupId>
|
||||||
<artifactId>parent.general</artifactId>
|
<artifactId>parent.general</artifactId>
|
||||||
<version>1.0.13</version>
|
<version>1.0.21</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
@ -1,385 +1,377 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<groupId>com.pmease</groupId>
|
||||||
<groupId>com.pmease</groupId>
|
<artifactId>parent.general</artifactId>
|
||||||
<artifactId>parent.general</artifactId>
|
<version>1.0.21</version>
|
||||||
<version>1.0.20</version>
|
<packaging>pom</packaging>
|
||||||
<packaging>pom</packaging>
|
<prerequisites>
|
||||||
|
<maven>3.0</maven>
|
||||||
<prerequisites>
|
</prerequisites>
|
||||||
<maven>3.0</maven>
|
<build>
|
||||||
</prerequisites>
|
<finalName>${project.groupId}.${project.artifactId}-${project.version}</finalName>
|
||||||
|
<resources>
|
||||||
<build>
|
<resource>
|
||||||
<finalName>${project.groupId}.${project.artifactId}-${project.version}</finalName>
|
<directory>src/main/resources</directory>
|
||||||
|
<filtering>true</filtering>
|
||||||
<resources>
|
<includes>
|
||||||
<resource>
|
<include>archetype-resource/pom.xml</include>
|
||||||
<directory>src/main/resources</directory>
|
</includes>
|
||||||
<filtering>true</filtering>
|
</resource>
|
||||||
<includes>
|
<resource>
|
||||||
<include>archetype-resource/pom.xml</include>
|
<directory>src/main/resources</directory>
|
||||||
</includes>
|
<excludes>
|
||||||
</resource>
|
<exclude>archetype-resource/pom.xml</exclude>
|
||||||
<resource>
|
</excludes>
|
||||||
<directory>src/main/resources</directory>
|
</resource>
|
||||||
<excludes>
|
<resource>
|
||||||
<exclude>archetype-resource/pom.xml</exclude>
|
<directory>src/main/java</directory>
|
||||||
</excludes>
|
<excludes>
|
||||||
</resource>
|
<exclude>**/*.java</exclude>
|
||||||
<resource>
|
</excludes>
|
||||||
<directory>src/main/java</directory>
|
</resource>
|
||||||
<excludes>
|
</resources>
|
||||||
<exclude>**/*.java</exclude>
|
<testResources>
|
||||||
</excludes>
|
<testResource>
|
||||||
</resource>
|
<directory>src/test/resources</directory>
|
||||||
</resources>
|
</testResource>
|
||||||
|
<testResource>
|
||||||
<testResources>
|
<directory>src/test/java</directory>
|
||||||
<testResource>
|
<excludes>
|
||||||
<directory>src/test/resources</directory>
|
<exclude>**/*.java</exclude>
|
||||||
</testResource>
|
</excludes>
|
||||||
<testResource>
|
</testResource>
|
||||||
<directory>src/test/java</directory>
|
</testResources>
|
||||||
<excludes>
|
<pluginManagement>
|
||||||
<exclude>**/*.java</exclude>
|
<plugins>
|
||||||
</excludes>
|
<plugin>
|
||||||
</testResource>
|
<groupId>org.eclipse.m2e</groupId>
|
||||||
</testResources>
|
<artifactId>lifecycle-mapping</artifactId>
|
||||||
|
<version>1.0.0</version>
|
||||||
<pluginManagement>
|
<configuration>
|
||||||
<plugins>
|
<lifecycleMappingMetadata>
|
||||||
<plugin>
|
<pluginExecutions>
|
||||||
<groupId>org.eclipse.m2e</groupId>
|
<pluginExecution>
|
||||||
<artifactId>lifecycle-mapping</artifactId>
|
<pluginExecutionFilter>
|
||||||
<version>1.0.0</version>
|
<groupId>com.pmease</groupId>
|
||||||
<configuration>
|
<artifactId>plugin.maven</artifactId>
|
||||||
<lifecycleMappingMetadata>
|
<versionRange>[1.0.0,]</versionRange>
|
||||||
<pluginExecutions>
|
<goals>
|
||||||
<pluginExecution>
|
<goal>check-project-dependencies</goal>
|
||||||
<pluginExecutionFilter>
|
<goal>generate-artifact-descriptor</goal>
|
||||||
<groupId>com.pmease</groupId>
|
<goal>generate-plugin-resources</goal>
|
||||||
<artifactId>plugin.maven</artifactId>
|
<goal>generate-product-resources</goal>
|
||||||
<versionRange>[1.0.0,]</versionRange>
|
<goal>create-product-sandbox</goal>
|
||||||
<goals>
|
<goal>run-ant</goal>
|
||||||
<goal>check-project-dependencies</goal>
|
</goals>
|
||||||
<goal>generate-artifact-descriptor</goal>
|
</pluginExecutionFilter>
|
||||||
<goal>generate-plugin-resources</goal>
|
<action>
|
||||||
<goal>generate-product-resources</goal>
|
<execute>
|
||||||
<goal>create-product-sandbox</goal>
|
<runOnIncremental>true</runOnIncremental>
|
||||||
<goal>run-ant</goal>
|
<runOnConfiguration>true</runOnConfiguration>
|
||||||
</goals>
|
</execute>
|
||||||
</pluginExecutionFilter>
|
</action>
|
||||||
<action>
|
</pluginExecution>
|
||||||
<execute>
|
<pluginExecution>
|
||||||
<runOnIncremental>true</runOnIncremental>
|
<pluginExecutionFilter>
|
||||||
<runOnConfiguration>true</runOnConfiguration>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
</execute>
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
</action>
|
<versionRange>[1.0.0,]</versionRange>
|
||||||
</pluginExecution>
|
<goals>
|
||||||
<pluginExecution>
|
<goal>jar</goal>
|
||||||
<pluginExecutionFilter>
|
</goals>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
</pluginExecutionFilter>
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
<action>
|
||||||
<versionRange>[1.0.0,]</versionRange>
|
<ignore/>
|
||||||
<goals>
|
</action>
|
||||||
<goal>jar</goal>
|
</pluginExecution>
|
||||||
</goals>
|
</pluginExecutions>
|
||||||
</pluginExecutionFilter>
|
</lifecycleMappingMetadata>
|
||||||
<action>
|
</configuration>
|
||||||
<ignore />
|
</plugin>
|
||||||
</action>
|
<plugin>
|
||||||
</pluginExecution>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
</pluginExecutions>
|
<configuration>
|
||||||
</lifecycleMappingMetadata>
|
<source>1.6</source>
|
||||||
</configuration>
|
<target>1.6</target>
|
||||||
</plugin>
|
</configuration>
|
||||||
<plugin>
|
</plugin>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<plugin>
|
||||||
<configuration>
|
<artifactId>maven-archetype-plugin</artifactId>
|
||||||
<source>1.6</source>
|
<version>2.2</version>
|
||||||
<target>1.6</target>
|
<executions>
|
||||||
</configuration>
|
<execution>
|
||||||
</plugin>
|
<id>install-archetype</id>
|
||||||
<plugin>
|
<phase>install</phase>
|
||||||
<artifactId>maven-archetype-plugin</artifactId>
|
<goals>
|
||||||
<version>2.2</version>
|
<goal>update-local-catalog</goal>
|
||||||
<executions>
|
</goals>
|
||||||
<execution>
|
</execution>
|
||||||
<id>install-archetype</id>
|
</executions>
|
||||||
<phase>install</phase>
|
</plugin>
|
||||||
<goals>
|
<plugin>
|
||||||
<goal>update-local-catalog</goal>
|
<artifactId>maven-resources-plugin</artifactId>
|
||||||
</goals>
|
<version>2.5</version>
|
||||||
</execution>
|
<configuration>
|
||||||
</executions>
|
<escapeString>\</escapeString>
|
||||||
</plugin>
|
</configuration>
|
||||||
<plugin>
|
</plugin>
|
||||||
<artifactId>maven-resources-plugin</artifactId>
|
<plugin>
|
||||||
<version>2.5</version>
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
<configuration>
|
<version>2.4</version>
|
||||||
<escapeString>\</escapeString>
|
<executions>
|
||||||
</configuration>
|
<execution>
|
||||||
</plugin>
|
<id>default-jar</id>
|
||||||
<plugin>
|
<phase>never</phase>
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
<configuration>
|
||||||
<version>2.4</version>
|
<finalName>unwanted</finalName>
|
||||||
<executions>
|
<classifier>unwanted</classifier>
|
||||||
<execution>
|
</configuration>
|
||||||
<id>default-jar</id>
|
</execution>
|
||||||
<phase>never</phase>
|
</executions>
|
||||||
<configuration>
|
</plugin>
|
||||||
<finalName>unwanted</finalName>
|
<plugin>
|
||||||
<classifier>unwanted</classifier>
|
<artifactId>maven-antrun-plugin</artifactId>
|
||||||
</configuration>
|
<version>1.7</version>
|
||||||
</execution>
|
<dependencies>
|
||||||
</executions>
|
<dependency>
|
||||||
</plugin>
|
<groupId>ant</groupId>
|
||||||
<plugin>
|
<artifactId>ant-apache-regexp</artifactId>
|
||||||
<artifactId>maven-antrun-plugin</artifactId>
|
<version>1.6.5</version>
|
||||||
<version>1.7</version>
|
</dependency>
|
||||||
<dependencies>
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.codehaus.groovy</groupId>
|
||||||
<groupId>ant</groupId>
|
<artifactId>groovy-all</artifactId>
|
||||||
<artifactId>ant-apache-regexp</artifactId>
|
<version>1.8.6</version>
|
||||||
<version>1.6.5</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.codehaus.gant</groupId>
|
||||||
<groupId>org.codehaus.groovy</groupId>
|
<artifactId>gant_groovy1.8</artifactId>
|
||||||
<artifactId>groovy-all</artifactId>
|
<version>1.9.7</version>
|
||||||
<version>1.8.6</version>
|
</dependency>
|
||||||
</dependency>
|
</dependencies>
|
||||||
<dependency>
|
</plugin>
|
||||||
<groupId>org.codehaus.gant</groupId>
|
<plugin>
|
||||||
<artifactId>gant_groovy1.8</artifactId>
|
<groupId>com.pmease</groupId>
|
||||||
<version>1.9.7</version>
|
<artifactId>plugin.maven</artifactId>
|
||||||
</dependency>
|
<version>1.0.13</version>
|
||||||
</dependencies>
|
<executions>
|
||||||
</plugin>
|
<execution>
|
||||||
<plugin>
|
<id>check-project-dependencies</id>
|
||||||
<groupId>com.pmease</groupId>
|
<phase>compile</phase>
|
||||||
<artifactId>plugin.maven</artifactId>
|
<goals>
|
||||||
<version>1.0.13</version>
|
<goal>check-project-dependencies</goal>
|
||||||
<executions>
|
</goals>
|
||||||
<execution>
|
</execution>
|
||||||
<id>check-project-dependencies</id>
|
<execution>
|
||||||
<phase>compile</phase>
|
<id>generate-artifact-descriptor</id>
|
||||||
<goals>
|
<phase>compile</phase>
|
||||||
<goal>check-project-dependencies</goal>
|
<goals>
|
||||||
</goals>
|
<goal>generate-artifact-descriptor</goal>
|
||||||
</execution>
|
</goals>
|
||||||
<execution>
|
</execution>
|
||||||
<id>generate-artifact-descriptor</id>
|
<execution>
|
||||||
<phase>compile</phase>
|
<id>package-artifact</id>
|
||||||
<goals>
|
<phase>package</phase>
|
||||||
<goal>generate-artifact-descriptor</goal>
|
<goals>
|
||||||
</goals>
|
<goal>package-artifact</goal>
|
||||||
</execution>
|
</goals>
|
||||||
<execution>
|
</execution>
|
||||||
<id>package-artifact</id>
|
<execution>
|
||||||
<phase>package</phase>
|
<id>generate-plugin-resources</id>
|
||||||
<goals>
|
<phase>compile</phase>
|
||||||
<goal>package-artifact</goal>
|
<goals>
|
||||||
</goals>
|
<goal>generate-plugin-resources</goal>
|
||||||
</execution>
|
</goals>
|
||||||
<execution>
|
</execution>
|
||||||
<id>generate-plugin-resources</id>
|
<execution>
|
||||||
<phase>compile</phase>
|
<id>generate-product-resources</id>
|
||||||
<goals>
|
<phase>compile</phase>
|
||||||
<goal>generate-plugin-resources</goal>
|
<goals>
|
||||||
</goals>
|
<goal>generate-product-resources</goal>
|
||||||
</execution>
|
</goals>
|
||||||
<execution>
|
</execution>
|
||||||
<id>generate-product-resources</id>
|
<execution>
|
||||||
<phase>compile</phase>
|
<id>create-product-sandbox</id>
|
||||||
<goals>
|
<phase>compile</phase>
|
||||||
<goal>generate-product-resources</goal>
|
<goals>
|
||||||
</goals>
|
<goal>create-product-sandbox</goal>
|
||||||
</execution>
|
</goals>
|
||||||
<execution>
|
</execution>
|
||||||
<id>create-product-sandbox</id>
|
</executions>
|
||||||
<phase>compile</phase>
|
</plugin>
|
||||||
<goals>
|
<plugin>
|
||||||
<goal>create-product-sandbox</goal>
|
<artifactId>maven-source-plugin</artifactId>
|
||||||
</goals>
|
<version>2.1.2</version>
|
||||||
</execution>
|
<executions>
|
||||||
</executions>
|
<execution>
|
||||||
</plugin>
|
<id>attach-sources</id>
|
||||||
<plugin>
|
<phase>package</phase>
|
||||||
<artifactId>maven-source-plugin</artifactId>
|
<goals>
|
||||||
<version>2.1.2</version>
|
<goal>jar-no-fork</goal>
|
||||||
<executions>
|
</goals>
|
||||||
<execution>
|
</execution>
|
||||||
<id>attach-sources</id>
|
</executions>
|
||||||
<phase>package</phase>
|
</plugin>
|
||||||
<goals>
|
<plugin>
|
||||||
<goal>jar-no-fork</goal>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
</goals>
|
<version>2.8.1</version>
|
||||||
</execution>
|
<executions>
|
||||||
</executions>
|
<execution>
|
||||||
</plugin>
|
<id>attach-javadocs</id>
|
||||||
<plugin>
|
<phase>package</phase>
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<goals>
|
||||||
<version>2.8.1</version>
|
<goal>jar</goal>
|
||||||
<executions>
|
</goals>
|
||||||
<execution>
|
</execution>
|
||||||
<id>attach-javadocs</id>
|
</executions>
|
||||||
<phase>package</phase>
|
</plugin>
|
||||||
<goals>
|
</plugins>
|
||||||
<goal>jar</goal>
|
</pluginManagement>
|
||||||
</goals>
|
</build>
|
||||||
</execution>
|
<dependencyManagement>
|
||||||
</executions>
|
<dependencies>
|
||||||
</plugin>
|
<dependency>
|
||||||
</plugins>
|
<groupId>org.slf4j</groupId>
|
||||||
</pluginManagement>
|
<artifactId>slf4j-api</artifactId>
|
||||||
</build>
|
<version>${slf4jVersion}</version>
|
||||||
|
</dependency>
|
||||||
<dependencyManagement>
|
<dependency>
|
||||||
<dependencies>
|
<groupId>org.slf4j</groupId>
|
||||||
<dependency>
|
<artifactId>jul-to-slf4j</artifactId>
|
||||||
<groupId>org.slf4j</groupId>
|
<version>${slf4jVersion}</version>
|
||||||
<artifactId>slf4j-api</artifactId>
|
</dependency>
|
||||||
<version>${slf4jVersion}</version>
|
<dependency>
|
||||||
</dependency>
|
<groupId>ch.qos.logback</groupId>
|
||||||
<dependency>
|
<artifactId>logback-core</artifactId>
|
||||||
<groupId>org.slf4j</groupId>
|
<version>${logbackVersion}</version>
|
||||||
<artifactId>jul-to-slf4j</artifactId>
|
</dependency>
|
||||||
<version>${slf4jVersion}</version>
|
<dependency>
|
||||||
</dependency>
|
<groupId>ch.qos.logback</groupId>
|
||||||
<dependency>
|
<artifactId>logback-classic</artifactId>
|
||||||
<groupId>ch.qos.logback</groupId>
|
<version>${logbackVersion}</version>
|
||||||
<artifactId>logback-core</artifactId>
|
</dependency>
|
||||||
<version>${logbackVersion}</version>
|
<dependency>
|
||||||
</dependency>
|
<groupId>org.apache.commons</groupId>
|
||||||
<dependency>
|
<artifactId>commons-lang3</artifactId>
|
||||||
<groupId>ch.qos.logback</groupId>
|
<version>3.1</version>
|
||||||
<artifactId>logback-classic</artifactId>
|
</dependency>
|
||||||
<version>${logbackVersion}</version>
|
<dependency>
|
||||||
</dependency>
|
<groupId>commons-codec</groupId>
|
||||||
<dependency>
|
<artifactId>commons-codec</artifactId>
|
||||||
<groupId>org.apache.commons</groupId>
|
<version>1.7</version>
|
||||||
<artifactId>commons-lang3</artifactId>
|
</dependency>
|
||||||
<version>3.1</version>
|
<dependency>
|
||||||
</dependency>
|
<groupId>javax.servlet</groupId>
|
||||||
<dependency>
|
<artifactId>javax.servlet-api</artifactId>
|
||||||
<groupId>commons-codec</groupId>
|
<version>3.1-b09</version>
|
||||||
<artifactId>commons-codec</artifactId>
|
</dependency>
|
||||||
<version>1.7</version>
|
<dependency>
|
||||||
</dependency>
|
<groupId>commons-io</groupId>
|
||||||
<dependency>
|
<artifactId>commons-io</artifactId>
|
||||||
<groupId>javax.servlet</groupId>
|
<version>2.4</version>
|
||||||
<artifactId>javax.servlet-api</artifactId>
|
</dependency>
|
||||||
<version>3.1-b09</version>
|
<dependency>
|
||||||
</dependency>
|
<groupId>com.google.code.findbugs</groupId>
|
||||||
<dependency>
|
<artifactId>jsr305</artifactId>
|
||||||
<groupId>commons-io</groupId>
|
<version>2.0.1</version>
|
||||||
<artifactId>commons-io</artifactId>
|
</dependency>
|
||||||
<version>2.4</version>
|
<dependency>
|
||||||
</dependency>
|
<groupId>com.google.guava</groupId>
|
||||||
<dependency>
|
<artifactId>guava</artifactId>
|
||||||
<groupId>com.google.code.findbugs</groupId>
|
<version>14.0.1</version>
|
||||||
<artifactId>jsr305</artifactId>
|
</dependency>
|
||||||
<version>2.0.1</version>
|
<dependency>
|
||||||
</dependency>
|
<groupId>org.quartz-scheduler</groupId>
|
||||||
<dependency>
|
<artifactId>quartz</artifactId>
|
||||||
<groupId>com.google.guava</groupId>
|
<version>2.1.7</version>
|
||||||
<artifactId>guava</artifactId>
|
</dependency>
|
||||||
<version>14.0.1</version>
|
<dependency>
|
||||||
</dependency>
|
<groupId>dom4j</groupId>
|
||||||
<dependency>
|
<artifactId>dom4j</artifactId>
|
||||||
<groupId>org.quartz-scheduler</groupId>
|
<version>1.6.1</version>
|
||||||
<artifactId>quartz</artifactId>
|
</dependency>
|
||||||
<version>2.1.7</version>
|
<dependency>
|
||||||
</dependency>
|
<groupId>org.apache.velocity</groupId>
|
||||||
<dependency>
|
<artifactId>velocity</artifactId>
|
||||||
<groupId>dom4j</groupId>
|
<version>1.7</version>
|
||||||
<artifactId>dom4j</artifactId>
|
</dependency>
|
||||||
<version>1.6.1</version>
|
<dependency>
|
||||||
</dependency>
|
<groupId>commons-httpclient</groupId>
|
||||||
<dependency>
|
<artifactId>commons-httpclient</artifactId>
|
||||||
<groupId>org.apache.velocity</groupId>
|
<version>3.1</version>
|
||||||
<artifactId>velocity</artifactId>
|
</dependency>
|
||||||
<version>1.7</version>
|
<dependency>
|
||||||
</dependency>
|
<groupId>joda-time</groupId>
|
||||||
<dependency>
|
<artifactId>joda-time</artifactId>
|
||||||
<groupId>commons-httpclient</groupId>
|
<version>2.2</version>
|
||||||
<artifactId>commons-httpclient</artifactId>
|
</dependency>
|
||||||
<version>3.1</version>
|
<dependency>
|
||||||
</dependency>
|
<groupId>commons-collections</groupId>
|
||||||
<dependency>
|
<artifactId>commons-collections</artifactId>
|
||||||
<groupId>joda-time</groupId>
|
<version>3.2.1</version>
|
||||||
<artifactId>joda-time</artifactId>
|
</dependency>
|
||||||
<version>2.2</version>
|
</dependencies>
|
||||||
</dependency>
|
</dependencyManagement>
|
||||||
<dependency>
|
<dependencies>
|
||||||
<groupId>commons-collections</groupId>
|
<dependency>
|
||||||
<artifactId>commons-collections</artifactId>
|
<groupId>junit</groupId>
|
||||||
<version>3.2.1</version>
|
<artifactId>junit</artifactId>
|
||||||
</dependency>
|
<version>4.11</version>
|
||||||
</dependencies>
|
<scope>test</scope>
|
||||||
</dependencyManagement>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
<dependencies>
|
<groupId>org.mockito</groupId>
|
||||||
<dependency>
|
<artifactId>mockito-all</artifactId>
|
||||||
<groupId>junit</groupId>
|
<version>1.9.5</version>
|
||||||
<artifactId>junit</artifactId>
|
<scope>test</scope>
|
||||||
<version>4.11</version>
|
</dependency>
|
||||||
<scope>test</scope>
|
</dependencies>
|
||||||
</dependency>
|
<pluginRepositories>
|
||||||
<dependency>
|
<pluginRepository>
|
||||||
<groupId>org.mockito</groupId>
|
<releases>
|
||||||
<artifactId>mockito-all</artifactId>
|
<enabled>true</enabled>
|
||||||
<version>1.9.5</version>
|
<updatePolicy>never</updatePolicy>
|
||||||
<scope>test</scope>
|
<checksumPolicy>fail</checksumPolicy>
|
||||||
</dependency>
|
</releases>
|
||||||
</dependencies>
|
<snapshots>
|
||||||
<pluginRepositories>
|
<enabled>true</enabled>
|
||||||
<pluginRepository>
|
<updatePolicy>never</updatePolicy>
|
||||||
<releases>
|
<checksumPolicy>fail</checksumPolicy>
|
||||||
<enabled>true</enabled>
|
</snapshots>
|
||||||
<updatePolicy>never</updatePolicy>
|
<id>pmeaseRepo</id>
|
||||||
<checksumPolicy>fail</checksumPolicy>
|
<name>PMEase Repository</name>
|
||||||
</releases>
|
<url>http://artifact.pmease.com/</url>
|
||||||
<snapshots>
|
</pluginRepository>
|
||||||
<enabled>true</enabled>
|
</pluginRepositories>
|
||||||
<updatePolicy>never</updatePolicy>
|
<repositories>
|
||||||
<checksumPolicy>fail</checksumPolicy>
|
<repository>
|
||||||
</snapshots>
|
<id>pmeaseRepo</id>
|
||||||
<id>pmeaseRepo</id>
|
<name>PMEase Repository</name>
|
||||||
<name>PMEase Repository</name>
|
<releases>
|
||||||
<url>http://artifact.pmease.com/</url>
|
<enabled>true</enabled>
|
||||||
</pluginRepository>
|
<updatePolicy>never</updatePolicy>
|
||||||
</pluginRepositories>
|
<checksumPolicy>fail</checksumPolicy>
|
||||||
<repositories>
|
</releases>
|
||||||
<repository>
|
<snapshots>
|
||||||
<id>pmeaseRepo</id>
|
<enabled>true</enabled>
|
||||||
<name>PMEase Repository</name>
|
<updatePolicy>always</updatePolicy>
|
||||||
<releases>
|
<checksumPolicy>fail</checksumPolicy>
|
||||||
<enabled>true</enabled>
|
</snapshots>
|
||||||
<updatePolicy>never</updatePolicy>
|
<url>http://artifact.pmease.com/</url>
|
||||||
<checksumPolicy>fail</checksumPolicy>
|
</repository>
|
||||||
</releases>
|
</repositories>
|
||||||
<snapshots>
|
<distributionManagement>
|
||||||
<enabled>true</enabled>
|
<repository>
|
||||||
<updatePolicy>always</updatePolicy>
|
<id>pmeaseRepo</id>
|
||||||
<checksumPolicy>fail</checksumPolicy>
|
<url>http://artifact.pmease.com/</url>
|
||||||
</snapshots>
|
</repository>
|
||||||
<url>http://artifact.pmease.com/</url>
|
</distributionManagement>
|
||||||
</repository>
|
<properties>
|
||||||
</repositories>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<distributionManagement>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||||
<repository>
|
<slf4jVersion>1.7.5</slf4jVersion>
|
||||||
<id>pmeaseRepo</id>
|
<logbackVersion>1.0.11</logbackVersion>
|
||||||
<url>http://artifact.pmease.com/</url>
|
</properties>
|
||||||
</repository>
|
|
||||||
</distributionManagement>
|
|
||||||
<properties>
|
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
||||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
||||||
<slf4jVersion>1.7.5</slf4jVersion>
|
|
||||||
<logbackVersion>1.0.11</logbackVersion>
|
|
||||||
</properties>
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user