Skip to content

Commit

Permalink
explicit add compile scope
Browse files Browse the repository at this point in the history
  • Loading branch information
grobmeier committed Apr 3, 2012
1 parent a2b1c83 commit ba6a8e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jjson-struts2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,20 @@
<groupId>de.grobmeier.json</groupId>
<artifactId>jjson</artifactId>
<version>0.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
</dependency>
<!-- Struts 2 -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
<version>2.3.1.2</version>
<scope>compile</scope>
</dependency>

<!--
Expand Down

0 comments on commit ba6a8e3

Please sign in to comment.