Skip to content

Commit 5c80e16

Browse files
build: explicit maven dependencies (#36)
* refactor: explicit maven dependencies Signed-off-by: Marcello Rinaldo Martina <martina.marcello.rinaldo@outlook.com> * chore: update copyright header Signed-off-by: Marcello Rinaldo Martina <martina.marcello.rinaldo@outlook.com> --------- Signed-off-by: Marcello Rinaldo Martina <martina.marcello.rinaldo@outlook.com>
1 parent 8d5e66c commit 5c80e16

1 file changed

Lines changed: 7 additions & 19 deletions

File tree

  • bundles/org.eclipse.kura.web2

bundles/org.eclipse.kura.web2/pom.xml

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2011, 2025 Eurotech and/or its affiliates and others
4+
Copyright (c) 2011, 2026 Eurotech and/or its affiliates and others
55
66
This program and the accompanying materials are made
77
available under the terms of the Eclipse Public License 2.0
@@ -76,26 +76,14 @@
7676
<configuration>
7777
<outputDirectory>${project.basedir}/lib</outputDirectory>
7878
<stripVersion>true</stripVersion>
79-
<artifactItems>
80-
<artifactItem>
81-
<groupId>org.gwtbootstrap3</groupId>
82-
<artifactId>gwtbootstrap3</artifactId>
83-
<version>1.0.1</version>
84-
</artifactItem>
85-
<artifactItem>
86-
<groupId>org.gwtproject</groupId>
87-
<artifactId>gwt-user</artifactId>
88-
<version>${gwt.version}</version>
89-
</artifactItem>
90-
<artifactItem>
91-
<groupId>org.gwtproject</groupId>
92-
<artifactId>gwt-servlet-jakarta</artifactId>
93-
<version>${gwt.version}</version>
94-
</artifactItem>
95-
</artifactItems>
79+
<includeArtifactIds>
80+
gwtbootstrap3,
81+
gwt-user,
82+
gwt-servlet-jakarta
83+
</includeArtifactIds>
9684
</configuration>
9785
<goals>
98-
<goal>copy</goal>
86+
<goal>copy-dependencies</goal>
9987
</goals>
10088
</execution>
10189
</executions>

0 commit comments

Comments
 (0)