Skip to content

Commit 83c3f2e

Browse files
committed
Merge pull request #513 from rzanoli/release
Release 1.2.1
2 parents 93e5f36 + 2bade64 commit 83c3f2e

File tree

82 files changed

+8481
-2692
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+8481
-2692
lines changed

adarte/pom.xml

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<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">
2+
<modelVersion>4.0.0</modelVersion>
3+
<parent>
4+
<groupId>eu.excitementproject</groupId>
5+
<artifactId>eop</artifactId>
6+
<version>1.2.1</version>
7+
</parent>
8+
<artifactId>adarte</artifactId>
9+
<dependencies>
10+
<dependency>
11+
<groupId>eu.excitementproject</groupId>
12+
<artifactId>common</artifactId>
13+
<version>1.2.0</version>
14+
</dependency>
15+
<dependency>
16+
<groupId>eu.excitementproject</groupId>
17+
<artifactId>lap</artifactId>
18+
<version>1.2.0</version>
19+
</dependency>
20+
<dependency>
21+
<groupId>eu.excitementproject</groupId>
22+
<artifactId>distsim</artifactId>
23+
<version>1.2.0</version>
24+
</dependency>
25+
<dependency>
26+
<groupId>eu.excitementproject</groupId>
27+
<artifactId>core</artifactId>
28+
<version>1.2.0</version>
29+
</dependency>
30+
<dependency>
31+
<groupId>nz.ac.waikato.cms.weka</groupId>
32+
<artifactId>weka-stable</artifactId>
33+
<version>3.6.11</version>
34+
</dependency>
35+
<dependency>
36+
<groupId>fbk</groupId>
37+
<artifactId>treeditdistance</artifactId>
38+
<version>1.0</version>
39+
</dependency>
40+
<dependency>
41+
<groupId>org.apache.uima</groupId>
42+
<artifactId>uimafit-core</artifactId>
43+
<version>2.1.0</version>
44+
</dependency>
45+
</dependencies>
46+
<url>http://maven.apache.org</url>
47+
<name>adarte</name>
48+
<properties>
49+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
50+
</properties>
51+
</project>

0 commit comments

Comments
 (0)