bench4q/Bench4Q-Recorder/pom.xml

26 lines
812 B
XML
Raw Normal View History

2014-03-21 09:59:49 +08:00
<?xml version="1.0"?>
<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>org.bench4q</groupId>
<artifactId>integration</artifactId>
<version>1.0 Beta</version>
</parent>
<artifactId>bench4q-recorder</artifactId>
<name>bench4q-recorder</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<!-- parse the dom tree of response html -->
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.7.3</version>
</dependency>
</dependencies>
</project>