Skip to content

Commit

Permalink
missing osgi core dependency (m2e can not import in eclipse)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei-Pozolotin committed Sep 2, 2012
1 parent 2b65b62 commit 3591922
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion itest/src/it/regression-multi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,14 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<version>4.2.0</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 3591922

Please sign in to comment.