Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

supervised.ims-gpl depends on obsolete repository #81

Open
logological opened this issue Jun 23, 2016 · 1 comment
Open

supervised.ims-gpl depends on obsolete repository #81

logological opened this issue Jun 23, 2016 · 1 comment

Comments

@logological
Copy link
Member

The POM for the supervised.ims-gpl module refers to a ClearTK Google Code repository which may (soon) no longer exist. This should be updated.

@logological
Copy link
Member Author

The repository is now gone and I can't find any other repository that has the same versions of the artifacts we were using. These were in particular:

		<dependency>
			<groupId>opennlp</groupId>
			<artifactId>maxent</artifactId>
			<version>2.5.1</version>
			<type>jar</type>
			<scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>opennlp</groupId>
			<artifactId>tools</artifactId>
			<version>1.3.0</version>
			<type>jar</type>
			<scope>compile</scope>
		</dependency>

Maven Central has much more recent versions of these artifacts, though the APIs have changed and it's not trivial to update our code.

I think it will be necessary to disable the IMS module (and remove references to it) unless and until someone wants to upgrade our code.

logological added a commit that referenced this issue Jul 23, 2020
@logological logological mentioned this issue Jul 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant