<?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>ninja.codingsolutions</groupId>
  <artifactId>solar-edge-api-client</artifactId>
  <version>v0.1.0-alpha-6-g871c59e</version>
  <name>solar-edge-api-client</name>
  <description>A simple API that abstracts fetching data from the solar edge api and getting back a POJO</description>
  <url>https://github.com/akboyd88/solar-edge-api-client</url>
  <licenses>
    <license>
      <name>The MIT License (MIT)</name>
      <url>https://mit-license.org/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>akboyd88</id>
      <name>Andrew Boyd</name>
      <email>ninjacodingsolutions@protonmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/akboyd88/solar-edge-api-client</connection>
    <developerConnection>scm:git:https://github.com/akboyd88/solar-edge-api-client</developerConnection>
    <url>https://github.com/akboyd88/solar-edge-api-client</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>3.7.7</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter-api</artifactId>
      <version>5.6.2</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
