Skip to content

Commit

Permalink
[ARIES-1489] Use provided scope for OSGi specs
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/aries/trunk@1725945 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
cschneider committed Jan 21, 2016
1 parent 9c5fba2 commit d63394c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions jpa/jpa-blueprint/pom.xml
Expand Up @@ -48,6 +48,7 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.aries.blueprint</groupId>
Expand Down
5 changes: 5 additions & 0 deletions jpa/jpa-repository/pom.xml
Expand Up @@ -81,6 +81,11 @@
<artifactId>org.apache.aries.jpa.support</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.aries.jpa</groupId>
<artifactId>org.apache.aries.jpa.blueprint</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.aries.jpa</groupId>
<artifactId>org.apache.aries.jpa.eclipselink.adapter</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions jpa/jpa-support/pom.xml
Expand Up @@ -52,10 +52,12 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit d63394c

Please sign in to comment.