1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <modelVersion >4.0.0</modelVersion >
3
+ <groupId >blaze</groupId >
4
+ <artifactId >executors-blaze</artifactId >
5
+ <version >0.0.1</version >
6
+
7
+ <!--
8
+ THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT BY HAND!
9
+
10
+ Edit or create a <blaze-script>.conf file, and re-run the generate-maven-project command.
11
+ -->
12
+
13
+ <properties >
14
+ <maven .compiler.source>8</maven .compiler.source>
15
+ <maven .compiler.target>8</maven .compiler.target>
16
+ <maven .install.skip>true</maven .install.skip>
17
+ <maven .deploy.skip>true</maven .deploy.skip>
18
+ </properties >
19
+ <build >
20
+ <sourceDirectory >${project.basedir} </sourceDirectory >
21
+ </build >
22
+ <dependencies >
23
+ <dependency >
24
+ <groupId >com.fizzed</groupId >
25
+ <artifactId >blaze-ivy</artifactId >
26
+ <version >1.9.0</version >
27
+ </dependency >
28
+ <dependency >
29
+ <groupId >org.apache.ivy</groupId >
30
+ <artifactId >ivy</artifactId >
31
+ <version >2.5.2</version >
32
+ </dependency >
33
+ <dependency >
34
+ <groupId >commons-io</groupId >
35
+ <artifactId >commons-io</artifactId >
36
+ <version >2.16.1</version >
37
+ </dependency >
38
+ <dependency >
39
+ <groupId >com.typesafe</groupId >
40
+ <artifactId >config</artifactId >
41
+ <version >1.4.3</version >
42
+ </dependency >
43
+ <dependency >
44
+ <groupId >com.fizzed</groupId >
45
+ <artifactId >blaze-core</artifactId >
46
+ <version >1.9.0</version >
47
+ </dependency >
48
+ <dependency >
49
+ <groupId >org.slf4j</groupId >
50
+ <artifactId >slf4j-simple</artifactId >
51
+ <version >2.0.13</version >
52
+ </dependency >
53
+ <dependency >
54
+ <groupId >org.slf4j</groupId >
55
+ <artifactId >slf4j-api</artifactId >
56
+ <version >2.0.13</version >
57
+ </dependency >
58
+ <dependency >
59
+ <groupId >org.zeroturnaround</groupId >
60
+ <artifactId >zt-exec</artifactId >
61
+ <version >1.12</version >
62
+ </dependency >
63
+ <dependency >
64
+ <groupId >com.fizzed</groupId >
65
+ <artifactId >blaze-ssh</artifactId >
66
+ <version >1.9.0</version >
67
+ </dependency >
68
+ <dependency >
69
+ <groupId >com.fizzed</groupId >
70
+ <artifactId >blaze-public-project</artifactId >
71
+ <version >1.0.0</version >
72
+ </dependency >
73
+ </dependencies >
74
+ </project >
0 commit comments