Removed tab character in pom.xml

This commit is contained in:
Fernando Cosso
2020-04-30 16:38:03 -04:00
parent 3a3b0a0908
commit a2cd3fd8e5

View File

@ -34,7 +34,7 @@
</plugins> </plugins>
</build> </build>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.antlr</groupId> <groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId> <artifactId>antlr4-runtime</artifactId>
</dependency> </dependency>