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>
8 <groupId>commons-lang</groupId>
9 <artifactId>commons-lang</artifactId>
10 <version>2.6</version>
12 <scope>compile</scope>
15 <groupId>edu.ufl.cise</groupId>
16 <artifactId>BTFJ</artifactId>
17 <version>1.1.2-SNAPSHOT</version>