You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2019/06/27 21:54:50 UTC

[juneau] branch master updated: Fix compiler warning.

This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 187082d  Fix compiler warning.
187082d is described below

commit 187082d25ee3f9ed8bd67359374313a67f40ed18
Author: JamesBognar <ja...@apache.org>
AuthorDate: Thu Jun 27 17:53:34 2019 -0400

    Fix compiler warning.
---
 juneau-sc/juneau-server-config/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/juneau-sc/juneau-server-config/pom.xml b/juneau-sc/juneau-server-config/pom.xml
index db4543d..c4c5b4c 100644
--- a/juneau-sc/juneau-server-config/pom.xml
+++ b/juneau-sc/juneau-server-config/pom.xml
@@ -72,7 +72,6 @@
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
 			<scope>test</scope>
-			<version>4.13-beta-1</version>
 		</dependency>
 
 	</dependencies>