| | |
| | | |
| | | <groupId>kr.wisestone.owl</groupId> |
| | | <artifactId>kr.wisestone.owl.its</artifactId> |
| | | <version>4.0.34.RELEASE</version> |
| | | <version>1.0.0.RELEASE</version> |
| | | <packaging>war</packaging> |
| | | |
| | | <properties> |
| | |
| | | <version>${elastic.search.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- JWT (api token) --> |
| | | <dependency> |
| | | <groupId>javax.xml.bind</groupId> |
| | | <artifactId>jaxb-api</artifactId> |
| | | <version>2.3.1</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>io.jsonwebtoken</groupId> |
| | | <artifactId>jjwt</artifactId> |
| | | <version>0.9.1</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | <repositories> |