Skip to content

Commit 46566b9

Browse files
committed
DATACOUCH-39 - fix bundlor template.
1 parent 48385c9 commit 46566b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template.mf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ Import-Template:
1212
com.fasterxml.jackson.*;version="${jackson:[=.=.=,+1.0.0)}",
1313
org.springframework.*;version="${spring30:[=.=.=.=,+1.1.0)}",
1414
org.springframework.data.*;version="${springdata.commons:[=.=.=.=,+1.0.0)}",
15-
org.w3c.*;version="0.0.0"
15+
org.w3c.*;version="0.0.0",
16+
org.aopalliance.*;version="[1.0.0, 2.0.0)";resolution:=optional

0 commit comments

Comments
 (0)