File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 123123 <zeppelin-client .version>0.10.1</zeppelin-client .version>
124124 <aliyun-voice .version>2.1.4</aliyun-voice .version>
125125 <nashorn-sandbox .version>0.3.2</nashorn-sandbox .version>
126+ <brace-expansion .version>2.0.1</brace-expansion .version>
126127 </properties >
127128
128129 <dependencyManagement >
947948 <artifactId >delight-nashorn-sandbox</artifactId >
948949 <version >${nashorn-sandbox.version} </version >
949950 </dependency >
951+
952+ <dependency >
953+ <groupId >org.webjars.npm</groupId >
954+ <artifactId >brace-expansion</artifactId >
955+ <version >${brace-expansion.version} </version >
956+ </dependency >
950957 </dependencies >
951958 </dependencyManagement >
952959
Original file line number Diff line number Diff line change 319319 <dependency >
320320 <groupId >org.javadelight</groupId >
321321 <artifactId >delight-nashorn-sandbox</artifactId >
322+ <exclusions >
323+ <exclusion >
324+ <groupId >org.webjars.npm</groupId >
325+ <artifactId >brace-expansion</artifactId >
326+ </exclusion >
327+ </exclusions >
328+ </dependency >
329+
330+ <dependency >
331+ <groupId >org.webjars.npm</groupId >
332+ <artifactId >brace-expansion</artifactId >
322333 </dependency >
323334
324335 <!-- TODO: Have to use spring-cloud-starter-kubernetes-fabric8-config after upgrading to Spring 3.x to unify kubernetes client (fabric8) -->
You can’t perform that action at this time.
0 commit comments