cancel
Showing results for 
Search instead for 
Did you mean: 

Missing repository org.springframework.extensions.surf:spring-surf-core-configservice:jar:1.2.0-M14,

kachaj7
Champ in-the-making
Champ in-the-making

Hi,

how to get the old dependency:

https://artifacts.alfresco.com/nexus/content/repositories/public/org/springframework/extensions/surf... 

I'm using the Alfresco SDK to create the project.

From some time, this is missing and I can't compile my project.

5 REPLIES 5

kachaj7
Champ in-the-making
Champ in-the-making

Nobody from Alfresco can help or give an answer why the library dissappeared?

afaust
Legendary Innovator
Legendary Innovator

"How to get the old dependency" => Add it to your pom.xml as a dependency, re-build, et viola....

MrNico
Star Contributor
Star Contributor

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?

abhinavmishra14
World-Class Innovator
World-Class Innovator

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>
~Abhinav
(ACSCE, AWS SAA, Azure Admin)
Getting started

Explore our Alfresco products with the links below. Use labels to filter content by product module.