<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.htmlunit</groupId>
  <artifactId>htmlunit-core-js</artifactId>
  <version>3.5.0</version>
  <dependencies>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter-api</artifactId>
      <version>5.8.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <name>HtmlUnit Core JS</name>
  <organization>
    <name>HtmlUnit</name>
    <url>https://www.htmlunit.org/</url>
  </organization>
  <packaging>jar</packaging>
  <url>https://www.htmlunit.org</url>
  <description>HtmlUnit adaptation of Mozilla Rhino Javascript engine for Java. Changes are documented by a diff (rhinoDiff.txt) contained in the generated jar files.</description>
  <licenses>
    <license>
      <name>Mozilla Public License, Version 2.0</name>
      <url>http://www.mozilla.org/MPL/2.0/index.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>scm:git:git@github.com:HtmlUnit/htmlunit-core-js.git</connection>
    <developerConnection>scm:git:git@github.com:HtmlUnit/htmlunit-core-js.git</developerConnection>
    <url>https://github.com/htmlunit</url>
  </scm>
  <developers>
    <developer>
      <name>Mozilla Rhino Team</name>
      <id>MozillaRhinoTeam</id>
    </developer>
    <developer>
      <name>HtmlUnit Team</name>
      <id>HtmlUnitTeam</id>
    </developer>
  </developers>
</project>
