Skip to content

Commit

Permalink
Make opennms-tools compile again. Tests are failing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus von Rüden committed Jan 29, 2015
1 parent 02c1d1f commit 376ff50
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 87 deletions.
2 changes: 1 addition & 1 deletion opennms-tools/sms-reflector/protocol/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.opennms.features</groupId>
<artifactId>sms-reflector</artifactId>
<version>1.14.0-SNAPSHOT</version>
<version>16.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.protocols</groupId>
Expand Down
68 changes: 0 additions & 68 deletions opennms-tools/sms-reflector/sms-service/SmsResponse.java

This file was deleted.

18 changes: 0 additions & 18 deletions opennms-tools/sms-reflector/sms-service/pom.xml
Expand Up @@ -89,24 +89,6 @@
<dependency>
<groupId>org.springframework.osgi</groupId>
<artifactId>spring-osgi-core</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>org.springframework.aop</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>org.springframework.beans</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>org.springframework.context</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>org.springframework.core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down

0 comments on commit 376ff50

Please sign in to comment.