CopyPastor

Detecting plagiarism made easy.

Score: 0.8916530920548386; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2019-05-07
by mohammadReza Abiri

Original Post

Original - Posted on 2017-03-01
by user7639880



            
Present in both answers; Present only in the new answer; Present only in the old answer;

Adding this to POM fixed it for me. Please adjust Version as you need

</dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.5.1</version> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> </plugins> </build>
Adding this to POM fixed it for me. Please adjust Version as you need


... </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.5.1</version> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> </plugins> </build>

        
Present in both answers; Present only in the new answer; Present only in the old answer;