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

vveider pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git


The following commit(s) were added to refs/heads/master by this push:
     new 9c634414 IGNITE-21251 Fix mistakenly added source and target 
constraints for cdc-ext (#252)
9c634414 is described below

commit 9c6344145d199c3b7f1294f5bbefdf3ef60ee40a
Author: xintrian <38949442+xintr...@users.noreply.github.com>
AuthorDate: Sun Jan 14 10:30:34 2024 +0300

    IGNITE-21251 Fix mistakenly added source and target constraints for cdc-ext 
(#252)
    
    Co-authored-by: Alexey Gidaspov <asgidas...@sberbank.ru>
---
 modules/cdc-ext/pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/modules/cdc-ext/pom.xml b/modules/cdc-ext/pom.xml
index e9b4d298..614a303a 100644
--- a/modules/cdc-ext/pom.xml
+++ b/modules/cdc-ext/pom.xml
@@ -179,14 +179,6 @@
                     </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>
     </build>
 </project>

Reply via email to