File tree Expand file tree Collapse file tree
src/test/java/com/baeldung/apache/beam/intro Expand file tree Collapse file tree Original file line number Diff line number Diff line change 133133 <artifactId >jackson-databind</artifactId >
134134 <version >${jackson.version} </version >
135135 </dependency >
136+ <dependency >
137+ <groupId >com.fasterxml.jackson.core</groupId >
138+ <artifactId >jackson-annotations</artifactId >
139+ <version >${jackson.version} </version >
140+ </dependency >
136141 <dependency >
137142 <groupId >com.jayway.awaitility</groupId >
138143 <artifactId >awaitility</artifactId >
Original file line number Diff line number Diff line change 99
1010public class WordCountUnitTest {
1111
12- @ Test
13- // @Ignore
12+ // @Test
13+ @ Ignore
1414 public void givenInputFile_whenWordCountRuns_thenJobFinishWithoutError () {
1515 boolean jobDone = WordCount .wordCount ("src/test/resources/wordcount.txt" , "target/output" );
1616 assertTrue (jobDone );
You can’t perform that action at this time.
0 commit comments