Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Radek Felcman <[email protected]>
  • Loading branch information
rfelcman committed Nov 24, 2023
1 parent 8d14811 commit 259e76a
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion dbws/org.eclipse.persistence.dbws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<!--ASM Implementations-->
<!--ASM Implementation-->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion foundation/eclipselink.core.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<artifactId>org.eclipse.persistence.core.test.framework</artifactId>
<scope>test</scope>
</dependency>
<!--ASM Implementations-->
<!--ASM Implementation-->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion foundation/org.eclipse.persistence.nosql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<!--ASM Implementations-->
<!--ASM Implementation-->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jpa/eclipselink.jpa.spring.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<artifactId>org.eclipse.persistence.jpa.test.framework</artifactId>
<scope>test</scope>
</dependency>
<!--ASM Implementations-->
<!--ASM Implementation-->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jpa/eclipselink.jpa.test.jse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<artifactId>weld-se-core</artifactId>
<scope>test</scope>
</dependency>
<!--ASM Implementations-->
<!--ASM Implementation-->
<!--Origin OW2-->
<dependency>
<groupId>org.ow2.asm</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jpa/eclipselink.jpa.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<artifactId>jaxb-xjc</artifactId>
<scope>test</scope>
</dependency>
<!--ASM Implementations-->
<!--ASM Implementation-->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jpa/eclipselink.jpa.testapps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
</dependency>

<!--Test dependencies-->
<!--ASM Implementations-->
<!--ASM Implementation-->
<!--Origin OW2-->
<dependency>
<groupId>org.ow2.asm</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jpa/eclipselink.jpa.wdf.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<artifactId>jakarta.ejb-api</artifactId>
<scope>test</scope>
</dependency>
<!--ASM Implementations-->
<!--ASM Implementation-->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jpa/org.eclipse.persistence.jpa.modelgen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<!--ASM Implementations-->
<!--ASM Implementation-->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jpa/org.eclipse.persistence.jpars/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<artifactId>jersey-common</artifactId>
<scope>test</scope>
</dependency>
<!--ASM Implementations-->
<!--ASM Implementation-->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion moxy/org.eclipse.persistence.moxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<optional>true</optional>
<scope>test</scope>
</dependency>
<!--ASM Implementations-->
<!--ASM Implementation-->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sdo/org.eclipse.persistence.sdo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</dependency>

<!--Test dependencies-->
<!--ASM Implementations-->
<!--ASM Implementation-->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion utils/org.eclipse.persistence.dbws.builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<artifactId>jaxws-eclipselink-plugin</artifactId>
<scope>test</scope>
</dependency>
<!--ASM Implementations-->
<!--ASM Implementation-->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
Expand Down

0 comments on commit 259e76a

Please sign in to comment.