<?xml version="1.0"?>
<project>
  <parent>
    <artifactId>joy</artifactId>
    <groupId>io.github.davidwhitlock.joy</groupId>
    <version>1.1.0</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>examples</artifactId>
  <name>examples</name>
  <version>1.1.0</version>
  <url>https://www.cs.pdx.edu/~whitlock</url>
  <dependencies>
    <dependency>
      <groupId>io.github.davidwhitlock.joy</groupId>
      <artifactId>family</artifactId>
      <version>1.1.0</version>
    </dependency>
    <dependency>
      <groupId>io.github.davidwhitlock.joy</groupId>
      <artifactId>projects</artifactId>
      <version>2.1.0</version>
    </dependency>
    <dependency>
      <groupId>com.sun.mail</groupId>
      <artifactId>jakarta.mail</artifactId>
      <version>2.0.1</version>
    </dependency>
    <dependency>
      <groupId>com.google.inject</groupId>
      <artifactId>guice</artifactId>
      <version>${guice.version}</version>
    </dependency>
    <dependency>
      <groupId>jakarta.xml.bind</groupId>
      <artifactId>jakarta.xml.bind-api</artifactId>
      <version>4.0.2</version>
    </dependency>
    <dependency>
      <groupId>com.sun.xml.bind</groupId>
      <artifactId>jaxb-impl</artifactId>
      <version>4.0.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.davidwhitlock.joy</groupId>
      <artifactId>projects</artifactId>
      <version>1.0.0</version>
      <classifier>tests</classifier>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
