Skip to content

Commit

Permalink
Added some conf needed for repo publishing and set Junit dep to 'test…
Browse files Browse the repository at this point in the history
…' scope
  • Loading branch information
fernandezpablo85 committed Oct 24, 2010
1 parent 59f16bf commit 9b85863
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@
<version>1.0.5</version>
<name>Scribe OAuth Library</name>
<description>The best OAuth library out there</description>
<url>github.com/fernandezpablo85/scribe-java</url>
<url>http://github.com/fernandezpablo85/scribe-java</url>

<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>5</version>
</parent>

<developers>
<developer>
Expand Down Expand Up @@ -42,6 +48,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<scope>test</scope>
</dependency>

</dependencies>
Expand Down

0 comments on commit 9b85863

Please sign in to comment.