1+ <?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" >
5+ <parent >
6+ <groupId >io.github.microsphere-projects</groupId >
7+ <artifactId >microsphere-java-enterprise-parent</artifactId >
8+ <version >${revision} </version >
9+ <relativePath >../microsphere-java-enterprise-parent/pom.xml</relativePath >
10+ </parent >
11+ <modelVersion >4.0.0</modelVersion >
12+
13+ <groupId >io.github.microsphere-projects</groupId >
14+ <artifactId >microsphere-java-enterprise-dependencies</artifactId >
15+ <version >${revision} </version >
16+ <packaging >pom</packaging >
17+
18+ <name >Microsphere :: Java EE :: Dependencies</name >
19+ <description >Microsphere Java EE Dependencies</description >
20+
21+ <dependencyManagement >
22+ <dependencies >
23+
24+ <dependency >
25+ <groupId >io.github.microsphere-projects</groupId >
26+ <artifactId >microsphere-bean-validation</artifactId >
27+ <version >${revision} </version >
28+ </dependency >
29+
30+ <dependency >
31+ <groupId >io.github.microsphere-projects</groupId >
32+ <artifactId >microsphere-cdi</artifactId >
33+ <version >${revision} </version >
34+ </dependency >
35+
36+ <dependency >
37+ <groupId >io.github.microsphere-projects</groupId >
38+ <artifactId >microsphere-interceptor</artifactId >
39+ <version >${revision} </version >
40+ </dependency >
41+
42+ <dependency >
43+ <groupId >io.github.microsphere-projects</groupId >
44+ <artifactId >microsphere-jcache</artifactId >
45+ <version >${revision} </version >
46+ </dependency >
47+
48+ <dependency >
49+ <groupId >io.github.microsphere-projects</groupId >
50+ <artifactId >microsphere-servlet</artifactId >
51+ <version >${revision} </version >
52+ </dependency >
53+ </dependencies >
54+
55+ </dependencyManagement >
56+
57+ </project >
0 commit comments