We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ea177 commit 924f6c3Copy full SHA for 924f6c3
1 file changed
commons-math-examples/examples-kmeans/image/pom.xml
@@ -32,9 +32,6 @@
32
<description>Clustering applied to 2D graphics data (image).</description>
33
34
<properties>
35
- <maven.compiler.source>1.8</maven.compiler.source>
36
- <maven.compiler.target>1.8</maven.compiler.target>
37
-
38
<!-- OSGi -->
39
<commons.osgi.symbolicName>org.apache.commons.math4.examples.kmeans.image</commons.osgi.symbolicName>
40
<commons.osgi.export>org.apache.commons.math4.examples.kmeans.image</commons.osgi.export>
0 commit comments