Last change
on this file since 61 was 61, checked in by wouter, 5 years ago |
#31 initialize accountserver utils project
|
File size:
724 bytes
|
Rev | Line | |
---|
[61] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
---|
| 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
---|
| 3 | <modelVersion>4.0.0</modelVersion>
|
---|
| 4 | <groupId>tudelft.utilities</groupId>
|
---|
| 5 | <artifactId>accountserver</artifactId>
|
---|
| 6 | <packaging>war</packaging>
|
---|
| 7 | <version>1.0.0</version>
|
---|
| 8 | <name>accountserver Maven Webapp</name>
|
---|
| 9 | <url>http://maven.apache.org</url>
|
---|
| 10 | <dependencies>
|
---|
| 11 | <dependency>
|
---|
| 12 | <groupId>junit</groupId>
|
---|
| 13 | <artifactId>junit</artifactId>
|
---|
| 14 | <version>3.8.1</version>
|
---|
| 15 | <scope>test</scope>
|
---|
| 16 | </dependency>
|
---|
| 17 | </dependencies>
|
---|
| 18 | <build>
|
---|
| 19 | <finalName>accountserver</finalName>
|
---|
| 20 | </build>
|
---|
| 21 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.