Skip to content

Commit

Permalink
Use internal dependencies from Dependency Management
Browse files Browse the repository at this point in the history
  • Loading branch information
mthmulders committed Mar 16, 2020
1 parent 2619bb3 commit 0463b85
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion mockrunner-ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<dependency>
<groupId>com.mockrunner</groupId>
<artifactId>mockrunner-core</artifactId>
<version>2.0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Expand Down
1 change: 0 additions & 1 deletion mockrunner-jca/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<dependency>
<groupId>com.mockrunner</groupId>
<artifactId>mockrunner-core</artifactId>
<version>2.0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
1 change: 0 additions & 1 deletion mockrunner-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<dependency>
<groupId>com.mockrunner</groupId>
<artifactId>mockrunner-core</artifactId>
<version>2.0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
1 change: 0 additions & 1 deletion mockrunner-jms-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
<dependency>
<groupId>com.mockrunner</groupId>
<artifactId>mockrunner-jms</artifactId>
<version>${project.version}</version>
</dependency>
<!-- needed in StreamUtil -->
<dependency>
Expand Down
1 change: 0 additions & 1 deletion mockrunner-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<dependency>
<groupId>com.mockrunner</groupId>
<artifactId>mockrunner-core</artifactId>
<version>2.0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 0 additions & 2 deletions mockrunner-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
<dependency>
<groupId>com.mockrunner</groupId>
<artifactId>mockrunner-core</artifactId>
<version>2.0.4-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.mockrunner</groupId>
Expand Down
3 changes: 0 additions & 3 deletions mockrunner-struts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,10 @@
<dependency>
<groupId>com.mockrunner</groupId>
<artifactId>mockrunner-core</artifactId>
<version>2.0.4-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.mockrunner</groupId>
<artifactId>mockrunner-servlet</artifactId>
<version>2.0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
3 changes: 0 additions & 3 deletions mockrunner-tag/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,10 @@
<dependency>
<groupId>com.mockrunner</groupId>
<artifactId>mockrunner-core</artifactId>
<version>2.0.4-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.mockrunner</groupId>
<artifactId>mockrunner-servlet</artifactId>
<version>2.0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.struts</groupId>
Expand Down

0 comments on commit 0463b85

Please sign in to comment.