|
30 | 30 | <artifactId>httpclient</artifactId> |
31 | 31 | <version>4.3.5</version> |
32 | 32 | </dependency> |
33 | | - <dependency> |
34 | | - <groupId>com.google.code.gson</groupId> |
35 | | - <artifactId>gson</artifactId> |
36 | | - <version>2.3</version> |
37 | | - </dependency> |
38 | 33 | <dependency> |
39 | 34 | <groupId>javax.servlet</groupId> |
40 | 35 | <artifactId>javax.servlet-api</artifactId> |
|
51 | 46 | <artifactId>jetty-servlet</artifactId> |
52 | 47 | <version>${jettyVersion}</version> |
53 | 48 | </dependency> |
54 | | - <dependency> |
55 | | - <groupId>commons-cli</groupId> |
56 | | - <artifactId>commons-cli</artifactId> |
57 | | - <version>1.2</version> |
58 | | - </dependency> |
59 | 49 | <dependency> |
60 | 50 | <groupId>org.apache.commons</groupId> |
61 | 51 | <artifactId>commons-lang3</artifactId> |
|
68 | 58 | <version>2.6</version> |
69 | 59 | <type>jar</type> |
70 | 60 | </dependency> |
| 61 | + <dependency> |
| 62 | + <groupId>com.google.code.gson</groupId> |
| 63 | + <artifactId>gson</artifactId> |
| 64 | + <version>2.5</version> |
| 65 | + </dependency> |
| 66 | + <dependency> |
| 67 | + <groupId>commons-cli</groupId> |
| 68 | + <artifactId>commons-cli</artifactId> |
| 69 | + <version>1.3.1</version> |
| 70 | + </dependency> |
71 | 71 | </dependencies> |
72 | 72 | <build> |
73 | 73 | <sourceDirectory>src</sourceDirectory> |
|
115 | 115 | </plugin> |
116 | 116 | </plugins> |
117 | 117 | </build> |
118 | | - <dependencies> |
119 | | - <dependency> |
120 | | - <groupId>org.eclipse.jetty</groupId> |
121 | | - <artifactId>jetty-server</artifactId> |
122 | | - <version>9.3.6.v20151106</version> |
123 | | - </dependency> |
124 | | - <dependency> |
125 | | - <groupId>com.google.code.gson</groupId> |
126 | | - <artifactId>gson</artifactId> |
127 | | - <version>2.5</version> |
128 | | - </dependency> |
129 | | - <dependency> |
130 | | - <groupId>org.rdfhdt</groupId> |
131 | | - <artifactId>hdt-jena</artifactId> |
132 | | - <version>1.1</version> |
133 | | - </dependency> |
134 | | - <dependency> |
135 | | - <groupId>commons-cli</groupId> |
136 | | - <artifactId>commons-cli</artifactId> |
137 | | - <version>1.3.1</version> |
138 | | - </dependency> |
139 | | - <dependency> |
140 | | - <groupId>org.eclipse.jetty</groupId> |
141 | | - <artifactId>jetty-servlet</artifactId> |
142 | | - <version>9.3.6.v20151106</version> |
143 | | - </dependency> |
144 | | - </dependencies> |
145 | 118 | </project> |
0 commit comments