File tree Expand file tree Collapse file tree 2 files changed +0
-57
lines changed
spring-cloud-stream-integration-tests Expand file tree Collapse file tree 2 files changed +0
-57
lines changed Original file line number Diff line number Diff line change 4848 <dependency >
4949 <groupId >org.jetbrains.kotlin</groupId >
5050 <artifactId >kotlin-test</artifactId >
51- <version >2.2.20</version >
5251 <scope >test</scope >
5352 </dependency >
5453 <dependency >
5554 <groupId >org.jetbrains.kotlin</groupId >
5655 <artifactId >kotlin-stdlib-jdk8</artifactId >
57- <version >2.2.20</version >
5856 <optional >true</optional >
5957 </dependency >
6058 <dependency >
6159 <groupId >org.jetbrains.kotlin</groupId >
6260 <artifactId >kotlin-reflect</artifactId >
63- <version >2.2.20</version >
6461 <optional >true</optional >
6562 </dependency >
6663 <dependency >
8077 <plugin >
8178 <groupId >org.jetbrains.kotlin</groupId >
8279 <artifactId >kotlin-maven-plugin</artifactId >
83- <executions >
84- <execution >
85- <id >compile</id >
86- <phase >compile</phase >
87- <goals >
88- <goal >compile</goal >
89- </goals >
90- <configuration >
91- <sourceDirs >
92- <source >src/main/java</source >
93- <source >src/test/kotlin</source >
94- </sourceDirs >
95- </configuration >
96- </execution >
97- <execution >
98- <id >test-compile</id >
99- <phase >test-compile</phase >
100- <goals >
101- <goal >test-compile</goal >
102- </goals >
103- </execution >
104- </executions >
105- <configuration >
106- <jvmTarget >1.8</jvmTarget >
107- </configuration >
10880 </plugin >
10981 <plugin >
11082 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 4141 <groupId >org.springframework.integration</groupId >
4242 <artifactId >spring-integration-jmx</artifactId >
4343 </dependency >
44- <!-- <dependency>
45- <groupId>org.springframework.retry</groupId>
46- <artifactId>spring-retry</artifactId>
47- </dependency> -->
4844 <dependency >
4945 <groupId >org.springframework.boot</groupId >
5046 <artifactId >spring-boot-configuration-processor</artifactId >
122118 <plugin >
123119 <groupId >org.jetbrains.kotlin</groupId >
124120 <artifactId >kotlin-maven-plugin</artifactId >
125- <executions >
126- <execution >
127- <id >compile</id >
128- <phase >compile</phase >
129- <goals >
130- <goal >compile</goal >
131- </goals >
132- <configuration >
133- <sourceDirs >
134- <source >src/main/java</source >
135- <source >src/test/kotlin</source >
136- </sourceDirs >
137- </configuration >
138- </execution >
139- <execution >
140- <id >test-compile</id >
141- <phase >test-compile</phase >
142- <goals >
143- <goal >test-compile</goal >
144- </goals >
145- </execution >
146- </executions >
147- <configuration >
148- <jvmTarget >1.8</jvmTarget >
149- </configuration >
150121 </plugin >
151122 </plugins >
152123 </build >
You can’t perform that action at this time.
0 commit comments