<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.mvnpm.at.module-federation</groupId>
  <artifactId>runtime-tools</artifactId>
  <version>0.21.0</version>
  <name>module-federation runtime-tools</name>
  <description>Module federation runtime package collection. You can just install it instead of installing all the packages separately.</description>
  <url>https://github.com/module-federation/core#readme</url>
  <organization>
    <name>zhanghang</name>
    <url>https://github.com/module-federation/core#readme</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>zackljackson</name>
      <email>zackary.l.jackson@gmail.com</email>
    </developer>
    <developer>
      <name>heal</name>
      <email>TwoHeal@163.com</email>
    </developer>
    <developer>
      <name>shawzhou</name>
      <email>codingzx@gmail.com</email>
    </developer>
    <developer>
      <name>gioboa</name>
      <email>giorgiob.boa@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/module-federation/core.git</connection>
    <developerConnection>https://github.com/module-federation/core.git</developerConnection>
    <url>https://github.com/module-federation/core</url>
  </scm>
  <issueManagement>
    <url>https://github.com/module-federation/core/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm.at.module-federation-runtime.version>0.21.0</org.mvnpm.at.module-federation-runtime.version>
    <org.mvnpm.at.module-federation-webpack-bundler-runtime.version>0.21.0</org.mvnpm.at.module-federation-webpack-bundler-runtime.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm.at.module-federation</groupId>
      <artifactId>runtime</artifactId>
      <version>${org.mvnpm.at.module-federation-runtime.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm.at.module-federation</groupId>
      <artifactId>webpack-bundler-runtime</artifactId>
      <version>${org.mvnpm.at.module-federation-webpack-bundler-runtime.version}</version>
    </dependency>
  </dependencies>
</project>
