File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed
custom/deployment-tests/extensions/lazy-deploy Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 2525 <dependency >
2626 <groupId >org.lucee</groupId >
2727 <artifactId >lucee</artifactId >
28- <version >[5.0,) </version >
28+ <version >6.2.0.321 </version >
2929 <scope >provided</scope >
3030 </dependency >
3131 </dependencies >
3838 <version >3.6.0</version >
3939 <executions >
4040 <execution >
41- <id >copy-lucee </id >
41+ <id >copy-dependencies </id >
4242 <phase >initialize</phase >
4343 <goals >
44- <goal >copy</goal >
44+ <goal >copy-dependencies </goal >
4545 </goals >
4646 <configuration >
47- <artifactItems >
48- <artifactItem >
49- <groupId >org.lucee</groupId >
50- <artifactId >lucee</artifactId >
51- <version >6.2.0.321-SNAPSHOT</version >
52- <type >jar</type >
53- <destFileName >lucee.jar</destFileName >
54- </artifactItem >
55- </artifactItems >
5647 <outputDirectory >${project.basedir} /libs</outputDirectory >
48+ <includeScope >provided</includeScope >
5749 </configuration >
5850 </execution >
5951 </executions >
You can’t perform that action at this time.
0 commit comments