← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #247715]: Problem when build test with Eclipse/Maven/TestNG, NoClassDefFoundError

 

Question #247715 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/247715

DH posted a new comment:
Sorry RaiMan,
forgot my POM-file:
<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>

  <groupId>com.KvadratTest</groupId>
  <artifactId>KvadratTest</artifactId>
  <version>0.0.1-SNAPSHOT</version>
  <packaging>jar</packaging>

  <name>KvadratTest</name>
  <url>http://maven.apache.org</url>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>

  <dependencies>
    <dependency>
  <groupId>org.testng</groupId>
  <artifactId>testng</artifactId>
  <version>6.1.1</version>
  <scope>test</scope>
    </dependency>
<dependency>
	<groupId>org.sikuli</groupId>
	<artifactId>sikuli-core</artifactId>
	<version>1.1.3</version>
</dependency>
 
  </dependencies>
  
  
</project>

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.