Skip to content

Commit 651d5c4

Browse files
ginoaugustinevladak
authored andcommitted
upgrade jflex version and remove workaround
Signed-off-by: Gino Augustine <[email protected]>
1 parent dd78c01 commit 651d5c4

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

opengrok-indexer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Portions Copyright (c) 2020-2020, Lubos Kosco <[email protected]>.
251251
<plugin>
252252
<groupId>de.jflex</groupId>
253253
<artifactId>jflex-maven-plugin</artifactId>
254-
<version>1.8.2</version>
254+
<version>1.9.1</version>
255255
<executions>
256256
<execution>
257257
<goals>

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -343,12 +343,6 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <[email protected]>.
343343
<value>bar</value>
344344
</property>
345345
</javaApiLinks>
346-
<sourceFileExcludes>
347-
<!-- workarounds for https://github.com/jflex-de/jflex/issues/542 -->
348-
<exclude>**/HistoryLineTokenizer.java</exclude>
349-
<exclude>**/PlainLineTokenizer.java</exclude>
350-
<exclude>**/XrefSourceTransformer.java</exclude>
351-
</sourceFileExcludes>
352346
</configuration>
353347
</plugin>
354348
<plugin>

0 commit comments

Comments
 (0)