Revision 2715 org.gvsig.vcsgis/trunk/org.gvsig.vcsgis/org.gvsig.vcsgis.server/org.gvsig.vcsgis.server.lib/pom.xml

View differences:

pom.xml
14 14
            <scope>compile</scope>
15 15
        </dependency>
16 16

  
17

  
18

  
17 19
        <dependency>
18 20
            <groupId>org.gvsig</groupId>
21
            <artifactId>org.gvsig.vcsgis.lib.impl</artifactId>
22
            <scope>runtime</scope>
23
        </dependency>
24
        <dependency>
25
            <groupId>org.gvsig</groupId>
19 26
            <artifactId>org.gvsig.fmap.dal.impl</artifactId>
20
            <scope>test</scope>
27
            <scope>runtime</scope>
21 28
        </dependency>
22 29
        <dependency>
23 30
            <groupId>org.gvsig</groupId>
24 31
            <artifactId>org.gvsig.fmap.dal.db.h2</artifactId>
25
            <scope>test</scope>
32
            <scope>runtime</scope>
26 33
        </dependency>
27 34
        <dependency>
28 35
            <groupId>org.gvsig</groupId>
29 36
            <artifactId>${org.gvsig.fmap.geometry.impl}</artifactId>
30
            <scope>test</scope>
37
            <scope>runtime</scope>
31 38
        </dependency>    
32 39
        <dependency>
33 40
            <groupId>org.gvsig</groupId>
34 41
            <artifactId>org.gvsig.expressionevaluator.lib.impl</artifactId>
35
            <scope>test</scope>
42
            <scope>runtime</scope>
36 43
        </dependency>    
37 44
        <dependency>
38 45
            <groupId>org.gvsig</groupId>
39 46
            <artifactId>org.gvsig.expressionevaluator.geometry.lib.impl</artifactId>
40
            <scope>test</scope>
47
            <scope>runtime</scope>
41 48
        </dependency>    
42 49
        <dependency>
43 50
            <groupId>org.gvsig</groupId>
44 51
            <artifactId>${org.gvsig.proj.lib.impl}</artifactId>
45
            <scope>test</scope>
52
            <scope>runtime</scope>
46 53
        </dependency>
47 54
        <dependency>
48 55
            <groupId>org.gvsig</groupId>
49 56
            <artifactId>org.gvsig.compat.se</artifactId>
50
            <scope>test</scope>
57
            <scope>runtime</scope>
51 58
        </dependency>
52 59
        <dependency>
53 60
            <groupId>org.gvsig</groupId>
54 61
            <artifactId>org.gvsig.metadata.lib.basic.impl</artifactId>
55
            <scope>test</scope>
62
            <scope>runtime</scope>
56 63
        </dependency>      
57 64
        <dependency>
58 65
            <groupId>org.gvsig</groupId>
59 66
            <artifactId>org.gvsig.timesupport.lib.impl</artifactId>
60
            <scope>test</scope>
67
            <scope>runtime</scope>
61 68
        </dependency>
62 69
        <dependency>
63 70
            <groupId>org.gvsig</groupId>
64 71
            <artifactId>org.gvsig.fmap.dal.file.csv</artifactId>
65
            <scope>test</scope>
72
            <scope>runtime</scope>
66 73
        </dependency>
67 74
        <dependency>
68 75
            <groupId>org.gvsig</groupId>
69 76
            <artifactId>org.gvsig.tools.util.impl</artifactId>
70
            <scope>test</scope>
77
            <scope>runtime</scope>
71 78
        </dependency>
72 79
        <dependency>
73 80
            <groupId>org.gvsig</groupId>
74 81
            <artifactId>org.gvsig.tools.swing.impl</artifactId>
75
            <scope>test</scope>
82
            <scope>runtime</scope>
76 83
        </dependency>
84
        
77 85
        <dependency>
78
            <groupId>org.gvsig</groupId>
79
            <artifactId>org.gvsig.vcsgis.lib.impl</artifactId>
80
            <scope>test</scope>
86
          <groupId>org.eclipse.jetty.aggregate</groupId>
87
          <artifactId>jetty-all</artifactId>
88
          <version>9.4.34.v20201102</version>
89
          <type>pom</type>
81 90
        </dependency>
91

  
82 92
    </dependencies>
83 93
    <build>
84 94
        <plugins>

Also available in: Unified diff