Skip to content

Commit

Permalink
Remove okta references
Browse files Browse the repository at this point in the history
  • Loading branch information
Riain Condon committed May 30, 2019
1 parent 66ffba5 commit bb39ea4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions api.iml
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,6 @@
<orderEntry type="library" scope="TEST" name="Maven: org.springframework.restdocs:spring-restdocs-core:2.0.3.RELEASE" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.springframework.security:spring-security-test:5.1.3.RELEASE" level="project" />
<orderEntry type="library" name="Maven: org.springframework.security:spring-security-core:5.1.3.RELEASE" level="project" />
<orderEntry type="library" name="Maven: com.okta.spring:okta-spring-boot-starter:1.0.0" level="project" />
<orderEntry type="library" name="Maven: com.okta.spring:okta-spring-security-oauth2:1.0.0" level="project" />
<orderEntry type="library" name="Maven: com.okta.commons:okta-config-check:1.1.0" level="project" />
<orderEntry type="library" name="Maven: com.okta.commons:okta-commons-lang:1.1.0" level="project" />
<orderEntry type="library" name="Maven: org.springframework.security:spring-security-oauth2-client:5.1.3.RELEASE" level="project" />
<orderEntry type="library" name="Maven: com.nimbusds:oauth2-oidc-sdk:6.0" level="project" />
<orderEntry type="library" name="Maven: com.sun.mail:javax.mail:1.6.2" level="project" />
Expand All @@ -123,7 +119,6 @@
<orderEntry type="library" name="Maven: org.springframework.security:spring-security-oauth2-jose:5.1.3.RELEASE" level="project" />
<orderEntry type="library" name="Maven: com.nimbusds:nimbus-jose-jwt:6.0.2" level="project" />
<orderEntry type="library" name="Maven: org.springframework.security:spring-security-oauth2-resource-server:5.1.3.RELEASE" level="project" />
<orderEntry type="library" name="Maven: com.okta.spring:okta-spring-sdk:1.0.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: de.bwaldvogel:mongo-java-server:1.13.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: de.bwaldvogel:mongo-java-server-core:1.13.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: io.netty:netty-transport:4.1.31.Final" level="project" />
Expand Down
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.okta.spring</groupId>
<artifactId>okta-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>de.bwaldvogel</groupId>
<artifactId>mongo-java-server</artifactId>
Expand Down

0 comments on commit bb39ea4

Please sign in to comment.