Changes between Version 13 and Version 14 of WikiStart


Ignore:
Timestamp:
10/30/18 09:27:21 (6 years ago)
Author:
Wouter Pasman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v13 v14  
    1818This package can be included with the following maven code
    1919{{{
    20 <repositories>
    21         <repository>
    22                 <id>artifactory.ewi.tudelft.nl</id>
    23                 <url>http://artifactory.ewi.tudelft.nl/artifactory/release</url>
    24                 <snapshots>
    25                         <enabled>false</enabled>
    26                 </snapshots>
    27         </repository>
    28 </repositories>
     20        <repositories>
     21                <repository>
     22                        <id>artifactory.ewi.tudelft.nl</id>
     23                        <url>http://artifactory.ewi.tudelft.nl/artifactory/libs-release</url>
     24                        <snapshots>
     25                                <enabled>false</enabled>
     26                        </snapshots>
     27                </repository>
     28        </repositories>
    2929
    30 <dependency>
    31         <groupId>tudelft.mentalhealth</groupId>
    32         <artifactId>motivatepersisting</artifactId>
    33         <version>1.0.0</version>
    34 </dependency>
     30
     31        <dependencies>
     32
     33                <dependency>
     34                        <groupId>tudelft.mentalhealth</groupId>
     35                        <artifactId>motivatepersisting</artifactId>
     36                        <version>1.0.0</version>
     37                </dependency>
     38        </dependencies>
     39
    3540}}}
    3641Example code can be found [https://tracinsy.ewi.tudelft.nl/trac/MentalHealth/browser/MotivateDuringTherapy/src/test/java/tudelft/mentalhealth/motivatepersisting/MotivationalAnswerTest.java here]. Typically you need only this