<?xml version="1.0"?>
<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>
  <parent>
    <relativePath>../tl-parent-core/internal</relativePath>
    <groupId>com.top-logic</groupId>
    <artifactId>tl-parent-core-internal</artifactId>
    <version>7.8.0</version>
  </parent>
  <artifactId>ext-com-bootstrap-icons</artifactId>
  
  <description>Bootstrap Icon Font version 1.11.2</description>
  <url>https://github.com/twbs/icons/releases/tag/v1.11.2</url>
  
  <licenses>
  	<license>
  		<name>MIT (MIT License)</name>
  		<url>https://github.com/twbs/icons/blob/main/LICENSE.md</url>
  	</license>
  </licenses>
  
  <dependencies>
    <dependency>
      <groupId>com.top-logic</groupId>
      <artifactId>tl-core</artifactId>
    </dependency>
  </dependencies>
</project>