Drop spring-social-web-thymeleaf3
Drop `spring-social-web-thymeleaf3` dependency since it's been merged into `spring-social-web` as of Spring Social 2.0. Fixes gh-9017
This commit is contained in:
@@ -556,11 +556,6 @@
|
||||
<artifactId>spring-social-web</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.social</groupId>
|
||||
<artifactId>spring-social-web-thymeleaf3</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.social</groupId>
|
||||
<artifactId>spring-social-facebook</artifactId>
|
||||
|
||||
@@ -2276,17 +2276,6 @@
|
||||
<artifactId>spring-social-web</artifactId>
|
||||
<version>${spring-social.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.social</groupId>
|
||||
<artifactId>spring-social-web-thymeleaf3</artifactId>
|
||||
<version>${spring-social.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>thymeleaf-spring4</artifactId>
|
||||
<groupId>org.thymeleaf</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.social</groupId>
|
||||
<artifactId>spring-social-facebook</artifactId>
|
||||
|
||||
@@ -38,16 +38,6 @@
|
||||
<groupId>org.springframework.social</groupId>
|
||||
<artifactId>spring-social-web</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.social</groupId>
|
||||
<artifactId>spring-social-web-thymeleaf3</artifactId>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>thymeleaf</artifactId>
|
||||
<groupId>org.thymeleaf</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.social</groupId>
|
||||
<artifactId>spring-social-facebook</artifactId>
|
||||
|
||||
@@ -38,16 +38,6 @@
|
||||
<groupId>org.springframework.social</groupId>
|
||||
<artifactId>spring-social-web</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.social</groupId>
|
||||
<artifactId>spring-social-web-thymeleaf3</artifactId>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>thymeleaf</artifactId>
|
||||
<groupId>org.thymeleaf</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.social</groupId>
|
||||
<artifactId>spring-social-linkedin</artifactId>
|
||||
|
||||
@@ -38,16 +38,6 @@
|
||||
<groupId>org.springframework.social</groupId>
|
||||
<artifactId>spring-social-web</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.social</groupId>
|
||||
<artifactId>spring-social-web-thymeleaf3</artifactId>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>thymeleaf</artifactId>
|
||||
<groupId>org.thymeleaf</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.social</groupId>
|
||||
<artifactId>spring-social-twitter</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user