From bf25814c0995013197bd29158a6e11ceefd5775a Mon Sep 17 00:00:00 2001
From: Michael Nguyen <michael.nguyen@parivedasolutions.com>
Date: Tue, 3 Dec 2019 09:54:18 -0600
Subject: [PATCH] updating pom

---
 provider/indexer-aws/indexer-queue-aws/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/provider/indexer-aws/indexer-queue-aws/pom.xml b/provider/indexer-aws/indexer-queue-aws/pom.xml
index f16d34b90..31ffa4f29 100644
--- a/provider/indexer-aws/indexer-queue-aws/pom.xml
+++ b/provider/indexer-aws/indexer-queue-aws/pom.xml
@@ -48,6 +48,14 @@
               </execution>
             </executions>
           </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-compiler-plugin</artifactId>
+            <configuration>
+              <source>8</source>
+              <target>8</target>
+            </configuration>
+          </plugin>
         </plugins>
       <extensions>
         <extension>
-- 
GitLab