aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-09-15 00:21:21 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2013-09-15 00:21:21 +0200
commitb1271a305e0a3bb07cf6cafaea25a539ffd9ab5e (patch)
tree697c47fb630ad317d45fd8f952613360ebee5db7 /pom.xml
downloadbtree-b1271a305e0a3bb07cf6cafaea25a539ffd9ab5e.tar.gz
btree-b1271a305e0a3bb07cf6cafaea25a539ffd9ab5e.tar.bz2
btree-b1271a305e0a3bb07cf6cafaea25a539ffd9ab5e.tar.xz
btree-b1271a305e0a3bb07cf6cafaea25a539ffd9ab5e.zip
o Initial import of a heap file manager.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..c444f96
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>io.trygvis.btree</groupId>
+ <artifactId>btree</artifactId>
+ <version>1.0-SNAPSHOT</version>
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.11</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>