Skip to content

Commit b4dcd36

Browse files
authored
Maven build asm dependency change (#1894)
* Maven Build -ASM dependency change Signed-off-by: Radek Felcman <[email protected]>
1 parent 024be0e commit b4dcd36

File tree

13 files changed

+0
-73
lines changed
  • dbws/org.eclipse.persistence.dbws
  • foundation
  • jpa
  • moxy/org.eclipse.persistence.moxy
  • sdo/org.eclipse.persistence.sdo
  • utils/org.eclipse.persistence.dbws.builder

13 files changed

+0
-73
lines changed

dbws/org.eclipse.persistence.dbws/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,6 @@
8787
<artifactId>junit</artifactId>
8888
<scope>test</scope>
8989
</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>
9690
<!--JDBC driver (test dependency)-->
9791
<dependency>
9892
<groupId>${db.driver.groupId}</groupId>

foundation/eclipselink.core.test/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@
9090
<scope>test</scope>
9191
</dependency>
9292
<!--ASM Implementations-->
93-
<dependency>
94-
<groupId>org.eclipse.persistence</groupId>
95-
<artifactId>org.eclipse.persistence.asm</artifactId>
96-
<scope>test</scope>
97-
</dependency>
9893
<dependency>
9994
<groupId>org.ow2.asm</groupId>
10095
<artifactId>asm</artifactId>

foundation/org.eclipse.persistence.core/pom.xml

-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@
4747
<dependency>
4848
<groupId>org.eclipse.persistence</groupId>
4949
<artifactId>org.eclipse.persistence.asm</artifactId>
50-
<scope>provided</scope>
51-
<optional>true</optional>
5250
</dependency>
5351
<dependency>
5452
<groupId>org.eclipse.persistence</groupId>

foundation/org.eclipse.persistence.nosql/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@
8585
<type>test-jar</type>
8686
<scope>test</scope>
8787
</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>
9488
</dependencies>
9589

9690
<build>

jpa/eclipselink.jpa.test.jse/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@
5252
<scope>test</scope>
5353
</dependency>
5454
<!--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>
6155
<!--Origin OW2-->
6256
<dependency>
6357
<groupId>org.ow2.asm</groupId>

jpa/eclipselink.jpa.test/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,6 @@
137137
<artifactId>jaxb-xjc</artifactId>
138138
<scope>test</scope>
139139
</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>
146140
<!--JDBC driver (test dependency)-->
147141
<dependency>
148142
<groupId>${db.driver.groupId}</groupId>

jpa/eclipselink.jpa.testapps/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -243,12 +243,6 @@
243243

244244
<!--Test dependencies-->
245245
<!--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>
252246
<!--Origin OW2-->
253247
<dependency>
254248
<groupId>org.ow2.asm</groupId>

jpa/eclipselink.jpa.wdf.test/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,6 @@
7878
<artifactId>jakarta.ejb-api</artifactId>
7979
<scope>test</scope>
8080
</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>
8781
<!--JDBC driver (test dependency)-->
8882
<dependency>
8983
<groupId>${db.driver.groupId}</groupId>

jpa/org.eclipse.persistence.jpa.modelgen/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@
5050
<artifactId>junit</artifactId>
5151
<scope>test</scope>
5252
</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>
5953
</dependencies>
6054

6155
<build>

jpa/org.eclipse.persistence.jpars/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@
9191
<artifactId>jersey-common</artifactId>
9292
<scope>test</scope>
9393
</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>
10094
<!--JDBC driver (test dependency)-->
10195
<dependency>
10296
<groupId>${db.driver.groupId}</groupId>

moxy/org.eclipse.persistence.moxy/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,6 @@
117117
<optional>true</optional>
118118
<scope>test</scope>
119119
</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>
126120
</dependencies>
127121

128122
<build>

sdo/org.eclipse.persistence.sdo/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,6 @@
6969
</dependency>
7070

7171
<!--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>
7872
<!--Test framework-->
7973
<dependency>
8074
<groupId>junit</groupId>

utils/org.eclipse.persistence.dbws.builder/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,6 @@
105105
<artifactId>jaxws-eclipselink-plugin</artifactId>
106106
<scope>test</scope>
107107
</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>
114108
<!--JDBC driver (test dependency)-->
115109
<dependency>
116110
<groupId>${db.driver.groupId}</groupId>

0 commit comments

Comments
 (0)