Skip to content

Commit 0e417b9

Browse files
author
Michael Spector
committed
Updated Maven scope
1 parent 79876c7 commit 0e417b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,31 @@
3232
<groupId>pentaho-kettle</groupId>
3333
<artifactId>kettle-engine</artifactId>
3434
<version>${kettle.version}</version>
35+
<scope>compile</scope>
3536
</dependency>
3637
<dependency>
3738
<groupId>pentaho-kettle</groupId>
3839
<artifactId>kettle-core</artifactId>
3940
<version>${kettle.version}</version>
41+
<scope>compile</scope>
4042
</dependency>
4143
<dependency>
4244
<groupId>pentaho-kettle</groupId>
4345
<artifactId>kettle-db</artifactId>
4446
<version>${kettle.version}</version>
47+
<scope>compile</scope>
4548
</dependency>
4649
<dependency>
4750
<groupId>pentaho-kettle</groupId>
4851
<artifactId>kettle-ui-swt</artifactId>
4952
<version>${kettle.version}</version>
53+
<scope>compile</scope>
5054
</dependency>
5155
<dependency>
5256
<groupId>org.eclipse.swt</groupId>
5357
<artifactId>org.eclipse.swt.win32.win32.x86_64</artifactId>
5458
<version>4.3</version>
59+
<scope>compile</scope>
5560
</dependency>
5661
<dependency>
5762
<groupId>com.google.protobuf</groupId>

0 commit comments

Comments
 (0)