| | |
| | | |
| | | <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> |
| | |
| | | |
| | | <!-- Logging --> |
| | | <slf4j.version>1.7.28</slf4j.version> |
| | | <log4j.version>2.12.1</log4j.version> |
| | | <log4j.version>2.17.1</log4j.version> |
| | | |
| | | <!-- Spring Session Redis --> |
| | | <spring.session.version>2.1.8.RELEASE</spring.session.version> |
| | |
| | | |
| | | <!-- Elastic Search --> |
| | | <elastic.search.version>7.3.0</elastic.search.version> |
| | | |
| | | <!-- jsoup --> |
| | | <jsoup.version>1.8.3</jsoup.version> |
| | | |
| | | <!-- Util --> |
| | | <jackson.version>2.9.9</jackson.version> |
| | |
| | | <version>${java.mail.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>javax.interceptor</groupId> |
| | | <artifactId>javax.interceptor-api</artifactId> |
| | | <version>1.2</version> |
| | | </dependency> |
| | | <!-- Excel import --> |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | |
| | | <artifactId>commons-validator</artifactId> |
| | | <version>${common.validator.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- jsoup --> |
| | | <dependency> |
| | | <groupId>org.jsoup</groupId> |
| | | <artifactId>jsoup</artifactId> |
| | | <version>${jsoup.version}</version> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- spring --> |
| | | <dependency> |
| | |
| | | <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> |
| | | |
| | | <!-- Swagger(api 문서화) --> |
| | | <dependency> |
| | | <groupId>io.springfox</groupId> |
| | | <artifactId>springfox-swagger2</artifactId> |
| | | <version>2.9.2</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>io.springfox</groupId> |
| | | <artifactId>springfox-swagger-ui</artifactId> |
| | | <version>2.9.2</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <repositories> |
| | |
| | | <url>https://maven.java.net/content/repositories/public/</url> |
| | | </repository> |
| | | |
| | | <repository> |
| | | <id>JBoss repository</id> |
| | | <url>http://repository.jboss.org/nexus/content/groups/public/</url> |
| | | </repository> |
| | | </repositories> |
| | | |
| | | <build> |