File tree Expand file tree Collapse file tree 4 files changed +56
-49
lines changed
copilot/semantickernel-openapi-plugin Expand file tree Collapse file tree 4 files changed +56
-49
lines changed Original file line number Diff line number Diff line change 4343 <artifactId >semantickernel-api</artifactId >
4444 </dependency >
4545
46- <dependency >
47- <groupId >org.apache.logging.log4j</groupId >
48- <artifactId >log4j-api</artifactId >
49- <scope >runtime</scope >
50- </dependency >
51- <dependency >
52- <groupId >org.apache.logging.log4j</groupId >
53- <artifactId >log4j-core</artifactId >
54- <scope >runtime</scope >
55- </dependency >
56- <dependency >
57- <groupId >org.apache.logging.log4j</groupId >
58- <artifactId >log4j-slf4j2-impl</artifactId >
59- <scope >runtime</scope >
60- </dependency >
6146 <dependency >
6247 <groupId >com.fasterxml.jackson.core</groupId >
6348 <artifactId >jackson-databind</artifactId >
Original file line number Diff line number Diff line change 1818 "@fluentui/react-components" : " ^9.37.3" ,
1919 "@fluentui/react-icons" : " ^2.0.221" ,
2020 "@react-spring/web" : " ^9.7.3" ,
21- "dompurify" : " ^3.1.3 " ,
21+ "dompurify" : " ^3.2.4 " ,
2222 "frontend" : " file:" ,
2323 "ndjson-readablestream" : " ^1.0.7" ,
2424 "react" : " ^18.2.0" ,
Original file line number Diff line number Diff line change @@ -8,19 +8,29 @@ services:
88 project : app/copilot
99 language : java
1010 host : containerapp
11+ docker :
12+ remoteBuild : true
1113 account :
1214 project : app/business-api/account
1315 language : java
1416 host : containerapp
17+ docker :
18+ remoteBuild : true
1519 payment :
1620 project : app/business-api/payment
1721 language : java
1822 host : containerapp
23+ docker :
24+ remoteBuild : true
1925 transaction :
2026 project : app/business-api/transactions-history
2127 language : java
2228 host : containerapp
29+ docker :
30+ remoteBuild : true
2331 web :
2432 project : app/frontend
2533 language : js
2634 host : containerapp
35+ docker :
36+ remoteBuild : true
You can’t perform that action at this time.
0 commit comments