Skip to content

Commit

Permalink
➖ remove dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sanshengshui committed Jul 25, 2019
1 parent 744db62 commit ab5854b
Showing 1 changed file with 6 additions and 24 deletions.
30 changes: 6 additions & 24 deletions IOT-Guide-Coap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,34 +42,16 @@
<artifactId>californium-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<groupId>com.sanshengshui</groupId>
<artifactId>IOT-Guide-TSL</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<groupId>com.sanshengshui</groupId>
<artifactId>IOT-Guide-TSL</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
</dependencies>

Expand Down

0 comments on commit ab5854b

Please sign in to comment.