Advertisement
Guest User

plugin connfiguration

a guest
Dec 15th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.33 KB | None | 0 0
  1.         <plugin>
  2.             <groupId>org.apache.karaf.tooling</groupId>
  3.             <artifactId>karaf-maven-plugin</artifactId>
  4.             <version>4.0.9</version>
  5.             <configuration>
  6.                 <excludedArtifactIds>
  7.                     <excludedArtifactId>slf4j-api</excludedArtifactId>
  8.                 </excludedArtifactIds>
  9.             </configuration>
  10.         </plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement