Skip to content

Commit 4527173

Browse files
author
Jochen Seeber
committed
Fixed poms; added target directory and Emacs backup files to .gitignore
1 parent 980ac56 commit 4527173

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/.classpath
22
/.project
33
/.settings/
4-
/target/
4+
/target/
5+
*~
6+
#*#

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
</build>
9090
<dependencies>
9191
<dependency>
92-
<groupId>apache-codec</groupId>
92+
<groupId>commons-codec</groupId>
9393
<artifactId>commons-codec</artifactId>
9494
<version>1.2</version>
9595
</dependency>

0 commit comments

Comments
 (0)