Skip to content

Commit

Permalink
removed develop dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Mar 7, 2019
1 parent 5fcdf61 commit f806713
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -74,11 +75,6 @@
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>3.6.1</version>
</dependency>

<!-- MEANBEAN DEPENDENCY -->
<dependency>
Expand All @@ -93,7 +89,7 @@
<artifactId>jobject-evaluate</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>test-objects</artifactId>
Expand Down

0 comments on commit f806713

Please sign in to comment.