Skip to content

Commit

Permalink
log4j, data symbolic link 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
heejinchoi committed May 29, 2018
1 parent 679f8f4 commit 9057ed8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
1 change: 0 additions & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v8.5"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,12 @@
<artifactId>jackson-databind</artifactId>
<version>2.8.8</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>

</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Globals.LocalIp = 127.0.0.1
#Globals.Url=jdbc:mysql://127.0.0.1:3306/mago3d



# Postgreql
Globals.DbType = postgresql
Globals.UserName= postgres
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/main/webapp/f4d
1 change: 0 additions & 1 deletion src/test/java/vo/PageTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import java.util.List;

import org.junit.Ignore;
import org.junit.Test;

public class PageTest {
Expand Down

0 comments on commit 9057ed8

Please sign in to comment.