File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
spring-boot-project/spring-boot-dependencies Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 15901590 <artifactId >connect-api</artifactId >
15911591 <version >${kafka.version} </version >
15921592 </dependency >
1593+ <dependency >
1594+ <groupId >org.apache.kafka</groupId >
1595+ <artifactId >connect-basic-auth-extension</artifactId >
1596+ <version >${kafka.version} </version >
1597+ </dependency >
15931598 <dependency >
15941599 <groupId >org.apache.kafka</groupId >
15951600 <artifactId >connect-file</artifactId >
16251630 <artifactId >kafka-streams</artifactId >
16261631 <version >${kafka.version} </version >
16271632 </dependency >
1633+ <dependency >
1634+ <groupId >org.apache.kafka</groupId >
1635+ <artifactId >kafka-streams-scala_2.11</artifactId >
1636+ <version >${kafka.version} </version >
1637+ </dependency >
1638+ <dependency >
1639+ <groupId >org.apache.kafka</groupId >
1640+ <artifactId >kafka-streams-scala_2.12</artifactId >
1641+ <version >${kafka.version} </version >
1642+ </dependency >
16281643 <dependency >
16291644 <groupId >org.apache.kafka</groupId >
16301645 <artifactId >kafka-streams-test-utils</artifactId >
You can’t perform that action at this time.
0 commit comments