Skip to content

Commit be4f24b

Browse files
committed
Corrected pom after merge
1 parent 4592605 commit be4f24b

File tree

1 file changed

+10
-37
lines changed

1 file changed

+10
-37
lines changed

pom.xml

Lines changed: 10 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@
3030
<artifactId>httpclient</artifactId>
3131
<version>4.3.5</version>
3232
</dependency>
33-
<dependency>
34-
<groupId>com.google.code.gson</groupId>
35-
<artifactId>gson</artifactId>
36-
<version>2.3</version>
37-
</dependency>
3833
<dependency>
3934
<groupId>javax.servlet</groupId>
4035
<artifactId>javax.servlet-api</artifactId>
@@ -51,11 +46,6 @@
5146
<artifactId>jetty-servlet</artifactId>
5247
<version>${jettyVersion}</version>
5348
</dependency>
54-
<dependency>
55-
<groupId>commons-cli</groupId>
56-
<artifactId>commons-cli</artifactId>
57-
<version>1.2</version>
58-
</dependency>
5949
<dependency>
6050
<groupId>org.apache.commons</groupId>
6151
<artifactId>commons-lang3</artifactId>
@@ -68,6 +58,16 @@
6858
<version>2.6</version>
6959
<type>jar</type>
7060
</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>
7171
</dependencies>
7272
<build>
7373
<sourceDirectory>src</sourceDirectory>
@@ -115,31 +115,4 @@
115115
</plugin>
116116
</plugins>
117117
</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>
145118
</project>

0 commit comments

Comments
 (0)