<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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.vaadin</groupId>
    <artifactId>flow-component-base</artifactId>
    <version>2.4.0</version>
  </parent>
  <groupId>com.vaadin</groupId>
  <artifactId>vaadin-radio-button-flow-parent</artifactId>
  <version>2.2.0</version>
  <packaging>pom</packaging>
  <name>Vaadin Radio Button Flow Parent</name>
  <url>http://vaadin.com/flow-component-base/vaadin-radio-button-flow-parent</url>
  <licenses>
    <license>
      <name>Apache License Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <properties>
    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <maven.compiler.source>1.8</maven.compiler.source>
    <maven.compiler.target>1.8</maven.compiler.target>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.webjars.bowergithub.polymer</groupId>
      <artifactId>polymer</artifactId>
      <version>2.6.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.webjars.bowergithub.webcomponents</groupId>
      <artifactId>webcomponentsjs</artifactId>
      <version>1.2.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.webjars.bowergithub.webcomponents</groupId>
      <artifactId>shadycss</artifactId>
      <version>1.5.0-1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.webjars.bowergithub.vaadin</groupId>
      <artifactId>vaadin-element-mixin</artifactId>
      <version>2.4.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.webjars.bowergithub.vaadin</groupId>
      <artifactId>vaadin-usage-statistics</artifactId>
      <version>2.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.webjars.bowergithub.vaadin</groupId>
      <artifactId>vaadin-development-mode-detector</artifactId>
      <version>2.0.4</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
