Skip to content

Commit

Permalink
Merge pull request #260 from JanssenProject/yuriyz_deps
Browse files Browse the repository at this point in the history
fix: removed saml profile
  • Loading branch information
yuriyz authored Oct 11, 2021
2 parents bd9e2a7 + fbbe195 commit 1f48f93
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 134 deletions.
47 changes: 0 additions & 47 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -980,53 +980,6 @@
</dependencies>
</profile>

<profile>
<id>saml</id>
<activation>
<property>
<name>!saml-disabled</name>
</property>
</activation>
<properties>
</properties>
<build>
<plugins>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>io.jans</groupId>
<artifactId>jans-core-saml</artifactId>
</dependency>
<dependency>
<groupId>org.owasp.esapi</groupId>
<artifactId>esapi</artifactId>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ca.juliusdavies</groupId>
<artifactId>not-yet-commons-ssl</artifactId>
</dependency>
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</dependency>
</dependencies>
</profile>

<profile>
<id>push_sender</id>
<activation>
Expand Down
Loading

0 comments on commit 1f48f93

Please sign in to comment.