Merge pull request #542 from OpenSkywalking/fix/sjdbcbug

delete the compile plugin in sharing jdbc agent plugin pom file.
This commit is contained in:
吴晟 Wu Sheng 2017-10-24 23:09:35 +08:00 committed by GitHub
commit 2ba401587a
1 changed files with 0 additions and 9 deletions

View File

@ -72,15 +72,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
</project>