geck/migrator/pom.xml
malkoas c1539049fe
Switch to public maven repo (#66)
* Switch to public maven repo

* change buildImageTag

* change version in another pom

* Bump reflections

* Bump build_utils

* Bump damsel and woody

* Add test scope to damsel dep, bump build_utils

Co-authored-by: Alexey Pronin <24279065+vulnbe@users.noreply.github.com>
Co-authored-by: Pavel Popov <popoffpavel@yandex.ru>
2020-07-08 21:00:41 +03:00

33 lines
966 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.10</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>