<?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.9.7</version>
  </parent>
  <artifactId>tl-layout-wysiwyg-youtube</artifactId>
	<name>${project.artifactId}</name>
	<description>Youtube Plugin for CKEditor 4 version 2.1.19</description>
  <url>https://fonini.github.io/youtube-plugin-for-ckeditor-4.html</url>
  
  <licenses>
  	<license>
		<name>WTFPL-2 (Do WhatF*ck You Want To Public License v2)</name>
		<url>https://raw.githubusercontent.com/fonini/ckeditor-youtube-plugin/v2.1.19/LICENSE.md</url>
		<comments>https://github.com/fonini/ckeditor-youtube-plugin/tree/v2.1.19</comments>  	
  	</license>
  </licenses>
  
  <dependencies>
    <dependency>
      <groupId>com.top-logic</groupId>
      <artifactId>tl-model-wysiwyg</artifactId>
    </dependency>
  </dependencies>
</project>
