Revision 34026 branches/v2_0_0_prep/extensions/extWFS2/pom.xml

View differences:

pom.xml
89 89
			<scope>test</scope>
90 90
		</dependency>
91 91
		<dependency>
92
            <groupId>org.gvsig</groupId>
93
            <artifactId>org.gvsig.compat</artifactId>    
94
             <version>2.0-SNAPSHOT</version>           
95
            <scope>compile</scope>
96
        </dependency>
97
        <dependency>
98
            <groupId>org.gvsig</groupId>
99
            <artifactId>org.gvsig.compat</artifactId>
100
             <version>2.0-SNAPSHOT</version>   
101
            <classifier>se</classifier>
102
            <scope>runtime</scope>
103
        </dependency>
104
		<dependency>
105
            <groupId>org.gvsig</groupId>
106
            <artifactId>org.gvsig.xmlpull.lib.impl</artifactId>
107
            <version>2.0.0-SNAPSHOT</version>   
108
            <scope>runtime</scope>
109
        </dependency>
110
        <dependency>
111
            <groupId>org.gvsig</groupId>
112
            <artifactId>org.gvsig.xmlpull.prov.kxml</artifactId>
113
            <version>2.0.0-SNAPSHOT</version>   
114
            <scope>runtime</scope>
115
        </dependency>
116
        <dependency>
117
            <groupId>org.gvsig</groupId>
118
            <artifactId>org.gvsig.xmlschema.lib.impl</artifactId>
119
            <version>2.0.0-SNAPSHOT</version>   
120
            <scope>runtime</scope>
121
        </dependency>
122
         <dependency>
123
            <groupId>org.gvsig</groupId>
124
            <artifactId>org.gvsig.xmlschema.prov.kxml</artifactId>
125
            <version>2.0.0-SNAPSHOT</version>   
126
            <scope>runtime</scope>
127
        </dependency>
128
        <dependency>
129
            <groupId>java3d</groupId>
130
            <artifactId>vecmath</artifactId>
131
            <scope>runtime</scope>            
132
        </dependency>
133
		<dependency>
92 134
			<groupId>org.geotools</groupId>
93 135
			<artifactId>gt2-main</artifactId>
94 136
		</dependency>		
......
111 153
					<include> **/*.jpeg</include>
112 154
				</includes>
113 155
			</resource>
156
			<resource>
157
			        <directory>resources</directory>
158
			</resource>
114 159
		</resources>
115 160
		<plugins>
116 161
			<plugin>
......
192 237
        			<!-- TODO: MAKE TESTS WORK AND REMOVE THIS OPTION -->
193 238
                    <skipTests>true</skipTests>
194 239
                </configuration>
195
            </plugin>       
196
			<plugin>
197
				<groupId>org.apache.maven.plugins</groupId>
198
				<artifactId>maven-compiler-plugin</artifactId>
199
				<configuration>
200
					<testExcludes>
201
						<exclude>**</exclude>
202
					</testExcludes>
203
				</configuration>
204
			</plugin>
240
            </plugin> 			
205 241
		</plugins>
206 242
	</build>
207 243
</project>

Also available in: Unified diff