File tree Expand file tree Collapse file tree 4 files changed +22
-537
lines changed
patch-gen/src/main/java/org/jboss/as/patching/generator Expand file tree Collapse file tree 4 files changed +22
-537
lines changed Original file line number Diff line number Diff line change 20
20
<artifactId >patch-gen</artifactId >
21
21
<version >${project.version} </version >
22
22
</dependency >
23
-
24
23
<dependency >
25
24
<groupId >org.apache.maven</groupId >
26
25
<artifactId >maven-plugin-api</artifactId >
27
- <version >2.0</version >
28
26
<scope >provided</scope >
29
27
</dependency >
30
28
<dependency >
31
29
<groupId >org.apache.maven.plugin-tools</groupId >
32
30
<artifactId >maven-plugin-annotations</artifactId >
33
- <version >3.2</version >
34
31
<scope >provided</scope >
35
32
</dependency >
36
33
<dependency >
37
34
<groupId >org.apache.maven.shared</groupId >
38
35
<artifactId >maven-shared-utils</artifactId >
39
- <version >3.1.0</version >
40
36
</dependency >
41
37
</dependencies >
42
38
Original file line number Diff line number Diff line change 41
41
import org .jboss .as .patching .ZipUtils ;
42
42
import org .jboss .as .patching .logging .PatchLogger ;
43
43
import org .jboss .as .patching .metadata .Patch ;
44
+ import org .jboss .as .patching .metadata .PatchMerger ;
44
45
import org .jboss .as .version .ProductConfig ;
45
46
import org .jboss .modules .Module ;
46
47
You can’t perform that action at this time.
0 commit comments