Skip to content

Commit

Permalink
Initial change to use mvn library
Browse files Browse the repository at this point in the history
  • Loading branch information
cdjackson committed Mar 22, 2015
1 parent 0b608d6 commit b302ed5
Show file tree
Hide file tree
Showing 575 changed files with 15 additions and 49,991 deletions.
15 changes: 15 additions & 0 deletions addons/binding/org.openhab.binding.zigbee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,19 @@
<name>ZigBee Binding</name>
<packaging>eclipse-plugin</packaging>

<repositories>
<repository>
<id>bubblecloud-cloudbees-release</id>
<url>http://repository-bubblecloud.forge.cloudbees.com/release/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee-api</artifactId>
<version>2.0.2</version>
</dependency>
</dependencies>

</project>

This file was deleted.

Loading

0 comments on commit b302ed5

Please sign in to comment.