<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.net128.oss.web.lib</groupId>
  <artifactId>web-modules-web-shell</artifactId>
  <version>0.2.0</version>
  <name>web-modules-web-shell</name>
  <description>                Web modules provide pluggable functionality to web applications. 
                Typically a web module consists of a server and a client library.
                </description>
  <url>https://github.com/mike-seger/web-modules/</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>ms</id>
      <name>Michael Seger</name>
      <email>mike-001@net128.com&lt;</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/mike-seger/web-modules.git</connection>
    <developerConnection>scm:git:git@github.com:mike-seger/web-modules.git</developerConnection>
    <url>https://github.com/mike-seger/web-modules/</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-dependencies</artifactId>
        <version>2.7.4</version>
        <scope>import</scope>
        <type>pom</type>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
