Skip to content

Commit

Permalink
Merge pull request #513 from rzanoli/release
Browse files Browse the repository at this point in the history
Release 1.2.1
  • Loading branch information
rzanoli committed Feb 12, 2015
2 parents 93e5f36 + 2bade64 commit 83c3f2e
Show file tree
Hide file tree
Showing 82 changed files with 8,481 additions and 2,692 deletions.
51 changes: 51 additions & 0 deletions adarte/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<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>eu.excitementproject</groupId>
<artifactId>eop</artifactId>
<version>1.2.1</version>
</parent>
<artifactId>adarte</artifactId>
<dependencies>
<dependency>
<groupId>eu.excitementproject</groupId>
<artifactId>common</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>eu.excitementproject</groupId>
<artifactId>lap</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>eu.excitementproject</groupId>
<artifactId>distsim</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>eu.excitementproject</groupId>
<artifactId>core</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>weka-stable</artifactId>
<version>3.6.11</version>
</dependency>
<dependency>
<groupId>fbk</groupId>
<artifactId>treeditdistance</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-core</artifactId>
<version>2.1.0</version>
</dependency>
</dependencies>
<url>http://maven.apache.org</url>
<name>adarte</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
Loading

0 comments on commit 83c3f2e

Please sign in to comment.