Commit 6ac344e072475d147a233d6f1e791e395a0be041
1 parent
8608cea2
upping a few other changes too
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
pom.xml
... | ... | @@ -60,7 +60,7 @@ |
60 | 60 | <dependency> |
61 | 61 | <groupId>xerces</groupId> |
62 | 62 | <artifactId>xercesImpl</artifactId> |
63 | - <version>2.9.1</version> | |
63 | + <version>2.11.0</version> | |
64 | 64 | </dependency> |
65 | 65 | <dependency> |
66 | 66 | <groupId>de.tudarmstadt.ukp.wikipedia</groupId> |
... | ... | @@ -90,7 +90,7 @@ |
90 | 90 | <dependency> |
91 | 91 | <groupId>com.google.code.gson</groupId> |
92 | 92 | <artifactId>gson</artifactId> |
93 | - <version>2.2.4</version> | |
93 | + <version>2.4</version> | |
94 | 94 | </dependency> |
95 | 95 | <dependency> |
96 | 96 | <groupId>org.slf4j</groupId> |
... | ... | @@ -105,7 +105,7 @@ |
105 | 105 | <dependency> |
106 | 106 | <groupId>net.sf.jopt-simple</groupId> |
107 | 107 | <artifactId>jopt-simple</artifactId> |
108 | - <version>4.5</version> | |
108 | + <version>4.9</version> | |
109 | 109 | </dependency> |
110 | 110 | <dependency> |
111 | 111 | <groupId>org.apache.commons</groupId> |
... | ... | @@ -138,11 +138,11 @@ |
138 | 138 | <plugin> |
139 | 139 | <artifactId>maven-compiler-plugin</artifactId> |
140 | 140 | <configuration> |
141 | - <!-- <charset>${project.source.charset}</charset> --> | |
142 | 141 | <encoding>${project.source.encoding}</encoding> |
143 | 142 | <source>${java.version.source}</source> |
144 | 143 | <target>${java.version.target}</target> |
145 | 144 | </configuration> |
145 | + <version>3.3</version> | |
146 | 146 | </plugin> |
147 | 147 | <plugin> |
148 | 148 | <artifactId>maven-assembly-plugin</artifactId> | ... | ... |