Add simple-jndi to pom.xml
This commit is contained in:
parent
745d71b127
commit
f93b433ed8
|
@ -33,6 +33,13 @@
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- simple-jndi -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.h-thurow</groupId>
|
||||||
|
<artifactId>simple-jndi</artifactId>
|
||||||
|
<version>${simple-jndi.version}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- test scoped -->
|
<!-- test scoped -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
|
@ -53,6 +60,8 @@
|
||||||
<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.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>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
Loading…
Reference in New Issue