Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vitamui-pr-pastis
Manage
Activity
Members
Labels
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dad
vitamui-pr-pastis
Commits
45a61e0c
Commit
45a61e0c
authored
4 years ago
by
Makhtar DIAGNE
Browse files
Options
Downloads
Patches
Plain Diff
[TECH] Cas : fix war build with tomcat dependencies
parent
2cf558a1
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
Feature/design/1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cas/cas-server/pom.xml
+14
-0
14 additions, 0 deletions
cas/cas-server/pom.xml
cas/pom.xml
+0
-3
0 additions, 3 deletions
cas/pom.xml
with
14 additions
and
3 deletions
cas/cas-server/pom.xml
+
14
−
0
View file @
45a61e0c
...
@@ -33,6 +33,20 @@
...
@@ -33,6 +33,20 @@
<dependency>
<dependency>
<groupId>
fr.gouv.vitamui
</groupId>
<groupId>
fr.gouv.vitamui
</groupId>
<artifactId>
iam-external-client
</artifactId>
<artifactId>
iam-external-client
</artifactId>
<exclusions>
<exclusion>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.apache.components
</groupId>
<artifactId>
httpclient
</artifactId>
</exclusion>
<exclusion>
<groupId>
com.fasterxml.jackson.dataformat
</groupId>
<artifactId>
jackson-dataformat-xml
</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependency>
<!-- Consul -->
<!-- Consul -->
...
...
This diff is collapsed.
Click to expand it.
cas/pom.xml
+
0
−
3
View file @
45a61e0c
...
@@ -12,11 +12,8 @@
...
@@ -12,11 +12,8 @@
<properties>
<properties>
<commons-io.version>
2.6
</commons-io.version>
<commons-io.version>
2.6
</commons-io.version>
<fongo.version>
2.1.1
</fongo.version>
<fongo.version>
2.1.1
</fongo.version>
<java.version>
1.8
</java.version>
<jackson.version>
2.8.10
</jackson.version>
<jackson.version>
2.8.10
</jackson.version>
<junit.version>
4.12
</junit.version>
<junit.version>
4.12
</junit.version>
<maven.compiler.source>
1.8
</maven.compiler.source>
<maven.compiler.target>
1.8
</maven.compiler.target>
<mockito.version>
2.15.0
</mockito.version>
<mockito.version>
2.15.0
</mockito.version>
<servlet-api.version>
3.1.0
</servlet-api.version>
<servlet-api.version>
3.1.0
</servlet-api.version>
</properties>
</properties>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment