Skip to content

Commit

Permalink
removed dependency that is only for UW
Browse files Browse the repository at this point in the history
  • Loading branch information
timlevett committed Mar 7, 2014
1 parent 1663a45 commit 471aa6a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions blackboardvc-portlet-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
<artifactId>blackboardvc-portlet-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>blackboardvc-portlet-uw_iaa</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
Expand Down Expand Up @@ -417,7 +412,7 @@
<plugin>
<artifactId>maven-uportal-plugin</artifactId>
<groupId>org.jasig.portal</groupId>
<version>1.0.0-M4-SNAPSHOT</version>
<version>1.0.0-M4</version>
<configuration>
<contextName>BlackboardVCPortlet</contextName>
<artifactId>${project.artifactId}</artifactId>
Expand Down

0 comments on commit 471aa6a

Please sign in to comment.