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

amichai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-rsa.git

commit 01e8c6f1964035015440e0c55de6932c2dba3e35
Author: Amichai Rothman <[email protected]>
AuthorDate: Tue Jun 4 11:23:17 2024 +0300

    Remove duplicate compiler plugin configuration
---
 provider/fastbin/pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/provider/fastbin/pom.xml b/provider/fastbin/pom.xml
index 588292e4..11eae109 100644
--- a/provider/fastbin/pom.xml
+++ b/provider/fastbin/pom.xml
@@ -67,14 +67,6 @@
 
     <build>
         <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.8</source>
-                    <target>1.8</target>
-                </configuration>
-            </plugin>
             <plugin>
                 <groupId>org.fusesource.hawtbuf</groupId>
                 <artifactId>hawtbuf-protoc</artifactId>

Reply via email to