You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
2.0 KiB
78 lines
2.0 KiB
<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"> |
|
<modelVersion>4.0.0</modelVersion> |
|
<groupId>com.fourelementscapital</groupId> |
|
<artifactId>qLib</artifactId> |
|
<version>${revision}${changelist}</version> |
|
<packaging>war</packaging> |
|
<name>qLib</name> |
|
<url>http://www.fourelementscapital.com</url> |
|
|
|
<properties> |
|
<revision>3.0.0</revision> |
|
<changelist>-Beta1</changelist> |
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
</properties> |
|
|
|
|
|
<dependencies> |
|
|
|
<!--4ECAP Libs--> |
|
<dependency> |
|
<groupId>com.fourelementscapital</groupId> |
|
<artifactId>lib-config</artifactId> |
|
<version>2.0</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fourelementscapital</groupId> |
|
<artifactId>lib-auth</artifactId> |
|
<version>2.0</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fourelementscapital</groupId> |
|
<artifactId>lib-db</artifactId> |
|
<version>2.0</version> |
|
</dependency> |
|
|
|
|
|
<!--Log dependencies--> |
|
<dependency> |
|
<groupId>org.slf4j</groupId> |
|
<artifactId>slf4j-simple</artifactId> |
|
<version>1.7.25</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.logging.log4j</groupId> |
|
<artifactId>log4j-core</artifactId> |
|
<version>2.8.1</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.apache.commons</groupId> |
|
<artifactId>commons-compress</artifactId> |
|
<version>1.15</version> |
|
</dependency> |
|
|
|
<!--Cache system--> |
|
<dependency> |
|
<groupId>org.apache.commons</groupId> |
|
<artifactId>commons-jcs-core</artifactId> |
|
<version>2.2</version> |
|
</dependency> |
|
<!--JCS's required dependency--> |
|
<dependency> |
|
<groupId>commons-logging</groupId> |
|
<artifactId>commons-logging</artifactId> |
|
<version>1.2</version> |
|
</dependency> |
|
|
|
<!-- Added on 30 March 2018--> |
|
<dependency> |
|
<groupId>com.fourelementscapital</groupId> |
|
<artifactId>lib-client</artifactId> |
|
<version>2.0</version> |
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
</project> |