File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed
src/test/java/org/springframework/integration/samples/kafka Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 8989 <groupId >org.springframework.integration</groupId >
9090 <artifactId >spring-integration-kafka</artifactId >
9191 <version >1.2.2.BUILD-SNAPSHOT</version >
92+ <exclusions >
93+ <exclusion >
94+ <groupId >org.slf4j</groupId >
95+ <artifactId >slf4j-log4j12</artifactId >
96+ </exclusion >
97+ </exclusions >
9298 <scope >compile</scope >
9399 </dependency >
94100 <dependency >
110116 <name >Spring Framework Maven Milestone Repository</name >
111117 <url >https://repo.spring.io/libs-milestone</url >
112118 </repository >
119+ <repository >
120+ <id >repo.spring.io.snapshot</id >
121+ <name >Spring Framework Maven Snapshot Repository</name >
122+ <url >https://repo.spring.io/libs-snapshot</url >
123+ </repository >
113124 </repositories >
114125 <build >
115126 <plugins >
127+ <plugin >
128+ <groupId >org.apache.maven.plugins</groupId >
129+ <artifactId >maven-compiler-plugin</artifactId >
130+ <version >2.3.2</version >
131+ <configuration >
132+ <source >1.8</source >
133+ <target >1.8</target >
134+ </configuration >
135+ </plugin >
116136 <plugin >
117137 <groupId >org.springframework.boot</groupId >
118138 <artifactId >spring-boot-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 1- package org .springframework .integration .samples .barrier ;
1+ package org .springframework .integration .samples .kafka ;
22/*
33 * Copyright 2015 the original author or authors.
44 *
2020import org .junit .runner .RunWith ;
2121
2222import org .springframework .boot .test .SpringApplicationConfiguration ;
23- import org .springframework .integration .samples .kafka .Application ;
2423import org .springframework .test .context .junit4 .SpringJUnit4ClassRunner ;
2524
2625/**
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package org .springframework .integration .samples .barrier ;
17+ package org .springframework .integration .samples .kafka ;
1818
1919import org .I0Itec .zkclient .ZkClient ;
2020import org .apache .commons .logging .Log ;
You can’t perform that action at this time.
0 commit comments