2018-05-27 05:38:50 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
2018-06-10 07:26:54 +08:00
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
<parent>
|
|
|
|
<groupId>org.ray.parent</groupId>
|
|
|
|
<artifactId>ray-superpom</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2018-05-27 05:38:50 +08:00
|
|
|
|
2018-06-10 07:26:54 +08:00
|
|
|
<groupId>org.ray</groupId>
|
|
|
|
<artifactId>ray-common</artifactId>
|
|
|
|
<name>java common and util for ray</name>
|
|
|
|
<description>java common and util for ray</description>
|
|
|
|
<url></url>
|
2018-05-27 05:38:50 +08:00
|
|
|
|
2018-06-10 07:26:54 +08:00
|
|
|
<packaging>jar</packaging>
|
2018-05-27 05:38:50 +08:00
|
|
|
|
2018-06-10 07:26:54 +08:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2018-07-10 14:33:59 +08:00
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
2018-06-10 07:26:54 +08:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>quartz</groupId>
|
|
|
|
<artifactId>quartz</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ini4j</groupId>
|
|
|
|
<artifactId>ini4j</artifactId>
|
2018-06-14 03:58:07 +08:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
2018-06-10 07:26:54 +08:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2018-05-27 05:38:50 +08:00
|
|
|
|
|
|
|
|
2018-06-14 03:58:07 +08:00
|
|
|
</project>
|