1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance "
2
- xsi : schemaLocation =" http://maven.apache .org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd " >
3
- < modelVersion > 4.0.0</ modelVersion >
4
- < groupId >com.baeldung.msf4j</ groupId >
5
- < artifactId > msf4j</artifactId >
6
- < version >0.0.1-SNAPSHOT</ version >
7
- < name >WSO2 MSF4J Microservice</ name >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
+ 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 " >
4
+ < modelVersion >4.0.0</ modelVersion >
5
+ < groupId >com.baeldung. msf4j</groupId >
6
+ < artifactId >msf4j</ artifactId >
7
+ < version >0.0.1-SNAPSHOT</ version >
8
8
9
- <parent >
10
- <groupId >org.wso2.msf4j</groupId >
11
- <artifactId >msf4j-service</artifactId >
12
- <version >2.6.0</version >
13
- </parent >
9
+ <parent >
10
+ <groupId >org.wso2.msf4j</groupId >
11
+ <artifactId >msf4j-service</artifactId >
12
+ <version >2.6.0</version >
13
+ </parent >
14
14
15
- <dependencies >
16
- <dependency >
17
- <groupId >org.wso2.msf4j</groupId >
18
- <artifactId >msf4j-spring</artifactId >
19
- <version >${msf4j.version} </version >
20
- </dependency >
21
- <dependency >
22
- <groupId >org.wso2.msf4j</groupId >
23
- <artifactId >msf4j-mustache-template</artifactId >
24
- <version >${msf4j.version} </version >
25
- </dependency >
26
- </dependencies >
15
+ <dependencies >
16
+ <dependency >
17
+ <groupId >org.wso2.msf4j</groupId >
18
+ <artifactId >msf4j-spring</artifactId >
19
+ <version >${msf4j.version} </version >
20
+ </dependency >
21
+ <dependency >
22
+ <groupId >org.wso2.msf4j</groupId >
23
+ <artifactId >msf4j-mustache-template</artifactId >
24
+ <version >${msf4j.version} </version >
25
+ </dependency >
26
+ </dependencies >
27
27
28
- <properties >
29
- <microservice .mainClass>com.baeldung.msf4j.msf4jintro.Application</microservice .mainClass>
30
- <msf4j .version>2.6.1</msf4j .version>
31
- </properties >
28
+ <properties >
29
+ <microservice .mainClass>com.baeldung.msf4j.msf4jintro.Application</microservice .mainClass>
30
+ <msf4j .version>2.6.1</msf4j .version>
31
+ </properties >
32
32
33
33
</project >
0 commit comments