Skip to content

Commit

Permalink
Merge branch 'master' of github.com:etesla/tesla
Browse files Browse the repository at this point in the history
  • Loading branch information
dhanji committed May 23, 2012
2 parents 545049d + ccec1ae commit 8e50cf7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apache-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@
</properties>

<dependencies>
<!--
<dependency>
<groupId>org.eclipse.tesla.shell</groupId>
<artifactId>maven-provision</artifactId>
</dependency>
-->
<dependency>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-inject-bean</artifactId>
Expand All @@ -60,11 +62,13 @@
<artifactId>aether-connector-file</artifactId>
<scope>runtime</scope>
</dependency>
<!--
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>org.eclipse.osgi</artifactId>
<scope>runtime</scope>
</dependency>
-->
<dependency>
<groupId>org.sonatype.maven</groupId>
<artifactId>wagon-ahc</artifactId>
Expand Down Expand Up @@ -176,13 +180,15 @@
<exclude>org.sonatype.gossip:gossip-slf4j</exclude>
</excludes>
</fileSet>
<!--
<fileSet>
<directory>shell</directory>
<artifacts>
<artifact>org.eclipse.tesla.shell:tesla-shell-osgi-core</artifact>
<artifact>org.eclipse:org.eclipse.osgi</artifact>
</artifacts>
</fileSet>
-->
<fileSet>
<directory>ext</directory>
<artifacts>
Expand Down

0 comments on commit 8e50cf7

Please sign in to comment.