Cleanup dependency structure
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 3 Jan 2019 15:23:02 +0000 (16:23 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 3 Jan 2019 18:00:39 +0000 (19:00 +0100)
Our parent should import our artifacts, so we can freely refer
to them with proper versions and scope -- otherwise it is extremely
easy to leak things like infrautils-testutils to runtime.

Change-Id: I79bf9a04ec87d50e1434f317d926168980d71b69
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
inject-guice-testutils/pom.xml

index 80fb682d63f5f2d268288c5d5d3ff2e3f93c24f2..89471a4bd32c8c4c839075d3560cc86c0a8a1b6a 100644 (file)
@@ -47,7 +47,6 @@
     <dependency>
       <groupId>org.opendaylight.infrautils</groupId>
       <artifactId>inject</artifactId>
-      <version>${project.version}</version>
     </dependency>
   </dependencies>
 </project>