Guest User

Untitled

a guest
Dec 18th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. ...
  2. <plugin>
  3. <artifactId>maven-ejb-plugin</artifactId>
  4. <version>3.0.0</version>
  5. <configuration>
  6. <ejbVersion>3.1</ejbVersion>
  7. <archive>
  8. <manifestEntries>
  9. <Dependencies>org.apache.commons.lang3</Dependencies>
  10. </manifestEntries>
  11. </archive>
  12. </configuration>
  13. </plugin>
  14. ...
  15.  
  16. Manifest-Version: 1.0
  17. Built-By: BRay
  18. Build-Jdk: 9.0.1
  19. Created-By: Maven Integration for Eclipse
Add Comment
Please, Sign In to add comment