mirror of
https://github.com/valitydev/geck.git
synced 2024-11-06 09:45:24 +00:00
3aef1bd355
* Bump WoodyVersion * BM-39: Bump WoodyVersion
33 lines
965 B
XML
33 lines
965 B
XML
<?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>com.rbkmoney.geck</groupId>
|
|
<artifactId>parent</artifactId>
|
|
<version>0.6.1</version>
|
|
</parent>
|
|
|
|
<artifactId>migrator</artifactId>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.rbkmoney.geck</groupId>
|
|
<artifactId>serializer</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-api</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
|
|
</project>
|