09-18-2018 07:19 AM
Hi,
how to get the old dependency:
I'm using the Alfresco SDK to create the project.
From some time, this is missing and I can't compile my project.
11-23-2018 07:21 AM
Nobody from Alfresco can help or give an answer why the library dissappeared?
12-21-2018 09:26 AM
"How to get the old dependency" => Add it to your pom.xml as a dependency, re-build, et viola....
11-23-2021 10:03 AM
Sorry to activate this topic, but I have this same problem, could you explain how to do what you indicate? What should be added in the pom.xml file?
11-23-2021 08:00 PM
These jars are no longer available in the repository here: https://artifacts.alfresco.com/nexus/content/repositories/public/org/springframework/extensions/surf or https://artifacts.alfresco.com/nexus/content/groups/public/org/springframework/extensions/surf
You can manually add dependencies what next available version for the build to complete, example:
<dependency> <groupId>org.springframework.extensions.surf</groupId> <artifactId>spring-surf-core-configservice</artifactId> <version>1.2.0-M17</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.springframework.social</groupId> <artifactId>spring-social-facebook</artifactId> <version>1.0.0.RELEASE</version> </dependency> <dependency> <groupId>org.springframework.extensions.surf</groupId> <artifactId>spring-webscripts-api</artifactId> <version>1.2.0-M17</version> </dependency> <dependency> <groupId>org.springframework.extensions.surf</groupId> <artifactId>spring-webscripts</artifactId> <version>1.2.0-M17</version> </dependency>
Explore our Alfresco products with the links below. Use labels to filter content by product module.