-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpom.xml
More file actions
28 lines (25 loc) · 782 Bytes
/
pom.xml
File metadata and controls
28 lines (25 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<project>
<name>NoSQL workshop superproject</name>
<modelVersion>4.0.0</modelVersion>
<groupId>no.knowit.nosqlworkshop</groupId>
<version>1.0</version>
<artifactId>nosqlworkshop</artifactId>
<packaging>pom</packaging>
<modules>
<module>CouchDB</module>
<module>Neo4J</module>
<module>HBase</module>
<module>Voldemort</module>
</modules>
<repositories>
<repository>
<id>tobiast</id>
<name>Maven Repository Switchboard</name>
<layout>default</layout>
<url>http://folk.uio.no/tobiast/repository</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
</project>