File tree Expand file tree Collapse file tree 14 files changed +434
-477
lines changed
Expand file tree Collapse file tree 14 files changed +434
-477
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
54 <parent >
65 <artifactId >parent-modules</artifactId >
76 <groupId >com.baeldung</groupId >
Original file line number Diff line number Diff line change 55 <artifactId >apache-cxf</artifactId >
66 <version >0.0.1-SNAPSHOT</version >
77 <packaging >pom</packaging >
8-
8+
99 <modules >
1010 <module >cxf-introduction</module >
1111 <module >cxf-spring</module >
1212 <module >cxf-jaxrs-implementation</module >
1313 <module >cxf-aegis</module >
1414 </modules >
15-
15+
1616 <properties >
1717 <junit .version>4.12</junit .version>
1818 <maven-compiler-plugin .version>3.6.0</maven-compiler-plugin .version>
1919 <exec-maven-plugin .version>1.5.0</exec-maven-plugin .version>
2020 </properties >
21-
21+
2222 <dependencies >
2323 <dependency >
2424 <groupId >junit</groupId >
2727 <scope >test</scope >
2828 </dependency >
2929 </dependencies >
30-
30+
3131 <build >
3232 <defaultGoal >install</defaultGoal >
3333 <pluginManagement >
You can’t perform that action at this time.
0 commit comments