Skip to content

Commit

Permalink
#1968 - simplify DC by removing dynamic extensions, drivers, spark, s…
Browse files Browse the repository at this point in the history
…cala
  • Loading branch information
kaspersorensen committed Nov 14, 2024
1 parent 7da7b2b commit 6fc1adf
Show file tree
Hide file tree
Showing 172 changed files with 914 additions and 11,167 deletions.
35 changes: 1 addition & 34 deletions components/basic-analyzers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,45 +6,12 @@
<version>5.8.2-SNAPSHOT</version>
</parent>
<artifactId>DataCleaner-basic-analyzers</artifactId>
<build>
<plugins>
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<id>add-scala-test-source</id>
<phase>generate-sources</phase>
<goals>
<goal>add-test-source</goal>
</goals>
<configuration>
<sources>
<source>src/test/scala</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
<groupId>org.eobjects.datacleaner</groupId>
<artifactId>DataCleaner-html-rendering</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-xml_2.12</artifactId>
</dependency>
</dependencies>
</project>

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6fc1adf

Please sign in to comment.