2017-03-02 14:32:58 +00: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">
|
2017-03-06 15:36:33 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2017-03-02 14:32:58 +00:00
|
|
|
<parent>
|
|
|
|
<groupId>com.rbkmoney.geck</groupId>
|
2017-03-06 15:36:33 +00:00
|
|
|
<artifactId>parent</artifactId>
|
2017-03-02 14:32:58 +00:00
|
|
|
<version>0.1-SNAPSHOT</version>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>migrator</artifactId>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.rbkmoney.geck</groupId>
|
|
|
|
<artifactId>serializer</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
</project>
|