File tree Expand file tree Collapse file tree 3 files changed +17
-10
lines changed
botbuilder-spring-boot-autoconfig
botbuilder-spring-boot-starter Expand file tree Collapse file tree 3 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 3535 <dependency >
3636 <groupId >com.microsoft.bot</groupId >
3737 <artifactId >bot-integration-spring</artifactId >
38- <version >4.14.0 </version >
38+ <version >${botbuilder.version} </version >
3939 <scope >compile</scope >
4040 </dependency >
4141 </dependencies >
Original file line number Diff line number Diff line change 3434 <dependency >
3535 <groupId >com.microsoft.bot</groupId >
3636 <artifactId >bot-integration-spring</artifactId >
37- <version >4.14.0</version >
38- <scope >compile</scope >
37+ <version >${botbuilder.version} </version >
3938 </dependency >
4039 <dependency >
4140 <groupId >com.microsoft.bot</groupId >
4241 <artifactId >bot-dialogs</artifactId >
43- <version >4.14.0</version >
44- <scope >compile</scope >
42+ <version >${botbuilder.version} </version >
4543 </dependency >
4644 <dependency >
4745 <groupId >com.microsoft.bot</groupId >
4846 <artifactId >bot-ai-qna</artifactId >
49- <version >4.14.0</version >
50- <scope >compile</scope >
47+ <version >${botbuilder.version} </version >
5148 </dependency >
5249 <dependency >
5350 <groupId >com.microsoft.bot</groupId >
5451 <artifactId >bot-ai-luis-v3</artifactId >
55- <version >4.14.0</version >
52+ <version >${botbuilder.version} </version >
53+ </dependency >
54+ <dependency >
55+ <groupId >com.microsoft.bot</groupId >
56+ <artifactId >bot-applicationinsights</artifactId >
57+ <version >${botbuilder.version} </version >
58+ </dependency >
59+ <dependency >
60+ <groupId >com.microsoft.bot</groupId >
61+ <artifactId >bot-azure</artifactId >
62+ <version >${botbuilder.version} </version >
5663 </dependency >
5764 </dependencies >
5865
Original file line number Diff line number Diff line change 5757 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5858 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
5959 <java .version>1.8</java .version>
60+ <botbuilder .version>4.14.2</botbuilder .version>
6061 <maven .compiler.source>8</maven .compiler.source>
6162 <maven .compiler.target>8</maven .compiler.target>
6263 <repo .url>https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/</repo .url>
9596 <dependency >
9697 <groupId >com.microsoft.bot</groupId >
9798 <artifactId >bot-integration-spring</artifactId >
98- <version >4.13.0</version >
99- <!-- <scope>compile</scope>-->
99+ <version >${botbuilder.version} </version >
100100 </dependency >
101101
102102 <dependency >
You can’t perform that action at this time.
0 commit comments