Skip to content

Commit

Permalink
Creating single module jdiameter-ha-impl. Fixing pom files for TestSu…
Browse files Browse the repository at this point in the history
…ite.
  • Loading branch information
SergeyLee committed Apr 21, 2017
1 parent 672e09d commit 12f12a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<slf4j.version>1.7.2</slf4j.version>
<junit.version>4.11</junit.version>
<version.surefire>2.19</version.surefire>
<ha.impl>wildfly</ha.impl>
</properties>

<dependencyManagement>
Expand All @@ -45,7 +44,7 @@
</dependency>
<dependency>
<groupId>org.mobicents.diameter</groupId>
<artifactId>jdiameter-ha-impl-${ha.impl}</artifactId>
<artifactId>jdiameter-ha-impl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</dependency>
<dependency>
<groupId>org.mobicents.diameter</groupId>
<artifactId>jdiameter-ha-impl-${ha.impl}</artifactId>
<artifactId>jdiameter-ha-impl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 12f12a5

Please sign in to comment.