Skip to content

Commit

Permalink
Issue #48 Split Mandelbrot-Tab into Mandelbrot-Julia and Mandelbrot-Zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Oct 11, 2020
1 parent 0a90c4b commit 90e5d62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 109 deletions.

This file was deleted.

2 changes: 2 additions & 0 deletions single-apps/insourcing/insourcing-mandelbrot-julia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@
</properties>

<dependencies>
<!--
<dependency>
<groupId>org.woehlke.computer.kurzweil</groupId>
<artifactId>insourcing-mandelbrot-common</artifactId>
<version>${project.version}</version>
</dependency>
-->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions single-apps/insourcing/insourcing-mandelbrot-zoom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@
</properties>

<dependencies>
<!--
<dependency>
<groupId>org.woehlke.computer.kurzweil</groupId>
<artifactId>insourcing-mandelbrot-common</artifactId>
<version>${project.version}</version>
</dependency>
-->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
Expand Down

0 comments on commit 90e5d62

Please sign in to comment.