Changeset 88 for java/main/pom.xml
- Timestamp:
- 06/30/13 12:48:20 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/main/pom.xml
r87 r88 40 40 <scope>compile</scope> 41 41 </dependency> 42 < dependency>43 <groupId>commons-configuration</groupId>44 <artifactId>commons-configuration</artifactId>45 <version>1.9</version>46 <scope>compile</scope>47 < /dependency>42 <!-- <dependency> --> 43 <!-- <groupId>commons-configuration</groupId> --> 44 <!-- <artifactId>commons-configuration</artifactId> --> 45 <!-- <version>1.9</version> --> 46 <!-- <scope>compile</scope> --> 47 <!-- </dependency> --> 48 48 <dependency> 49 49 <groupId>commons-collections</groupId> … … 152 152 <argument>-classpath</argument> 153 153 <classpath /> 154 <argument>com.framsticks.core. Program</argument>154 <argument>com.framsticks.core.Framsticks</argument> 155 155 </arguments> 156 156 </configuration>
Note: See TracChangeset
for help on using the changeset viewer.