Mercurial > hg > digilib
comparison servlet3/pom.xml.orig @ 1623:5418b39dd49f
Merge from iiif-presentation branch
62246fdad98050c4c371e0e6c2d8e5c56a73c092
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Thu, 01 Jun 2017 15:06:02 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1609:3f3a4f4eecb1 | 1623:5418b39dd49f |
---|---|
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 <parent> | |
4 <artifactId>digilib</artifactId> | |
5 <groupId>digilib</groupId> | |
6 <version>2.3.1</version> | |
7 </parent> | |
8 <artifactId>digilib-servlet3</artifactId> | |
9 <name>digilib-servlet3</name> | |
10 <build> | |
11 <pluginManagement> | |
12 <plugins> | |
13 <plugin> | |
14 <groupId>org.apache.maven.plugins</groupId> | |
15 <artifactId>maven-compiler-plugin</artifactId> | |
16 <version>3.3</version> | |
17 <configuration> | |
18 <source>1.7</source> | |
19 <target>1.7</target> | |
20 </configuration> | |
21 </plugin> | |
22 </plugins> | |
23 </pluginManagement> | |
24 </build> | |
25 <dependencies> | |
26 <dependency> | |
27 <groupId>org.mortbay.jetty</groupId> | |
28 <artifactId>servlet-api</artifactId> | |
29 <version>3.0.20100224</version> | |
30 <type>jar</type> | |
31 <scope>provided</scope> | |
32 </dependency> | |
33 <dependency> | |
34 <groupId>digilib</groupId> | |
35 <artifactId>digilib-servlet</artifactId> | |
36 </dependency> | |
37 </dependencies> | |
38 <description>digilib servlet components using asynchronous servlet API.</description> | |
39 </project> |