File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 32
32
<groupId >pentaho-kettle</groupId >
33
33
<artifactId >kettle-engine</artifactId >
34
34
<version >${kettle.version} </version >
35
+ <scope >compile</scope >
35
36
</dependency >
36
37
<dependency >
37
38
<groupId >pentaho-kettle</groupId >
38
39
<artifactId >kettle-core</artifactId >
39
40
<version >${kettle.version} </version >
41
+ <scope >compile</scope >
40
42
</dependency >
41
43
<dependency >
42
44
<groupId >pentaho-kettle</groupId >
43
45
<artifactId >kettle-db</artifactId >
44
46
<version >${kettle.version} </version >
47
+ <scope >compile</scope >
45
48
</dependency >
46
49
<dependency >
47
50
<groupId >pentaho-kettle</groupId >
48
51
<artifactId >kettle-ui-swt</artifactId >
49
52
<version >${kettle.version} </version >
53
+ <scope >compile</scope >
50
54
</dependency >
51
55
<dependency >
52
56
<groupId >org.eclipse.swt</groupId >
53
57
<artifactId >org.eclipse.swt.win32.win32.x86_64</artifactId >
54
58
<version >4.3</version >
59
+ <scope >compile</scope >
55
60
</dependency >
56
61
<dependency >
57
62
<groupId >com.google.protobuf</groupId >
You can’t perform that action at this time.
0 commit comments