<?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>io.github.qsy7.java</groupId>
    <artifactId>dependencies</artifactId>
    <version>0.1.2</version>
    <relativePath>../../../../pom.xml</relativePath>
  </parent>
  <groupId>io.github.qsy7.java.dependencies</groupId>
  <artifactId>google-guice-persist</artifactId>
  <packaging>pom</packaging>
  <name>google guice persist</name>
  <dependencies>
    <dependency>
      <groupId>io.github.qsy7.java.com.google.inject.extensions</groupId>
      <artifactId>guice-persist</artifactId>
      <version>5.0.2-SNAPSHOT</version>
    </dependency>
  </dependencies>
</project>
