Skip to content

Commit c67f252

Browse files
committed
Exclude dependency from packaging Jar
1 parent 47d2155 commit c67f252

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@
300300
<skip>true</skip>
301301
<excludes>
302302
<exclude>
303-
<groupId>org.project</groupId>
303+
<groupId>org.gwtproject</groupId>
304304
<artifactId>gwt-dev</artifactId>
305305
</exclude>
306306
</excludes>

roda-ui/roda-wui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<excludeDevtools>true</excludeDevtools>
7878
<excludes>
7979
<exclude>
80-
<groupId>org.project</groupId>
80+
<groupId>org.gwtproject</groupId>
8181
<artifactId>gwt-dev</artifactId>
8282
</exclude>
8383
</excludes>

0 commit comments

Comments
 (0)