1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<!-- |
3 |
~ Copyright 2004-2012 ICEsoft Technologies Canada Corp. |
4 |
~ |
5 |
~ Licensed under the Apache License, Version 2.0 (the "License"); |
6 |
~ you may not use this file except in compliance with the |
7 |
~ License. You may obtain a copy of the License at |
8 |
~ |
9 |
~ http://www.apache.org/licenses/LICENSE-2.0 |
10 |
~ |
11 |
~ Unless required by applicable law or agreed to in writing, |
12 |
~ software distributed under the License is distributed on an "AS |
13 |
~ IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either |
14 |
~ express or implied. See the License for the specific language |
15 |
~ governing permissions and limitations under the License. |
16 |
--> |
17 |
|
18 |
<project xmlns="http://maven.apache.org/POM/4.0.0" |
19 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
20 |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
21 |
<modelVersion>4.0.0</modelVersion> |
22 |
<groupId>org.icemobile</groupId> |
23 |
<artifactId>icemobile-jsp</artifactId> |
24 |
<version>1.2.0.Beta1</version> |
25 |
<packaging>jar</packaging> |
26 |
<name>ICEmobile JSP</name> |
27 |
<url>http://www.icesoft.org</url> |
28 |
<description>ICEmobile JSP Tag Library</description> |
29 |
<licenses> |
30 |
<license> |
31 |
<name>Apache License Version 2.0</name> |
32 |
<url>http://www.apache.org/licenses/LICENSE-2.0</url> |
33 |
<distribution>repo</distribution> |
34 |
</license> |
35 |
</licenses> |
36 |
|
37 |
<dependencies> |
38 |
<dependency> |
39 |
<groupId>jstl</groupId> |
40 |
<artifactId>jstl</artifactId> |
41 |
<version>1.2</version> |
42 |
</dependency> |
43 |
</dependencies> |
44 |
|
45 |
</project> |