File tree 13 files changed +0
-73
lines changed
dbws/org.eclipse.persistence.dbws
org.eclipse.persistence.core
org.eclipse.persistence.nosql
org.eclipse.persistence.jpa.modelgen
org.eclipse.persistence.jpars
moxy/org.eclipse.persistence.moxy
sdo/org.eclipse.persistence.sdo
utils/org.eclipse.persistence.dbws.builder
13 files changed +0
-73
lines changed Original file line number Diff line number Diff line change 87
87
<artifactId >junit</artifactId >
88
88
<scope >test</scope >
89
89
</dependency >
90
- <!-- EclipseLink ASM Implementation-->
91
- <dependency >
92
- <groupId >org.eclipse.persistence</groupId >
93
- <artifactId >org.eclipse.persistence.asm</artifactId >
94
- <scope >test</scope >
95
- </dependency >
96
90
<!-- JDBC driver (test dependency)-->
97
91
<dependency >
98
92
<groupId >${db.driver.groupId} </groupId >
Original file line number Diff line number Diff line change 90
90
<scope >test</scope >
91
91
</dependency >
92
92
<!-- ASM Implementations-->
93
- <dependency >
94
- <groupId >org.eclipse.persistence</groupId >
95
- <artifactId >org.eclipse.persistence.asm</artifactId >
96
- <scope >test</scope >
97
- </dependency >
98
93
<dependency >
99
94
<groupId >org.ow2.asm</groupId >
100
95
<artifactId >asm</artifactId >
Original file line number Diff line number Diff line change 47
47
<dependency >
48
48
<groupId >org.eclipse.persistence</groupId >
49
49
<artifactId >org.eclipse.persistence.asm</artifactId >
50
- <scope >provided</scope >
51
- <optional >true</optional >
52
50
</dependency >
53
51
<dependency >
54
52
<groupId >org.eclipse.persistence</groupId >
Original file line number Diff line number Diff line change 85
85
<type >test-jar</type >
86
86
<scope >test</scope >
87
87
</dependency >
88
- <!-- EclipseLink ASM Implementation-->
89
- <dependency >
90
- <groupId >org.eclipse.persistence</groupId >
91
- <artifactId >org.eclipse.persistence.asm</artifactId >
92
- <scope >test</scope >
93
- </dependency >
94
88
</dependencies >
95
89
96
90
<build >
Original file line number Diff line number Diff line change 52
52
<scope >test</scope >
53
53
</dependency >
54
54
<!-- ASM Implementations-->
55
- <!-- EclipseLink ASM Implementation-->
56
- <dependency >
57
- <groupId >org.eclipse.persistence</groupId >
58
- <artifactId >org.eclipse.persistence.asm</artifactId >
59
- <scope >test</scope >
60
- </dependency >
61
55
<!-- Origin OW2-->
62
56
<dependency >
63
57
<groupId >org.ow2.asm</groupId >
Original file line number Diff line number Diff line change 137
137
<artifactId >jaxb-xjc</artifactId >
138
138
<scope >test</scope >
139
139
</dependency >
140
- <!-- EclipseLink ASM Implementation-->
141
- <dependency >
142
- <groupId >org.eclipse.persistence</groupId >
143
- <artifactId >org.eclipse.persistence.asm</artifactId >
144
- <scope >test</scope >
145
- </dependency >
146
140
<!-- JDBC driver (test dependency)-->
147
141
<dependency >
148
142
<groupId >${db.driver.groupId} </groupId >
Original file line number Diff line number Diff line change 243
243
244
244
<!-- Test dependencies-->
245
245
<!-- ASM Implementations-->
246
- <!-- EclipseLink ASM Implementation-->
247
- <dependency >
248
- <groupId >org.eclipse.persistence</groupId >
249
- <artifactId >org.eclipse.persistence.asm</artifactId >
250
- <scope >test</scope >
251
- </dependency >
252
246
<!-- Origin OW2-->
253
247
<dependency >
254
248
<groupId >org.ow2.asm</groupId >
Original file line number Diff line number Diff line change 78
78
<artifactId >jakarta.ejb-api</artifactId >
79
79
<scope >test</scope >
80
80
</dependency >
81
- <!-- EclipseLink ASM Implementation-->
82
- <dependency >
83
- <groupId >org.eclipse.persistence</groupId >
84
- <artifactId >org.eclipse.persistence.asm</artifactId >
85
- <scope >test</scope >
86
- </dependency >
87
81
<!-- JDBC driver (test dependency)-->
88
82
<dependency >
89
83
<groupId >${db.driver.groupId} </groupId >
Original file line number Diff line number Diff line change 50
50
<artifactId >junit</artifactId >
51
51
<scope >test</scope >
52
52
</dependency >
53
- <!-- EclipseLink ASM Implementation-->
54
- <dependency >
55
- <groupId >org.eclipse.persistence</groupId >
56
- <artifactId >org.eclipse.persistence.asm</artifactId >
57
- <scope >test</scope >
58
- </dependency >
59
53
</dependencies >
60
54
61
55
<build >
Original file line number Diff line number Diff line change 91
91
<artifactId >jersey-common</artifactId >
92
92
<scope >test</scope >
93
93
</dependency >
94
- <!-- EclipseLink ASM Implementation-->
95
- <dependency >
96
- <groupId >org.eclipse.persistence</groupId >
97
- <artifactId >org.eclipse.persistence.asm</artifactId >
98
- <scope >test</scope >
99
- </dependency >
100
94
<!-- JDBC driver (test dependency)-->
101
95
<dependency >
102
96
<groupId >${db.driver.groupId} </groupId >
Original file line number Diff line number Diff line change 117
117
<optional >true</optional >
118
118
<scope >test</scope >
119
119
</dependency >
120
- <!-- EclipseLink ASM Implementation-->
121
- <dependency >
122
- <groupId >org.eclipse.persistence</groupId >
123
- <artifactId >org.eclipse.persistence.asm</artifactId >
124
- <scope >test</scope >
125
- </dependency >
126
120
</dependencies >
127
121
128
122
<build >
Original file line number Diff line number Diff line change 69
69
</dependency >
70
70
71
71
<!-- Test dependencies-->
72
- <!-- EclipseLink ASM Implementation-->
73
- <dependency >
74
- <groupId >org.eclipse.persistence</groupId >
75
- <artifactId >org.eclipse.persistence.asm</artifactId >
76
- <scope >test</scope >
77
- </dependency >
78
72
<!-- Test framework-->
79
73
<dependency >
80
74
<groupId >junit</groupId >
Original file line number Diff line number Diff line change 105
105
<artifactId >jaxws-eclipselink-plugin</artifactId >
106
106
<scope >test</scope >
107
107
</dependency >
108
- <!-- EclipseLink ASM Implementation-->
109
- <dependency >
110
- <groupId >org.eclipse.persistence</groupId >
111
- <artifactId >org.eclipse.persistence.asm</artifactId >
112
- <scope >test</scope >
113
- </dependency >
114
108
<!-- JDBC driver (test dependency)-->
115
109
<dependency >
116
110
<groupId >${db.driver.groupId} </groupId >
You can’t perform that action at this time.
0 commit comments