Skip to content

Commit ef50c09

Browse files
committed
pom.xml 업데이트
1 parent 7835e65 commit ef50c09

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
![Adenium: Normalizer](./img/Adenium_400x105.png)
2+
3+
![](https://img.shields.io/github/license/SOCLabs/Adenium.svg) ![](https://img.shields.io/github/forks/SOCLabs/Adenium.svg) ![](https://img.shields.io/github/stars/SOCLabs/Adenium.svg) [![contributing](https://img.shields.io/badge/link-CONTRIBUTING-ff69b4.svg)](https://github.com/SOCLabs/Adenium/blob/master/CONTRIBUTING.md)
4+
15
# **Adenium Framework 와 Normalizer**
26

37
**Adenium Framework**는 분산처리 Framework인 Spark 환경에서 동작하는 Application의 동적 제어 방법과 입력 Data의 분배 및 출력 결과의 전송을 일관된 프로세스로 제어 할 수 있는 환경을 제공 합니다.

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,12 @@
5353
<dependency>
5454
<groupId>org.apache.spark</groupId>
5555
<artifactId>spark-core_2.11</artifactId>
56-
<version>2.1.1</version>
56+
<version>[2.2.0,)</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.apache.spark</groupId>
6060
<artifactId>spark-streaming_2.11</artifactId>
61-
<version>2.1.1</version>
62-
<scope>provided</scope>
61+
<version>[2.2.0,)</version>
6362
</dependency>
6463
<dependency>
6564
<groupId>org.apache.spark</groupId>

0 commit comments

Comments
 (0)