geoserver

Форк
0
/
pom.xml 
77 строк · 2.0 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!-- 
3
Copyright (c) 2001 - 2013 OpenPlans - www.openplans.org. All rights reserved.
4
This code is licensed under the GPL 2.0 license, available at the root
5
application directory.
6
-->
7
<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/maven-v4_0_0.xsd">
8
  <modelVersion>4.0.0</modelVersion>
9

10
  <parent>
11
    <groupId>org.geoserver</groupId>
12
    <artifactId>geoserver</artifactId>
13
    <version>2.26-SNAPSHOT</version>
14
  </parent>
15

16
  <groupId>org.geoserver</groupId>
17
  <artifactId>gs-wcs2_0</artifactId>
18
  <packaging>jar</packaging>
19
  <name>Web Coverage Service 2.0 Module</name>
20

21
  <dependencies>
22

23
    <dependency>
24
      <groupId>org.geoserver</groupId>
25
      <artifactId>gs-main</artifactId>
26
    </dependency>
27

28
    <dependency>
29
      <groupId>org.geoserver</groupId>
30
      <artifactId>gs-wcs</artifactId>
31
    </dependency>
32
    <dependency>
33
      <groupId>org.geoserver</groupId>
34
      <artifactId>gs-wcs1_1</artifactId>
35
      <type>jar</type>
36
    </dependency>
37

38
    <dependency>
39
      <groupId>org.geotools.ogc</groupId>
40
      <artifactId>net.opengis.wcs</artifactId>
41
    </dependency>
42
    <dependency>
43
      <groupId>org.geotools.xsd</groupId>
44
      <artifactId>gt-xsd-wcs</artifactId>
45
    </dependency>
46

47
    <dependency>
48
      <groupId>javax.servlet</groupId>
49
      <artifactId>javax.servlet-api</artifactId>
50
      <scope>provided</scope>
51
    </dependency>
52

53
    <dependency>
54
      <groupId>org.geoserver</groupId>
55
      <artifactId>gs-main</artifactId>
56
      <classifier>tests</classifier>
57
      <scope>test</scope>
58
    </dependency>
59

60
    <dependency>
61
      <groupId>org.geotools</groupId>
62
      <artifactId>gt-iau-wkt</artifactId>
63
      <scope>test</scope>
64
    </dependency>
65
  </dependencies>
66

67
  <build>
68
    <testResources>
69
      <testResource>
70
        <directory>src/test/resources</directory>
71
      </testResource>
72
    </testResources>
73

74
    <plugins></plugins>
75
  </build>
76

77
</project>
78

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.