fitnesse
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.fitnesse</groupId> <artifactId>fitnesse</artifactId> <version>20221219</version> </dependency>
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.fitnesse</groupId> <artifactId>fitnesse</artifactId> <version>20221219</version> <name>FitNesse</name> <description>The fully integrated standalone wiki, and acceptance testing framework.</description> <url>http://fitnesse.org</url> <packaging>jar</packaging> <dependencies> <dependency> <groupId>org.htmlparser</groupId> <artifactId>htmlparser</artifactId> <version>2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.htmlparser</groupId> <artifactId>htmllexer</artifactId> <version>2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity-engine-core</artifactId> <version>2.3</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-api</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>commons-lang3</artifactId> <groupId>org.apache.commons</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.12.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId> <version>1.7.36</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20220320</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.googlecode.java-diff-utils</groupId> <artifactId>diffutils</artifactId> <version>1.3.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> <version>1.10.0</version> <scope>runtime</scope> </dependency> </dependencies> <licenses> <license> <name>Common Public License version 1.0</name> <url>http://www.opensource.org/licenses/cpl1.0</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git://github.com/unclebob/fitnesse.git</connection> <developerConnection>scm:git:git@github.com:unclebob/fitnesse.git</developerConnection> <url>scm:git:http://github.com/unclebob/fitnesse</url> </scm> <developers> <developer> <id>unclebob</id> <name>Robert C. Martin</name> <email>unclebob@cleancoder.com</email> </developer> </developers> </project>