haiti-framework/haiti-core/pom.xml

32 lines
1005 B
XML
Raw Normal View History

2020-11-12 02:03:10 +03: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>org.sadtech.haiti</groupId>
<artifactId>haiti</artifactId>
2020-11-12 22:10:01 +03:00
<version>0.0.1-RELEASE</version>
2020-11-12 02:03:10 +03:00
</parent>
<artifactId>haiti-core</artifactId>
2020-11-12 22:10:01 +03:00
<version>0.0.1-RELEASE</version>
2020-11-12 02:03:10 +03:00
<dependencies>
<dependency>
<groupId>org.sadtech.haiti</groupId>
<artifactId>haiti-context</artifactId>
</dependency>
<dependency>
2020-11-12 22:10:01 +03:00
<groupId>org.sadtech.haiti</groupId>
<artifactId>haiti-filter</artifactId>
2020-11-12 02:03:10 +03:00
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
</project>