Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
pjk25 authored and Rob Gallagher committed Jul 2, 2014
1 parent 9852657 commit 5f675b8
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions pom.xml
Expand Up @@ -19,7 +19,7 @@
<groupId>org.cloudfoundry.identity</groupId>
<artifactId>cloudfoundry-login-server</artifactId>
<version>1.7.1-SNAPSHOT</version>
<packaging>war</packaging>
<packaging>pom</packaging>
<name>Cloud Foundry Login Server</name>
<description>Login/SAML2 Service provider for Cloud Foundry</description>

Expand Down Expand Up @@ -467,28 +467,6 @@
</profiles>

<dependencies>
<!--<dependency>-->
<!--<groupId>${project.parent.groupId}</groupId>-->
<!--<artifactId>cloudfoundry-identity-common</artifactId>-->
<!--<version>${project.parent.version}</version>-->
<!--<exclusions>-->
<!--<exclusion>-->
<!--<artifactId>spring-tx</artifactId>-->
<!--<groupId>org.springframework</groupId>-->
<!--</exclusion>-->
<!--<exclusion>-->
<!--<artifactId>spring-jdbc</artifactId>-->
<!--<groupId>org.springframework</groupId>-->
<!--</exclusion>-->
<!--</exclusions>-->
<!--</dependency>-->

<!--<dependency>-->
<!--<groupId>org.cloudfoundry.identity</groupId>-->
<!--<artifactId>cloudfoundry-identity-scim</artifactId>-->
<!--<version>${project.parent.version}</version>-->
<!--</dependency>-->

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
Expand Down Expand Up @@ -759,14 +737,6 @@
<version>1.0.1.RELEASE</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>${project.parent.groupId}</groupId>
<artifactId>cloudfoundry-identity-common</artifactId>
<version>${project.parent.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
</dependencies>
<pluginRepositories>
<pluginRepository>
Expand Down

0 comments on commit 5f675b8

Please sign in to comment.