We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ee371 commit a47e15aCopy full SHA for a47e15a
samples/airline/pom.xml
@@ -0,0 +1,17 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<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">
3
+ <parent>
4
+ <artifactId>spring-ws-samples</artifactId>
5
+ <groupId>org.springframework.ws</groupId>
6
+ <version>2.0.0-M1-SNAPSHOT</version>
7
+ <relativePath>../pom.xml</relativePath>
8
+ </parent>
9
+ <modelVersion>4.0.0</modelVersion>
10
+ <artifactId>airline</artifactId>
11
+ <packaging>pom</packaging>
12
+ <name>Spring WS Airline Sample</name>
13
+ <modules>
14
+ <module>server</module>
15
+ <module>client</module>
16
+ </modules>
17
+</project>
0 commit comments