remove tabs from pom.xml

This commit is contained in:
azhwani 2020-06-02 13:54:10 +01:00
parent b508ff2904
commit b1214ca64d

View File

@ -33,7 +33,7 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<!-- simple-jndi --> <!-- simple-jndi -->
<dependency> <dependency>
<groupId>com.github.h-thurow</groupId> <groupId>com.github.h-thurow</groupId>
<artifactId>simple-jndi</artifactId> <artifactId>simple-jndi</artifactId>
@ -60,7 +60,7 @@
<org.springframework.version>5.2.4.RELEASE</org.springframework.version> <org.springframework.version>5.2.4.RELEASE</org.springframework.version>
<!-- persistence --> <!-- persistence -->
<h2.version>1.4.200</h2.version> <h2.version>1.4.200</h2.version>
<!-- simple-jndi --> <!-- simple-jndi -->
<simple-jndi.version>0.23.0</simple-jndi.version> <simple-jndi.version>0.23.0</simple-jndi.version>
<!-- test scoped --> <!-- test scoped -->
<mockito.version>3.3.3</mockito.version> <mockito.version>3.3.3</mockito.version>