Skip to content

Commit 9ea82f4

Browse files
committed
work
1 parent ed1d2a8 commit 9ea82f4

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

pom.xml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
<webjars.popper.js.version>2.9.3</webjars.popper.js.version>
8787
<webjars.bootstrap.version>5.2.0</webjars.bootstrap.version>
8888
<webjars.font-awesome.version>6.1.2</webjars.font-awesome.version>
89-
<webjars.ckeditor.version>31.0.0</webjars.ckeditor.version>
9089
<opencsv.version>5.3</opencsv.version>
9190

9291
<!-- Unit and Integration Testing -->
@@ -354,11 +353,6 @@
354353
<artifactId>font-awesome</artifactId>
355354
<version>${webjars.font-awesome.version}</version>
356355
</dependency>
357-
<dependency>
358-
<groupId>org.webjars</groupId>
359-
<artifactId>ckeditor</artifactId>
360-
<version>${webjars.ckeditor.version}</version>
361-
</dependency>
362356

363357
<!-- Thymeleaf -->
364358
<dependency>
@@ -806,10 +800,12 @@
806800
<groupId>org.springframework.security</groupId>
807801
<artifactId>spring-security-config</artifactId>
808802
</dependency>
803+
<!--
809804
<dependency>
810805
<groupId>org.springframework.security</groupId>
811806
<artifactId>spring-security-remoting</artifactId>
812807
</dependency>
808+
-->
813809
<dependency>
814810
<groupId>org.springframework.security</groupId>
815811
<artifactId>spring-security-web</artifactId>
@@ -854,10 +850,6 @@
854850
<groupId>org.webjars</groupId>
855851
<artifactId>font-awesome</artifactId>
856852
</dependency>
857-
<dependency>
858-
<groupId>org.webjars</groupId>
859-
<artifactId>ckeditor</artifactId>
860-
</dependency>
861853

862854
<dependency>
863855
<groupId>org.postgresql</groupId>
@@ -1565,8 +1557,8 @@
15651557
<includeScope>compile</includeScope>
15661558
<excludeTypes>maven-plugin</excludeTypes>
15671559
<excludeScope>test,provided</excludeScope>
1568-
<excludeGroupIds>antlr,org.beanshell,org.apache.maven.plugins,org.apache.maven.scm,org.jruby,com.vladsch.flexmark,org.apache.maven.doxia,org.codehaus.plexus,org.apache.maven.scm,io.netty,org.apache.groovy,org.eclipse.jetty,org.mockito,org.asciidoctor,com.github.jnr,org.apache.maven.surefire,net.sourceforge.saxon,net.sf.saxon,com.github.spotbugs,org.eclipse.jgit</excludeGroupIds>
1569-
<excludeArtifactIds>weld-probe-core,antlr,bsh,velocity-tools,liquibase-core,jruby-complete,cdi-api,lombok,jcommander</excludeArtifactIds>
1560+
<excludeGroupIds>org.eclipse.aether,antlr,org.beanshell,org.apache.maven.plugins,org.apache.maven.scm,org.jruby,com.vladsch.flexmark,org.apache.maven.doxia,org.codehaus.plexus,org.apache.maven.scm,io.netty,org.apache.groovy,org.eclipse.jetty,org.mockito,org.asciidoctor,com.github.jnr,org.apache.maven.surefire,org.apache.maven,net.sourceforge.saxon,net.sf.saxon,com.github.spotbugs,org.eclipse.jgit,org.apache.ant,org.apache.velocity,org.junit.jupiter,org.junit.platform,junit,org.mockito,net.sourceforge.pmd,org.eclipse.sisu,org.ow2.asm</excludeGroupIds>
1561+
<excludeArtifactIds>spring-boot-configuration-processor,spring-boot-devtools,ganymed-ssh2,maven-toolchain,weld-probe-core,antlr,bsh,velocity-tools,liquibase-core,jruby-complete,cdi-api,lombok,jcommander,checkstyle,plexus-build-api</excludeArtifactIds>
15701562
</configuration>
15711563
</execution>
15721564
</executions>

0 commit comments

Comments
 (0)