Bump. Any progress here anyone? It should be dealt with rather soon do prevent strange behaviour and confusion.
2009/9/20 Peter Neubauer <peter.neuba...@jayway.se>: > Hi folks, > Mattias noted packaging problem where dependencies got embedded into > e.g. the neo-utils final jar. I propose changing the master pom so > that we will explicitely scope all dependencies and only deps with > scope "runtime" or "compile" get embedded and not imported into the > final bundles, something along the lines of > > Index: neo-utils/trunk/pom.xml > =================================================================== > --- neo-utils/trunk/pom.xml (revision 3108) > +++ neo-utils/trunk/pom.xml (working copy) > @@ -63,16 +63,19 @@ > <groupId>org.neo4j</groupId> > <artifactId>neo</artifactId> > <version>1.0-b10-SNAPSHOT</version> > + <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.neo4j</groupId> > <artifactId>neo-component-commons</artifactId> > <version>0.3-SNAPSHOT</version> > + <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.neo4j</groupId> > <artifactId>index-util</artifactId> > <version>0.8-SNAPSHOT</version> > + <scope>provided</scope> > </dependency> > </dependencies> > </project> > Index: pom.xml > =================================================================== > --- pom.xml (revision 3108) > +++ pom.xml (working copy) > @@ -119,6 +119,7 @@ > <Bundle-Version>${pom.version}</Bundle-Version> > > <Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}"</Export-Package> > <Private-Package>${bundle.namespace}.internal.*</Private-Package> > + > <Embed-Dependency>*;scope=compile|runtime</Embed-Dependency> > <!-- Allow each bundle to override these settings by > creating a file named osgi.bnd > in the same directory as the component's pom.xml. > See components/neo/trunk/osgi.bnd > for an example. > > > > WDYAT? Andreas, any thoughts? > > /peter > > GTalk: neubauer.peter > Skype peter.neubauer > Phone +46 704 106975 > LinkedIn http://www.linkedin.com/in/neubauer > Twitter http://twitter.com/peterneubauer > > http://www.neo4j.org - Relations count. > http://www.oredev.se - The best thing since the wall came down. > http://www.linkedprocess.org - Distributed computing on LinkedData scale > _______________________________________________ > Neo mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Mattias Persson, [matt...@neotechnology.com] Neo Technology, www.neotechnology.com _______________________________________________ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user