Archived
0

BuildFile and FS modules implementation [commit 2]

This commit is contained in:
terminator48
2016-04-08 23:32:54 +06:00
parent cccf8c2bc0
commit 94105d790e
22 changed files with 784 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
<?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: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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -20,12 +20,12 @@
<dependency>
<groupId>eu.arcadex.system</groupId>
<artifactId>core</artifactId>
<version>0.1-SNAPSHOT</version>
<version>${global.version}</version>
</dependency>
<dependency>
<groupId>eu.arcadex.system</groupId>
<artifactId>database</artifactId>
<version>0.1-SNAPSHOT</version>
<version>${global.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>