<?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.10.3</version>
  </parent>
  <artifactId>ext-com-ckeditor</artifactId>
	<name>${project.artifactId}</name>
	<description>CKEditor version 4.21.0 - a WYSIWYG Editor</description>
  <url>https://ckeditor.com/</url>
  
  <licenses>
  	<license>
  		<name>LGPL-2.1-or-later (GNU Lesser General Public License v2.1 or later), GPL-2.0-or-later (GNU General Public License v2.0 or later), MPL-1.1 (Mozilla Public License (v 1.1))</name>
  		<url>https://github.com/ckeditor/ckeditor4-releases/blob/4.17.x/LICENSE.md</url>
  	</license>
  </licenses>
  
  <dependencies />
</project>
