From 376de3a40eabef02edb85ad8a3d87a9d278e3c46 Mon Sep 17 00:00:00 2001 From: harshanl Date: Thu, 15 Mar 2018 17:16:02 +0530 Subject: [PATCH] Fix build issue --- .../wso2/testgrid/infrastructure/providers/aws/AMIMapper.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infrastructure/src/main/java/org/wso2/testgrid/infrastructure/providers/aws/AMIMapper.java b/infrastructure/src/main/java/org/wso2/testgrid/infrastructure/providers/aws/AMIMapper.java index a6e25af63..f1ca967fd 100644 --- a/infrastructure/src/main/java/org/wso2/testgrid/infrastructure/providers/aws/AMIMapper.java +++ b/infrastructure/src/main/java/org/wso2/testgrid/infrastructure/providers/aws/AMIMapper.java @@ -26,6 +26,7 @@ import com.amazonaws.services.ec2.model.Tag; import org.slf4j.Logger; import org.slf4j.LoggerFactory; +import org.wso2.testgrid.common.TestGridConstants; import org.wso2.testgrid.common.config.ConfigurationContext; import org.wso2.testgrid.common.config.ConfigurationContext.ConfigurationProperties; import org.wso2.testgrid.common.exception.TestGridInfrastructureException; @@ -34,6 +35,7 @@ import java.nio.file.Files; import java.nio.file.Path; +import java.nio.file.Paths; import java.util.ArrayList; import java.util.List; import java.util.Optional;