<?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">
  <parent>
    <artifactId>catty-parent</artifactId>
    <groupId>pink.catty</groupId>
    <version>0.1.0</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>catty-all</artifactId>
  <name>Catty/All-in-One</name>

  <dependencies>
    <dependency>
      <groupId>pink.catty</groupId>
      <artifactId>catty-core</artifactId>
      <version>0.1.0</version>
    </dependency>
    <dependency>
      <groupId>pink.catty</groupId>
      <artifactId>catty-invokers</artifactId>
      <version>0.1.0</version>
    </dependency>
    <dependency>
      <groupId>pink.catty</groupId>
      <artifactId>catty-registry</artifactId>
      <version>0.1.0</version>
    </dependency>
    <dependency>
      <groupId>pink.catty</groupId>
      <artifactId>catty-config</artifactId>
      <version>0.1.0</version>
    </dependency>
    <dependency>
      <groupId>pink.catty</groupId>
      <artifactId>catty-extension</artifactId>
      <version>0.1.0</version>
    </dependency>
  </dependencies>

</project>
