pom.xml 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>kr.co.iya.boot</groupId>
  6. <artifactId>iya-base-parent</artifactId>
  7. <version>1.0.0-SNAPSHOT</version>
  8. <packaging>pom</packaging>
  9. <description>iya 공통프레임웍POM-parent</description>
  10. <url>${iya.git.url}</url>
  11. <parent>
  12. <groupId>org.springframework.boot</groupId>
  13. <artifactId>spring-boot-starter-parent</artifactId>
  14. <version>2.7.18</version>
  15. <relativePath/> <!-- lookup parent from repository -->
  16. </parent>
  17. <properties>
  18. <java.version>1.8</java.version>
  19. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  20. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  21. <maven.compiler.fullReCompile>false</maven.compiler.fullReCompile>
  22. <maven.test.skip>true</maven.test.skip>
  23. <iya.git.url>http://192.168.10.70:3000/iyapms</iya.git.url>
  24. </properties>
  25. <scm>
  26. <connection>scm:git:${iya.git.url}/utcb-base-parent.git</connection>
  27. <url>${iya.git.url}</url>
  28. </scm>
  29. <build>
  30. <pluginManagement>
  31. <plugins>
  32. <plugin>
  33. <groupId>org.codehaus.mojo</groupId>
  34. <artifactId>buildnumber-maven-plugin</artifactId>
  35. <version>1.4</version>
  36. </plugin>
  37. <plugin>
  38. <groupId>org.apache.maven.plugins</groupId>
  39. <artifactId>maven-resources-plugin</artifactId>
  40. <version>3.3.1</version>
  41. </plugin>
  42. </plugins>
  43. </pluginManagement>
  44. </build>
  45. <dependencyManagement>
  46. <dependencies>
  47. <dependency>
  48. <groupId>ch.qos.logback</groupId>
  49. <artifactId>logback-core</artifactId>
  50. <version>1.2.13</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>ch.qos.logback</groupId>
  54. <artifactId>logback-classic</artifactId>
  55. <version>1.2.13</version>
  56. </dependency>
  57. <dependency>
  58. <groupId>com.fasterxml.jackson.core</groupId>
  59. <artifactId>jackson-core</artifactId>
  60. <version>2.16.0</version>
  61. </dependency>
  62. <dependency>
  63. <groupId>org.json</groupId>
  64. <artifactId>json</artifactId>
  65. <version>20231013</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>org.xerial.snappy</groupId>
  69. <artifactId>snappy-java</artifactId>
  70. <version>1.1.10.5</version>
  71. </dependency>
  72. <dependency>
  73. <groupId>junit</groupId>
  74. <artifactId>junit</artifactId>
  75. <version>4.13.2</version>
  76. </dependency>
  77. <dependency>
  78. <groupId>org.mybatis.spring.boot</groupId>
  79. <artifactId>mybatis-spring-boot-starter</artifactId>
  80. <version>2.3.2</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>org.apache.tomcat</groupId>
  84. <artifactId>tomcat-catalina-ha</artifactId>
  85. <version>9.0.83</version>
  86. </dependency>
  87. <dependency>
  88. <groupId>org.bgee.log4jdbc-log4j2</groupId>
  89. <artifactId>log4jdbc-log4j2-jdbc4.1</artifactId>
  90. <version>1.16</version>
  91. </dependency>
  92. <dependency>
  93. <groupId>commons-io</groupId>
  94. <artifactId>commons-io</artifactId>
  95. <version>2.15.1</version>
  96. </dependency>
  97. <dependency>
  98. <groupId>commons-logging</groupId>
  99. <artifactId>commons-logging</artifactId>
  100. <version>1.3.0</version>
  101. </dependency>
  102. <dependency>
  103. <groupId>commons-fileupload</groupId>
  104. <artifactId>commons-fileupload</artifactId>
  105. <version>1.5</version>
  106. </dependency>
  107. <dependency>
  108. <groupId>commons-beanutils</groupId>
  109. <artifactId>commons-beanutils</artifactId>
  110. <version>1.8.3</version>
  111. </dependency>
  112. <dependency>
  113. <groupId>com.googlecode.json-simple</groupId>
  114. <artifactId>json-simple</artifactId>
  115. <version>1.1.1</version>
  116. </dependency>
  117. <dependency>
  118. <groupId>com.google.code.gson</groupId>
  119. <artifactId>gson</artifactId>
  120. <version>2.10.1</version>
  121. </dependency>
  122. <dependency>
  123. <groupId>com.google.guava</groupId>
  124. <artifactId>guava</artifactId>
  125. <version>32.1.3-jre</version>
  126. </dependency>
  127. <dependency>
  128. <groupId>io.opentelemetry</groupId>
  129. <artifactId>opentelemetry-opencensus-shim</artifactId>
  130. <version>1.31.0-alpha</version>
  131. </dependency>
  132. <dependency>
  133. <groupId>com.mikesamuel</groupId>
  134. <artifactId>json-sanitizer</artifactId>
  135. <version>1.2.3</version>
  136. </dependency>
  137. <dependency>
  138. <groupId>org.springdoc</groupId>
  139. <artifactId>springdoc-openapi-ui</artifactId>
  140. <version>1.7.0</version>
  141. </dependency>
  142. <dependency>
  143. <groupId>org.mariadb.jdbc</groupId>
  144. <artifactId>mariadb-java-client</artifactId>
  145. <version>3.3.1</version>
  146. </dependency>
  147. <dependency>
  148. <groupId>com.h2database</groupId>
  149. <artifactId>h2</artifactId>
  150. <version>2.2.224</version>
  151. </dependency>
  152. <dependency>
  153. <groupId>org.postgresql</groupId>
  154. <artifactId>postgresql</artifactId>
  155. <version>42.7.1</version>
  156. </dependency>
  157. <dependency>
  158. <groupId>com.hierynomus</groupId>
  159. <artifactId>sshj</artifactId>
  160. <version>0.37.0</version>
  161. </dependency>
  162. <dependency>
  163. <groupId>org.apache.commons</groupId>
  164. <artifactId>commons-compress</artifactId>
  165. <version>1.25.0</version>
  166. </dependency>
  167. </dependencies>
  168. </dependencyManagement>
  169. </project>