Browse Source

Use Guava 17.0 to overcome the problem with CDI

Martin Tzvetanov Grigorov 11 năm trước cách đây
mục cha
commit
21ebb728ef
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      wicket/pom.xml

+ 6 - 0
wicket/pom.xml

@@ -40,6 +40,12 @@
 			<version>${bonecp.version}</version>
 		</dependency>
 
+		<dependency>
+			<groupId>com.google.guava</groupId>
+			<artifactId>guava</artifactId>
+			<version>17.0</version>
+		</dependency>
+
 		<!-- LOGGING DEPENDENCIES - LOG4J -->
 		<dependency>
 			<groupId>org.slf4j</groupId>