Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Update example dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mcculls committed Nov 19, 2013
1 parent 85a6ef1 commit 62b355c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions examples/guice-swing/guice-swing-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-guice</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.inject</artifactId>
Expand Down
11 changes: 8 additions & 3 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,25 @@
<artifactId>org.apache.servicemix.bundles.aopalliance</artifactId>
<version>1.0_6</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>15.0</version>
</dependency>
<dependency>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-guice</artifactId>
<version>3.1.6</version>
<version>3.1.8</version>
</dependency>
<dependency>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.inject</artifactId>
<version>0.0.0.M5</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.inject.extender</artifactId>
<version>0.0.0.M5</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>org.sonatype.sisu</groupId>
Expand Down

0 comments on commit 62b355c

Please sign in to comment.