piflow/piflow-conf/pom.xml

32 lines
1.0 KiB
XML
Raw Normal View History

2018-06-26 10:33:02 +08:00
<?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"
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>
<parent>
<groupId>piflow</groupId>
<artifactId>piflow-project</artifactId>
<version>0.9</version>
</parent>
<artifactId>piflow-conf</artifactId>
<name>piflow-conf</name>
<dependencies>
<dependency>
<groupId>piflow</groupId>
<artifactId>piflow-core</artifactId>
<version>0.9</version>
</dependency>
2018-07-10 17:13:27 +08:00
<dependency>
<groupId>piflow</groupId>
<artifactId>piflow-bundle</artifactId>
<version>0.9</version>
</dependency>
<dependency>
2018-07-13 10:36:07 +08:00
<groupId>net.liftweb</groupId>
<artifactId>lift-json_2.11</artifactId>
<version>2.6.1</version>
2018-07-10 17:13:27 +08:00
</dependency>
2018-07-13 10:36:07 +08:00
2018-06-26 10:33:02 +08:00
</dependencies>
</project>