Aucune description

pom.xml 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>kr.co.swh</groupId>
  5. <artifactId>lecture-opensource</artifactId>
  6. <version>1.0</version>
  7. <packaging>jar</packaging>
  8. <name>opensource</name>
  9. <url>http://maven.apache.org</url>
  10. <properties>
  11. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  12. <!-- 1일차 -->
  13. <junit.version>3.8.1</junit.version>
  14. <mockito.version>1.10.19</mockito.version>
  15. <!-- 2일차 -->
  16. <mysql.version>6.0.6</mysql.version>
  17. <hibernate.version>5.2.12.Final</hibernate.version>
  18. <!-- 3일차 -->
  19. <lombok.version>1.16.20</lombok.version>
  20. <jsoup.version>1.11.2</jsoup.version>
  21. <jackson.version>2.9.4</jackson.version>
  22. <gson.version>2.8.2</gson.version>
  23. <dom4j.version>2.1.0</dom4j.version>
  24. <ini4j.version>0.5.4</ini4j.version>
  25. <!-- 4일차 -->
  26. <log4j2.version>2.10.0</log4j2.version>
  27. <guava.version>23.6-jre</guava.version>
  28. <quartz.version>2.2.1</quartz.version>
  29. <jetty.version>9.4.8.v20171121</jetty.version>
  30. <jersey.version>1.19.4</jersey.version>
  31. <project.youtube.version>v3-rev56-1.15.0-rc</project.youtube.version>
  32. <project.http.version>1.15.0-rc</project.http.version>
  33. <project.oauth.version>1.15.0-rc</project.oauth.version>
  34. </properties>
  35. <!-- lombok -->
  36. <repositories>
  37. <repository>
  38. <id>projectlombok.org</id>
  39. <url>http://projectlombok.org/mavenrepo</url>
  40. </repository>
  41. <repository>
  42. <id>jcenter</id>
  43. <name>jcenter-bintray</name>
  44. <url>https://jcenter.bintray.com</url>
  45. </repository>
  46. </repositories>
  47. <dependencies>
  48. <dependency>
  49. <groupId>com.github.twitch4j</groupId>
  50. <artifactId>twitch4j</artifactId>
  51. <version>1.1.0</version>
  52. </dependency>
  53. <dependency>
  54. <groupId>junit</groupId>
  55. <artifactId>junit</artifactId>
  56. <version>3.8.1</version>
  57. <scope>test</scope>
  58. </dependency>
  59. <!-- MariaDB / Mysql -->
  60. <dependency>
  61. <groupId>mysql</groupId>
  62. <artifactId>mysql-connector-java</artifactId>
  63. <version>${mysql.version}</version>
  64. </dependency>
  65. <!-- 하이버네이트 -->
  66. <dependency>
  67. <groupId>org.hibernate</groupId>
  68. <artifactId>hibernate-core</artifactId>
  69. <version>${hibernate.version}</version>
  70. </dependency>
  71. <!-- 어노테이션 기반 자동 바이너리 생성 -->
  72. <dependency>
  73. <groupId>org.projectlombok</groupId>
  74. <artifactId>lombok</artifactId>
  75. <version>${lombok.version}</version>
  76. </dependency>
  77. <!-- HTTP 웹 브라우저 파싱 -->
  78. <dependency>
  79. <groupId>org.jsoup</groupId>
  80. <artifactId>jsoup</artifactId>
  81. <version>${jsoup.version}</version>
  82. </dependency>
  83. <!-- 파일 포맷 JSON -->
  84. <dependency>
  85. <groupId>com.fasterxml.jackson.core</groupId>
  86. <artifactId>jackson-databind</artifactId>
  87. <version>${jackson.version}</version>
  88. </dependency>
  89. <!-- 파일 포맷 XML -->
  90. <dependency>
  91. <groupId>com.fasterxml.jackson.dataformat</groupId>
  92. <artifactId>jackson-dataformat-xml</artifactId>
  93. <version>${jackson.version}</version>
  94. </dependency>
  95. <!-- 파일 포맷 JSON -->
  96. <dependency>
  97. <groupId>com.google.code.gson</groupId>
  98. <artifactId>gson</artifactId>
  99. <version>${gson.version}</version>
  100. </dependency>
  101. <!-- 파일 포맷 DOM4J -->
  102. <dependency>
  103. <groupId>org.dom4j</groupId>
  104. <artifactId>dom4j</artifactId>
  105. <version>${dom4j.version}</version>
  106. <!-- 하이버네이트 에 이전 버전이 있으므로 exclusion을 사용 -->
  107. </dependency>
  108. <!-- 파일 포맷 INI4J -->
  109. <dependency>
  110. <groupId>org.ini4j</groupId>
  111. <artifactId>ini4j</artifactId>
  112. <version>${ini4j.version}</version>
  113. </dependency>
  114. <!-- Log4J 로그 -->
  115. <dependency>
  116. <groupId>org.apache.logging.log4j</groupId>
  117. <artifactId>log4j-core</artifactId>
  118. <version>${log4j2.version}</version>
  119. </dependency>
  120. <!-- Lists를 주로 사용 -->
  121. <dependency>
  122. <groupId>com.google.guava</groupId>
  123. <artifactId>guava</artifactId>
  124. <version>${guava.version}</version>
  125. </dependency>
  126. <!-- 스케줄링 -->
  127. <dependency>
  128. <groupId>org.quartz-scheduler</groupId>
  129. <artifactId>quartz</artifactId>
  130. <version>${quartz.version}</version>
  131. </dependency>
  132. <!-- SERVER SIDE -->
  133. <!-- HTTP 서버 -->
  134. <dependency>
  135. <groupId>org.eclipse.jetty</groupId>
  136. <artifactId>jetty-server</artifactId>
  137. <version>${jetty.version}</version>
  138. </dependency>
  139. <!-- HTTP 웹 서버 -->
  140. <dependency>
  141. <groupId>org.eclipse.jetty</groupId>
  142. <artifactId>jetty-webapp</artifactId>
  143. <version>${jetty.version}</version>
  144. </dependency>
  145. <!-- HTTP 웹소켓 -->
  146. <dependency>
  147. <groupId>org.eclipse.jetty.websocket</groupId>
  148. <artifactId>websocket-server</artifactId>
  149. <version>${jetty.version}</version>
  150. </dependency>
  151. <!-- [ERROR] No JSP support. Check that JSP jars are in lib/jsp and that the JSP option has been specified to start.jar -->
  152. <dependency>
  153. <groupId>org.eclipse.jetty</groupId>
  154. <artifactId>jetty-jsp</artifactId>
  155. <version>9.2.24.v20180105</version>
  156. </dependency>
  157. <!-- REST 웹서비스 -->
  158. <dependency>
  159. <groupId>com.sun.jersey</groupId>
  160. <artifactId>jersey-server</artifactId>
  161. <version>${jersey.version}</version>
  162. </dependency>
  163. <dependency>
  164. <groupId>com.sun.jersey</groupId>
  165. <artifactId>jersey-bundle</artifactId>
  166. <version>${jersey.version}</version>
  167. </dependency>
  168. <dependency>
  169. <groupId>com.sun.jersey</groupId>
  170. <artifactId>jersey-json</artifactId>
  171. <version>${jersey.version}</version>
  172. </dependency>
  173. <!-- CLIENT SIDE -->
  174. <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
  175. <dependency>
  176. <groupId>org.apache.commons</groupId>
  177. <artifactId>commons-lang3</artifactId>
  178. <version>3.9</version>
  179. </dependency>
  180. <dependency>
  181. <groupId>org.scala-lang</groupId>
  182. <artifactId>scala-library</artifactId>
  183. <!-- <version>2.12.7</version> -->
  184. <version>2.11.8</version>
  185. </dependency>
  186. <dependency>
  187. <groupId>com.ibm.icu</groupId>
  188. <artifactId>icu4j</artifactId>
  189. <version>63.1</version>
  190. </dependency>
  191. <dependency>
  192. <groupId>org.scala-lang</groupId>
  193. <artifactId>scala-library</artifactId>
  194. <!-- <version>2.12.7</version> -->
  195. <version>2.11.8</version>
  196. </dependency>
  197. <dependency>
  198. <groupId>org.bitbucket.eunjeon</groupId>
  199. <artifactId>seunjeon_2.11</artifactId>
  200. <version>1.2.0</version>
  201. </dependency>
  202. <!-- <dependency>
  203. <groupId>com.jsuereth</groupId>
  204. <artifactId>sbt-pgp</artifactId>
  205. <version>1.1.0</version>
  206. </dependency>
  207. -->
  208. <!-- https://mvnrepository.com/artifact/net.dv8tion/JDA -->
  209. <dependency>
  210. <groupId>net.dv8tion</groupId>
  211. <artifactId>JDA</artifactId>
  212. <version>4.2.0_181</version>
  213. </dependency>
  214. <dependency>
  215. <groupId>com.sedmelluq</groupId>
  216. <artifactId>lavaplayer</artifactId>
  217. <version>1.3.53</version>
  218. </dependency>
  219. <dependency>
  220. <groupId>org.javacord</groupId>
  221. <artifactId>javacord</artifactId>
  222. <version>3.3.2</version>
  223. <type>pom</type>
  224. </dependency>
  225. <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
  226. <dependency>
  227. <groupId>org.apache.httpcomponents</groupId>
  228. <artifactId>httpclient</artifactId>
  229. <version>4.5.10</version>
  230. </dependency>
  231. <dependency>
  232. <groupId>com.sparkjava</groupId>
  233. <artifactId>spark-core</artifactId>
  234. <version>2.9.0</version>
  235. </dependency>
  236. <!-- https://mvnrepository.com/artifact/org.freemarker/freemarker -->
  237. <dependency>
  238. <groupId>org.freemarker</groupId>
  239. <artifactId>freemarker</artifactId>
  240. <version>2.3.29</version>
  241. </dependency>
  242. <!-- https://mvnrepository.com/artifact/org.twitter4j/twitter4j-core -->
  243. <dependency>
  244. <groupId>org.twitter4j</groupId>
  245. <artifactId>twitter4j-core</artifactId>
  246. <version>4.0.7</version>
  247. </dependency>
  248. <!-- https://mvnrepository.com/artifact/org.twitter4j/twitter4j-stream -->
  249. <dependency>
  250. <groupId>org.twitter4j</groupId>
  251. <artifactId>twitter4j-stream</artifactId>
  252. <version>4.0.7</version>
  253. </dependency>
  254. <!-- https://mvnrepository.com/artifact/com.rabbitmq/amqp-client -->
  255. <dependency>
  256. <groupId>com.rabbitmq</groupId>
  257. <artifactId>amqp-client</artifactId>
  258. <version>5.7.3</version>
  259. </dependency>
  260. <dependency>
  261. <groupId>org.elasticsearch</groupId>
  262. <artifactId>elasticsearch</artifactId>
  263. <version>1.7.6</version>
  264. </dependency>
  265. <!-- https://mvnrepository.com/artifact/javazoom/jlayer -->
  266. <dependency>
  267. <groupId>javazoom</groupId>
  268. <artifactId>jlayer</artifactId>
  269. <version>1.0.1</version>
  270. </dependency>
  271. <!-- spark section -->
  272. <dependency>
  273. <groupId>org.apache.spark</groupId>
  274. <artifactId>spark-core_2.12</artifactId>
  275. <version>2.4.0</version>
  276. </dependency>
  277. <dependency>
  278. <groupId>org.apache.spark</groupId>
  279. <artifactId>spark-mllib_2.12</artifactId>
  280. <version>2.4.0</version>
  281. </dependency>
  282. <!-- Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 10582 -->
  283. <dependency>
  284. <groupId>com.thoughtworks.paranamer</groupId>
  285. <artifactId>paranamer</artifactId>
  286. <version>2.8</version>
  287. </dependency>
  288. <!-- https://mvnrepository.com/artifact/org.apache.activemq/activemq-all -->
  289. <dependency>
  290. <groupId>org.apache.activemq</groupId>
  291. <artifactId>activemq-all</artifactId>
  292. <version>5.11.0</version>
  293. </dependency>
  294. <dependency>
  295. <groupId>org.java-websocket</groupId>
  296. <artifactId>Java-WebSocket</artifactId>
  297. <version>1.5.1</version>
  298. </dependency>
  299. <!-- https://mvnrepository.com/artifact/net.sourceforge.tess4j/tess4j -->
  300. <dependency>
  301. <groupId>net.sourceforge.tess4j</groupId>
  302. <artifactId>tess4j</artifactId>
  303. <version>4.5.3</version>
  304. </dependency>
  305. <!-- https://mvnrepository.com/artifact/org.deeplearning4j/deeplearning4j-core -->
  306. <dependency>
  307. <groupId>org.deeplearning4j</groupId>
  308. <artifactId>deeplearning4j-core</artifactId>
  309. <version>1.0.0-beta7</version>
  310. </dependency>
  311. <dependency>
  312. <groupId>org.nd4j</groupId>
  313. <artifactId>nd4j-native-platform</artifactId>
  314. <version>1.0.0-beta7</version>
  315. </dependency>
  316. <dependency>
  317. <groupId>org.apache.cassandra</groupId>
  318. <artifactId>cassandra-all</artifactId>
  319. <version>1.1.4</version>
  320. <exclusions>
  321. <exclusion>
  322. <groupId>org.slf4j</groupId>
  323. <artifactId>slf4j-log4j12</artifactId>
  324. </exclusion>
  325. <exclusion>
  326. <groupId>log4j</groupId>
  327. <artifactId>log4j</artifactId>
  328. </exclusion>
  329. </exclusions>
  330. </dependency>
  331. <!-- YouTube Data V3 support -->
  332. <dependency>
  333. <groupId>com.google.apis</groupId>
  334. <artifactId>google-api-services-youtube</artifactId>
  335. <version>${project.youtube.version}</version>
  336. </dependency>
  337. <dependency>
  338. <groupId>com.google.http-client</groupId>
  339. <artifactId>google-http-client-jackson2</artifactId>
  340. <version>${project.http.version}</version>
  341. </dependency>
  342. <dependency>
  343. <groupId>com.google.oauth-client</groupId>
  344. <artifactId>google-oauth-client-jetty</artifactId>
  345. <version>${project.oauth.version}</version>
  346. </dependency>
  347. <dependency>
  348. <groupId>com.google.collections</groupId>
  349. <artifactId>google-collections</artifactId>
  350. <version>1.0</version>
  351. </dependency>
  352. </dependencies>
  353. <build>
  354. <plugins>
  355. <plugin>
  356. <artifactId>maven-compiler-plugin</artifactId>
  357. <version>3.5.1</version>
  358. <configuration>
  359. <source>1.8</source>
  360. <target>1.8</target>
  361. </configuration>
  362. </plugin>
  363. </plugins>
  364. </build>
  365. </project>