Skip to content

Commit c102797

Browse files
committed
Remove unused libraries
1 parent d3c540d commit c102797

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

pom.xml

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@
5151
<groupId>com.github.branflake2267</groupId>
5252
<artifactId>gwt-maps-api</artifactId>
5353
<version>3.9.0-build-17</version>
54-
</dependency>
55-
<dependency>
56-
<groupId>com.googlecode.gwtquery</groupId>
57-
<artifactId>gquery-plugin-archetype</artifactId>
58-
<version>0.5</version>
5954
</dependency>
6055
<dependency>
6156
<groupId>com.google.inject</groupId>
@@ -70,7 +65,7 @@
7065
<dependency>
7166
<groupId>com.google.gwt.inject</groupId>
7267
<artifactId>gin</artifactId>
73-
<version>2.1.0</version>
68+
<version>2.1.2</version>
7469
</dependency>
7570
<dependency>
7671
<groupId>org.tmatesoft.sqljet</groupId>
@@ -127,21 +122,11 @@
127122
<artifactId>slf4j-log4j12</artifactId>
128123
<version>1.7.5</version>
129124
</dependency>
130-
<dependency>
131-
<groupId>com.smartgwt</groupId>
132-
<artifactId>smartgwt</artifactId>
133-
<version>2.5-patch</version>
134-
</dependency>
135125
<dependency>
136126
<groupId>org.gwtopenmaps.openlayers</groupId>
137127
<artifactId>gwt-openlayers-client</artifactId>
138128
<version>0.9</version>
139129
</dependency>
140-
<dependency>
141-
<groupId>org.mindrot</groupId>
142-
<artifactId>jbcrypt</artifactId>
143-
<version>0.3m</version>
144-
</dependency>
145130
<dependency>
146131
<groupId>commons-io</groupId>
147132
<artifactId>commons-io</artifactId>
@@ -163,17 +148,12 @@
163148
<artifactId>portlet-api</artifactId>
164149
<version>1.0</version>
165150
</dependency>
166-
<dependency>
167-
<groupId>commons-fileupload</groupId>
168-
<artifactId>commons-fileupload</artifactId>
169-
<version>1.3</version>
170-
</dependency>
171151
<dependency>
172152
<groupId>com.googlecode.gwt-charts</groupId>
173153
<artifactId>gwt-charts</artifactId>
174154
<version>0.9.9</version>
175155
</dependency>
176-
<dependency>
156+
<dependency>
177157
<groupId>org.geotools</groupId>
178158
<artifactId>gt-geometry</artifactId>
179159
<version>11.0</version>

0 commit comments

Comments
 (0)