Skip to content

Commit

Permalink
remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
philipparndt committed Jan 14, 2021
1 parent 0b0960e commit f84be84
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/de.rnd7.mqtttelegram/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@
<scope>test</scope>
</dependency>

<!-- <dependency>-->
<!-- <groupId>org.telegram</groupId>-->
<!-- <artifactId>telegrambots</artifactId>-->
<!-- <version>5.0.1</version>-->
<!-- </dependency>-->
<dependency>
<groupId>com.github.pengrad</groupId>
<artifactId>java-telegram-bot-api</artifactId>
Expand Down Expand Up @@ -120,17 +115,11 @@
<version>2.8.6</version>
</dependency>

<dependency>
<groupId>io.github.zeroone3010</groupId>
<artifactId>yetanotherhueapi</artifactId>
<version>1.4.0</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit f84be84

Please sign in to comment.