<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>
    <groupId>one.nextera.openat.javelle</groupId>
    <artifactId>javelle</artifactId>
    <version>0.1.36</version>
  </parent>

  <artifactId>javelle-plugins</artifactId>
  <packaging>jar</packaging>

  <name>Javelle Plugins</name>
  <description>Runtime plugins: LocalStorage, SessionStorage, Notify, Dialog, Loading, LoadingBar, Cookies, Dark, Theme, Screen, Platform, Clipboard, Meta, mobile app plugins, and BottomSheet.</description>

  <dependencies>
    <dependency>
      <groupId>one.nextera.openat.javelle</groupId>
      <artifactId>javelle-core</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
