Skip to content

Commit 205b7ac

Browse files
committed
remove guava dependency
1 parent 45785f4 commit 205b7ac

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -158,23 +158,5 @@
158158
<version>2.10.0</version>
159159
<scope>test</scope>
160160
</dependency>
161-
162-
<dependency>
163-
<groupId>com.google.guava</groupId>
164-
<artifactId>guava</artifactId>
165-
<version>19.0</version>
166-
</dependency>
167161
</dependencies>
168-
169-
<build>
170-
<plugins>
171-
<plugin>
172-
<groupId>org.jenkins-ci.tools</groupId>
173-
<artifactId>maven-hpi-plugin</artifactId>
174-
<configuration>
175-
<maskClasses>com.google.common.</maskClasses>
176-
</configuration>
177-
</plugin>
178-
</plugins>
179-
</build>
180162
</project>

0 commit comments

Comments
 (0)