comparison pom.xml @ 19:f0f55ab768c9

more work on HTML UI.
author casties
date Thu, 06 Sep 2012 19:02:59 +0200
parents aafa3884b2c4
children 5b568de5ee0d
comparison
equal deleted inserted replaced
18:aafa3884b2c4 19:f0f55ab768c9
78 <dependency> 78 <dependency>
79 <groupId>commons-codec</groupId> 79 <groupId>commons-codec</groupId>
80 <artifactId>commons-codec</artifactId> 80 <artifactId>commons-codec</artifactId>
81 <version>1.4</version> 81 <version>1.4</version>
82 </dependency> 82 </dependency>
83 <dependency>
84 <groupId>org.restlet.jee</groupId>
85 <artifactId>org.restlet.lib.org.json</artifactId>
86 <version>2.0</version>
87 </dependency>
83 </dependencies> 88 </dependencies>
84 <build> 89 <build>
85 <finalName>AnnotationManager</finalName> 90 <finalName>AnnotationManager</finalName>
86 <pluginManagement> 91 <pluginManagement>
87 <plugins> 92 <plugins>