autoresponder/pom.xml

18 lines
585 B
XML
Raw Normal View History

2018-12-19 18:47:37 +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>
<groupId>org.sadtech</groupId>
<artifactId>consultant</artifactId>
<packaging>pom</packaging>
2018-12-19 18:47:37 +03:00
<version>0.1-SNAPSHOT</version>
<modules>
<module>vk-bot</module>
<module>core</module>
<module>facebook-bot</module>
</modules>
2018-12-19 18:47:37 +03:00
</project>