<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.google.adk.samples</groupId>
  <artifactId>google-adk-sample-helloworld</artifactId>
  <version>0.8.0</version>
  <name>Google ADK - Sample - Hello World</name>
  <description>A sample "Hello World" application demonstrating basic agent and tool usage with the Google ADK,
        runnable via com.example.helloworld.HelloWorldRun.</description>
  <url>https://github.com/google/adk-java/contrib/google-adk-samples/google-adk-sample-helloworld</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <organization>Google Inc.</organization>
      <organizationUrl>https://www.google.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com/google:adk-java.git/contrib/google-adk-samples/google-adk-sample-helloworld</connection>
    <developerConnection>scm:git:git@github.com/google:adk-java.git/contrib/google-adk-samples/google-adk-sample-helloworld</developerConnection>
    <url>git@github.com/google:adk-java.git/contrib/google-adk-samples/google-adk-sample-helloworld</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.google.adk</groupId>
      <artifactId>google-adk</artifactId>
      <version>0.8.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <version>1.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>