source: CQIClient/pom.xml @ 2185

Last change on this file since 2185 was 2178, checked in by akislev, 12 years ago

A client used to query with a CWB corpora over a CQI interface

File size: 950 bytes
Line 
1<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3  <modelVersion>4.0.0</modelVersion>
4
5  <groupId>eu.clarin.cqi</groupId>
6  <version>1.0-SNAPSHOT</version>
7  <packaging>jar</packaging>
8
9  <name>CQI Client</name>
10  <url>http://maven.apache.org</url>
11
12  <properties>
13    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14  </properties>
15
16  <dependencies>
17    <dependency>
18      <groupId>junit</groupId>
19      <artifactId>junit</artifactId>
20      <version>4.10</version>
21      <scope>test</scope>
22      <type>jar</type>
23      <exclusions>
24        <exclusion>
25          <artifactId>hamcrest-core</artifactId>
26          <groupId>org.hamcrest</groupId>
27        </exclusion>
28      </exclusions>
29    </dependency>
30  </dependencies>
31    <artifactId>cqi-client</artifactId>
32</project>
Note: See TracBrowser for help on using the repository browser.