<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>ai.stainless</groupId>
  <artifactId>micronaut-jupyter</artifactId>
  <version>0.2.0</version>
  <name>micronaut-jupyter</name>
  <description>Integration between Micronaut and Jupyter</description>
  <url>https://github.com/stainlessai/micronaut-jupyter</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Joshua Carter</name>
      <email>jcarter@stainless.ai</email>
      <organization>Stainless.Ai</organization>
      <organizationUrl>http://www.stainless.ai</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/stainlessai/micronaut-jupyter.git</connection>
    <developerConnection>scm:git:ssh://github.com:stainlessai/micronaut-jupyter.git</developerConnection>
    <url>http://github.com/stainlessai/micronaut-jupyter/tree/master</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.twosigma.beakerx</groupId>
      <artifactId>beaker-kernel-base</artifactId>
      <version>1.4.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.twosigma.beakerx</groupId>
      <artifactId>beaker-kernel-groovy</artifactId>
      <version>1.4.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.groovy</groupId>
      <artifactId>groovy-all</artifactId>
      <version>2.5.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.micronaut</groupId>
      <artifactId>micronaut-inject-groovy</artifactId>
      <version>1.2.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.micronaut</groupId>
      <artifactId>micronaut-inject-java</artifactId>
      <version>1.2.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.micronaut</groupId>
      <artifactId>micronaut-messaging</artifactId>
      <version>1.2.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.micronaut</groupId>
      <artifactId>micronaut-inject</artifactId>
      <version>1.2.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.micronaut</groupId>
      <artifactId>micronaut-management</artifactId>
      <version>1.2.5</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
