<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright (c) 2020. www.sonsure.com Inc. All rights reserved.
  ~ You may obtain more information at
  ~
  ~     https://www.sonsure.com
  ~
  ~ Designed By Selfly Lee (selfly@live.com)
  -->
<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>
  <parent>
    <groupId>com.sonsure</groupId>
    <artifactId>sonsure-matrix-tiles</artifactId>
    <version>1.0.0</version>
  </parent>
  <groupId>com.sonsure</groupId>
  <artifactId>sonsure-matrix-tile-plugin-center</artifactId>
  <version>1.0.0</version>
  <packaging>bundle</packaging>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>com.sonsure</groupId>
      <artifactId>sonsure-matrix-tile-essential</artifactId>
      <version>${project.version}</version>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <configuration>
          <instructions>
            <Embed-Dependency></Embed-Dependency>
            <Embed-Transitive>true</Embed-Transitive>
            <Embed-Directory>lib</Embed-Directory>
            <Bundle-ClassPath>.,{maven-dependencies}</Bundle-ClassPath>
            <Bundle-Vendor>The Sonsure Software</Bundle-Vendor>
            <Import-Package>org.apache.commons.lang3,
                            org.apache.commons.collections,
                            com.sonsure.commons.model,
                            com.sonsure.commons.utils,
                            com.sonsure.commons.bean,
                            com.sonsure.commons.validation,
                            com.sonsure.dumper.core.persist,
                            com.sonsure.dumper.core.command.entity,
                            com.sonsure.dumper.core.command.lambda,
                            com.sonsure.matrix.tile.essential.bridge,
                            com.sonsure.matrix.tile.essential.provider</Import-Package>
            <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
            <Bundle-Name>插件管理中心</Bundle-Name>
            <Bundle-Activator>com.sonsure.matrix.tile.plugincenter.PluginCenterActivator</Bundle-Activator>
          </instructions>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>
