File tree Expand file tree Collapse file tree
bfd-pipeline/bfd-pipeline-app
bfd-server/bfd-server-image Expand file tree Collapse file tree Original file line number Diff line number Diff line change 235235 <!-- Used to build docker image for the project. -->
236236 <groupId >com.google.cloud.tools</groupId >
237237 <artifactId >jib-maven-plugin</artifactId >
238+ <dependencies >
239+ <dependency >
240+ <groupId >org.ow2.asm</groupId >
241+ <artifactId >asm</artifactId >
242+ <version >${asm.version} </version >
243+ </dependency >
244+ </dependencies >
238245 <executions >
239246 <execution >
240247 <id >build-image</id >
Original file line number Diff line number Diff line change 7575 </dependency >
7676
7777 <dependency >
78- <!-- Used to collect metrics in a registry that can be transmitted to CloudWatch efficiently. -->
78+ <!-- Used to collect metrics in a registry that can be transmitted to CloudWatch efficiently. -->
7979 <groupId >io.micrometer</groupId >
8080 <artifactId >micrometer-core</artifactId >
8181 </dependency >
230230 <!-- Used to build docker image for the project. -->
231231 <groupId >com.google.cloud.tools</groupId >
232232 <artifactId >jib-maven-plugin</artifactId >
233+ <dependencies >
234+ <dependency >
235+ <groupId >org.ow2.asm</groupId >
236+ <artifactId >asm</artifactId >
237+ <version >${asm.version} </version >
238+ </dependency >
239+ </dependencies >
233240 <executions >
234241 <execution >
235242 <id >build-image</id >
Original file line number Diff line number Diff line change 6060 <!-- Used to build docker image for the project. -->
6161 <groupId >com.google.cloud.tools</groupId >
6262 <artifactId >jib-maven-plugin</artifactId >
63+ <dependencies >
64+ <dependency >
65+ <groupId >org.ow2.asm</groupId >
66+ <artifactId >asm</artifactId >
67+ <version >${asm.version} </version >
68+ </dependency >
69+ </dependencies >
6370 <configuration >
6471 <to >
6572 <image >${jib.namespace}${image-name} :${project.version} </image >
You can’t perform that action at this time.
0 commit comments