specrunner-sql-positive
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.specrunner</groupId>
<artifactId>specrunner-sql-positive</artifactId>
<version>1.5.17</version>
</dependency><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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.specrunner</groupId>
<artifactId>specrunner</artifactId>
<version>1.5.17</version>
<relativePath>../specrunner</relativePath>
</parent>
<artifactId>specrunner-sql-positive</artifactId>
<distributionManagement>
<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>org.specrunner</groupId>
<artifactId>specrunner-sql</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>