alseambusher

tf-aem-configuration.pom.xml

Dec 17th, 2017
14,055
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.50 KB | None | 0 0
  1. <configuration>
  2.   <instructions>
  3.     <Export-Package>org.tensorflow.*;version=1.4.0,</Export-Package>
  4.     <Embed-Directory>OSGI-INF/lib</Embed-Directory>
  5.     <Embed-Dependency>org.tensorflow; scope=compile|runtime,
  6.                             org.tensorflow.types; scope=compile|runtime,
  7.                             org.tensorflow.op; scope=compile|runtime,</Embed-Dependency>
  8.     <Embed-Transitive>true</Embed-Transitive>
  9.     <Import-Package>.....</Import-Package>
  10.   </instructions>
  11. </configuration>
Add Comment
Please, Sign In to add comment