<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.healthlx.smartonfhir</groupId>
  <artifactId>config</artifactId>
  <version>0.3.2</version>
  <name>Smart-on-FHIR Config</name>
  <description>Starter for building Smart-on-FHIR web applications using Spring Boot</description>
  <url>https://github.com/HealthLX/smart-on-fhir</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>
      <id>dhasilin</id>
      <name>Dmytro Hasilin</name>
      <email>a.kravs@gmail.com</email>
      <organization>HealthLX</organization>
      <organizationUrl>https://www.healthlx.com/</organizationUrl>
    </developer>
    <developer>
      <id>yuflyud</id>
      <name>Yuriy Flyud</name>
      <email>yuflyud@gmail.com</email>
      <organization>HealthLX</organization>
      <organizationUrl>https://www.healthlx.com/</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/HealthLX/smart-on-fhir.git</connection>
    <developerConnection>scm:git:https://github.com/HealthLX/smart-on-fhir.git</developerConnection>
    <url>https://github.com/HealthLX/smart-on-fhir</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.healthlx.smartonfhir</groupId>
      <artifactId>core</artifactId>
      <version>0.3.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>javax.servlet-api</artifactId>
      <version>4.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.security</groupId>
      <artifactId>spring-security-config</artifactId>
      <version>5.6.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
