Maven repository
- Add http://stronghold.sirma.bg/maven2
to the list of maven repositories:
<repositories>
...
<repository>
<id>Ontotext</id>
<name>Ontotext Lab</name>
<url>http://stronghold.sirma.bg/maven2</url>
<layout>default</layout>
</repository>
...
</repositories>
- Add the following dependencies:
<dependency>
<groupId>net.sourceforge.wsmo4j</groupId>
<artifactId>wsmo-api</artifactId>
<version>...</version>
</dependency>
(optional)
<dependency>
<groupId>net.sourceforge.wsmo4j</groupId>
<artifactId>wsmo4j</artifactId>
<version>...</version>
</dependency>
(optional)
<dependency>
<groupId>net.sourceforge.wsmo4j</groupId>
<artifactId>WSML-grammar</artifactId>
<version>...</version>
</dependency>
(optional)
<dependency>
<groupId>net.sourceforge.wsmo4j</groupId>
<artifactId>sbpel-api</artifactId>
<version>...</version>
</dependency>
(optional)
<dependency>
<groupId>net.sourceforge.wsmo4j</groupId>
<artifactId>sbpel-impl</artifactId>
<version>...</version>
</dependency>
(optional)
<dependency>
<groupId>net.sourceforge.wsmo4j</groupId>
<artifactId>grounding-api</artifactId>
<version>...</version>
</dependency>
(optional)
<dependency>
<groupId>net.sourceforge.wsmo4j</groupId>
<artifactId>grounding-impl</artifactId>
<version>...</version>
</dependency>