1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 17:56:20 +00:00

Hard coupling between tess4j and imageIO to avoid service registering

This commit is contained in:
jendib
2013-09-05 16:10:26 +02:00
parent 8eb5b8066e
commit 22cea20a90
9 changed files with 1284 additions and 28 deletions

View File

@@ -1,3 +1,3 @@
- Disable the whole document edit form while uploading files (client)
- Change browser title while uploading (client)
- Automatic backup system using Quartz (server)
- Automatic backup system using Quartz (server)

Binary file not shown.

View File

@@ -463,11 +463,6 @@
<version>1.0</version>
</dependency>
<dependency>
<groupId>tess4j</groupId>
<artifactId>tess4j</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
</dependencyManagement>
@@ -531,23 +526,6 @@
</goals>
</execution>
<execution>
<id>install-tess4j</id>
<phase>validate</phase>
<configuration>
<file>${project.basedir}/lib/tess4j.jar</file>
<repositoryLayout>default</repositoryLayout>
<groupId>tess4j</groupId>
<artifactId>tess4j</artifactId>
<version>1.0</version>
<packaging>jar</packaging>
<generatePom>true</generatePom>
</configuration>
<goals>
<goal>install-file</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>