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 <groupId>edu.ufl.cise</groupId>
4 <artifactId>KLUJ</artifactId>
5 <version>1.1.1-SNAPSHOT</version>
10 <url>http://www.gnu.org/licenses/lgpl-2.1.txt</url>
11 <distribution>repo</distribution>
17 <groupId>edu.ufl.cise</groupId>
18 <artifactId>BTFJ</artifactId>
19 <version>1.1.2-SNAPSHOT</version>
22 <groupId>edu.ufl.cise</groupId>
23 <artifactId>AMDJ</artifactId>
24 <version>2.2.2-SNAPSHOT</version>
27 <groupId>edu.ufl.cise</groupId>
28 <artifactId>COLAMDJ</artifactId>
29 <version>2.7.3-SNAPSHOT</version>
33 <groupId>junit</groupId>
34 <artifactId>junit</artifactId>
35 <version>3.8.2</version>
44 <!-- required for static imports -->
45 <groupId>org.apache.maven.plugins</groupId>
46 <artifactId>maven-compiler-plugin</artifactId>
54 <groupId>org.apache.maven.plugins</groupId>
55 <artifactId>maven-surefire-plugin</artifactId>
58 <include>**/test/Dklu_*.java</include>