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

Remove org.reflections dependency [3.5] #1638

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/*----------------------------------------------------------------------------
This file is part of deegree
Copyright (C) 2001-2024 by:
- Department of Geography, University of Bonn -
and
- lat/lon GmbH -
and
- grit GmbH -
and others

This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation; either version 2.1 of the License, or (at your option)
any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
details.
You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Contact information:

e-mail: info@deegree.org
website: http://www.deegree.org/
----------------------------------------------------------------------------*/

package org.deegree.client.core;

import org.deegree.moduleinfo.ModuleInfoProvider;

public class JsfCoreModuleInfoProvider implements ModuleInfoProvider {

}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.deegree.client.core.JsfCoreModuleInfoProvider
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/*----------------------------------------------------------------------------
This file is part of deegree
Copyright (C) 2001-2024 by:
- Department of Geography, University of Bonn -
and
- lat/lon GmbH -
and
- grit GmbH -
and others

This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation; either version 2.1 of the License, or (at your option)
any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
details.
You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Contact information:

e-mail: info@deegree.org
website: http://www.deegree.org/
----------------------------------------------------------------------------*/

package org.deegree.wpsclient;

import org.deegree.moduleinfo.ModuleInfoProvider;

public class WpsWebclientModuleInfoProvider implements ModuleInfoProvider {

}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.deegree.wpsclient.WpsWebclientModuleInfoProvider
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/*----------------------------------------------------------------------------
This file is part of deegree
Copyright (C) 2001-2024 by:
- Department of Geography, University of Bonn -
and
- lat/lon GmbH -
and
- grit GmbH -
and others

This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation; either version 2.1 of the License, or (at your option)
any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
details.
You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Contact information:

e-mail: info@deegree.org
website: http://www.deegree.org/
----------------------------------------------------------------------------*/

package org.deegree.client.wpsprinter;

import org.deegree.moduleinfo.ModuleInfoProvider;

public class WpsprinterWebclientModuleInfoProvider implements ModuleInfoProvider {

}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.deegree.client.wpsprinter.WpsprinterWebclientModuleInfoProvider
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/*----------------------------------------------------------------------------
This file is part of deegree
Copyright (C) 2001-2024 by:
- Department of Geography, University of Bonn -
and
- lat/lon GmbH -
and
- grit GmbH -
and others

This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation; either version 2.1 of the License, or (at your option)
any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
details.
You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Contact information:

e-mail: info@deegree.org
website: http://www.deegree.org/
----------------------------------------------------------------------------*/

package org.deegree.db.datasource;

import org.deegree.moduleinfo.ModuleInfoProvider;

public class ConnectionsproviderDatasourceModuleInfoProvider implements ModuleInfoProvider {

}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.deegree.db.datasource.ConnectionsproviderDatasourceModuleInfoProvider
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/*----------------------------------------------------------------------------
This file is part of deegree
Copyright (C) 2001-2024 by:
- Department of Geography, University of Bonn -
and
- lat/lon GmbH -
and
- grit GmbH -
and others

This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation; either version 2.1 of the License, or (at your option)
any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
details.
You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Contact information:

e-mail: info@deegree.org
website: http://www.deegree.org/
----------------------------------------------------------------------------*/

package org.deegree.rendering.r3d;

import org.deegree.moduleinfo.ModuleInfoProvider;

public class CoreR3DModuleInfoProvider implements ModuleInfoProvider {

}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.deegree.rendering.r3d.CoreR3DModuleInfoProvider
9 changes: 9 additions & 0 deletions deegree-core/deegree-core-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,14 @@
</plugins>
</build>

<dependencies>
<dependency>
<groupId>org.deegree</groupId>
<artifactId>deegree-core-moduleinfo</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>

</project>

Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/*----------------------------------------------------------------------------
This file is part of deegree
Copyright (C) 2001-2024 by:
- Department of Geography, University of Bonn -
and
- lat/lon GmbH -
and
- grit GmbH -
and others

This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation; either version 2.1 of the License, or (at your option)
any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
details.
You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Contact information:

e-mail: info@deegree.org
website: http://www.deegree.org/
----------------------------------------------------------------------------*/

package org.deegree.commons.annotations;

import org.deegree.moduleinfo.ModuleInfoProvider;

public class AnnotationsModuleInfoProvider implements ModuleInfoProvider {

}
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,15 @@

/**
* The <code>Tool</code> annotation can be used to define a class with a main method as a
* tool. Such a tool should supply a short description (as well as a main method of
* course).
* tool. Such a tool must provide a non-args constructor, has to implement
* {@link org.deegree.commons.utils.ToolboxRegistration} and should supply a short
* description (as well as a main method of course).
*
* @author <a href="mailto:bezema@lat-lon.de">Rutger Bezema</a>
* @deprecated This annotation is deprecated as of version 3.4 of deegree.
*
*/
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Target(ElementType.TYPE)
@Deprecated
public @interface Tool {

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.deegree.commons.annotations.AnnotationsModuleInfoProvider
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package org.deegree.base;

import org.deegree.moduleinfo.ModuleInfoProvider;

public class BaseModuleInfoProvider implements ModuleInfoProvider {

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/*----------------------------------------------------------------------------
This file is part of deegree
Copyright (C) 2001-2024 by:
- Department of Geography, University of Bonn -
and
- lat/lon GmbH -
and
- grit GmbH -
and others

This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation; either version 2.1 of the License, or (at your option)
any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
details.
You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Contact information:

e-mail: info@deegree.org
website: http://www.deegree.org/
----------------------------------------------------------------------------*/

package org.deegree.base;

import org.deegree.moduleinfo.ModuleInfoProvider;

public class CoreBaseModuleInfoProvider implements ModuleInfoProvider {

}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.deegree.base.CoreBaseModuleInfoProvider
9 changes: 5 additions & 4 deletions deegree-core/deegree-core-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
</build>

<dependencies>
<dependency>
<groupId>org.deegree</groupId>
<artifactId>deegree-core-moduleinfo</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
Expand Down Expand Up @@ -90,10 +95,6 @@
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/*----------------------------------------------------------------------------
This file is part of deegree
Copyright (C) 2001-2024 by:
- Department of Geography, University of Bonn -
and
- lat/lon GmbH -
and
- grit GmbH -
and others

This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation; either version 2.1 of the License, or (at your option)
any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
details.
You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Contact information:

e-mail: info@deegree.org
website: http://www.deegree.org/
----------------------------------------------------------------------------*/

package org.deegree.commons;

import org.deegree.moduleinfo.ModuleInfoProvider;

public class CoreCommonsModuleInfoProvider implements ModuleInfoProvider {

}
Loading