Remove unneeded dependencies
[mdsal.git] / entityownership / mdsal-eos-binding-api / pom.xml
index b64699eec15c74acaee594f0777728c82be17412..04fbb1c2a19191e0d12eed19801bc9863825c4ef 100644 (file)
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
-            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
     <build>
         <plugins>