neo4j-enterprise-cypher-compatibility-spec-suite
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-enterprise-cypher-compatibility-spec-suite</artifactId> <version>3.5.0-beta03</version> </dependency>
<?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 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.neo4j</groupId> <artifactId>cypher-enterprise-parent</artifactId> <version>3.5.0-beta03</version> <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>neo4j-enterprise-cypher-compatibility-spec-suite</artifactId> <packaging>jar</packaging> <version>3.5.0-beta03</version> <name>Neo4j - Cypher Compatibility Specification Suite, enterprise edition</name> <description>Neo4j query language compatibility suite, enterprise edition</description> <url>http://components.neo4j.org/${project.artifactId}/${project.version}</url> <scm> <connection>scm:git:git://github.com/neo4j/neo4j.git</connection> <developerConnection>scm:git:git@github.com:neo4j/neo4j.git</developerConnection> <url>https://github.com/neo4j/neo4j</url> </scm> <properties> <license-text.header>headers/AGPL-3-header.txt</license-text.header> <moduleName>org.neo4j.internal.enterprise.cypher.compatibility.spec.suite</moduleName> </properties> <licenses> <license> <name>GNU Affero General Public License, Version 3 with the Commons Clause</name> <url>http://www.gnu.org/licenses/agpl-3.0-standalone.html</url> <comments>The software ("Software") developed and owned by Neo4j Sweden AB (referred to in this notice as "Neo4j") is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE Version 3 with the Commons Clause to all third parties and that license is included below. However, if you have executed an End User Software License and Services Agreement or an OEM Software License and Support Services Agreement, or another commercial license agreement with Neo4j or one of its affiliates (each, a "Commercial Agreement"), the terms of the license in such Commercial Agreement will supersede the GNU AFFERO GENERAL PUBLIC LICENSE Version 3 and you may use the Software solely pursuant to the terms of the relevant Commercial Agreement. </comments> </license> </licenses> <build> <plugins> <plugin> <groupId>org.scalastyle</groupId> <artifactId>scalastyle-maven-plugin</artifactId> </plugin> </plugins> </build> <dependencies> <!-- shared versions are defined in the parent pom --> <dependency> <groupId>org.opencypher</groupId> <artifactId>tck</artifactId> <version>${opencypher.version}</version> </dependency> <!-- scala --> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> </dependency> <!-- scala test dependencies --> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.11</artifactId> </dependency> <dependency> <groupId>org.scalautils</groupId> <artifactId>scalautils_2.11</artifactId> </dependency> <dependency> <groupId>org.scalacheck</groupId> <artifactId>scalacheck_2.11</artifactId> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scalap</artifactId> </dependency> <!-- neo4j --> <dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-cypher</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-cypher-spec-suite-tools</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-enterprise-cypher</artifactId> <version>${project.version}</version> </dependency> <!-- neo4j testing --> <dependency> <groupId>org.neo4j.community</groupId> <artifactId>it-test-support</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-enterprise-kernel</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-io</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-cypher</artifactId> <version>${project.version}</version> <type>test-jar</type> </dependency> <dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-enterprise-cypher</artifactId> <version>${project.version}</version> <type>test-jar</type> </dependency> <dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-cypher-spec-suite-tools</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> </dependencies> </project>