Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: donghyuck <andang.son@gmail.com>
  • Loading branch information
donghyuck committed Mar 15, 2017
1 parent 1732501 commit 409db69
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@

<name>커뮤니티 프로젝트</name>




<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<javac.src.version>1.6</javac.src.version>
Expand All @@ -21,6 +18,18 @@
<project.dependency.spring-security.version>4.1.3.RELEASE</project.dependency.spring-security.version>
<javadocExecutable>${java.home}/../bin/javadoc</javadocExecutable>
</properties>

<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>Donghyuck's Maven Repository</name>
<url>http://www.podosw.com/artifactory/repo</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>architecture</groupId>
Expand Down

0 comments on commit 409db69

Please sign in to comment.