-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
43 lines (42 loc) · 1.52 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[submodule "implementation/eclipse/eclipselink"]
path = implementation/eclipse/eclipselink
url = https://github.com/eclipse-ee4j/eclipselink
branch = 4.0
[submodule "implementation/eclipse/jersey"]
path = implementation/eclipse/jersey
url = https://github.com/eclipse-ee4j/jersey
branch = 3.1
[submodule "implementation/eclipse/mojarra"]
path = implementation/eclipse/mojarra
url = https://github.com/eclipse-ee4j/mojarra
branch = 4.0
[submodule "implementation/eclipse/tyrus"]
path = implementation/eclipse/tyrus
url = https://github.com/eclipse-ee4j/tyrus.git
branch = 2.x
[submodule "implementation/eclipse/wasp"]
path = implementation/eclipse/wasp
url = https://github.com/eclipse-ee4j/wasp.git
[submodule "implementation/eclipse/yasson"]
path = implementation/eclipse/yasson
url = https://github.com/eclipse-ee4j/yasson.git
[submodule "specification/cdi"]
path = specification/cdi
url = https://github.com/jakartaee/cdi
branch = 4.0
[submodule "specification/faces"]
path = specification/faces
url = https://github.com/jakartaee/faces
[submodule "specification/jsonb-api"]
path = specification/jsonb-api
url = https://github.com/jakartaee/jsonb-api.git
branch = 3.0.0-BRANCH
[submodule "specification/pages"]
path = specification/pages
url = https://github.com/jakartaee/pages.git
[submodule "specification/servlet"]
path = specification/servlet
url = https://github.com/jakartaee/servlet.git
[submodule "specification/websocket"]
path = specification/websocket
url = https://github.com/jakartaee/websocket.git