/magstudentportal/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/magstudentportal/trunk

« back to all changes in this revision

Viewing changes to pom.xml

  • Committer: Gustav Hartvigsson
  • Date: 2017-08-28 13:57:07 UTC
  • mfrom: (15.2.7 more-db)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: gustav.hartvigsson@gmail.com-20170828135707-u01hrx51i4rmkp1f
* merge?

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
      <artifactId>postgresql</artifactId>
58
58
      <version>42.1.4</version>
59
59
    </dependency>
60
 
      
61
 
      <!-- https://mvnrepository.com/artifact/junit/junit -->
 
60
 
 
61
    <!-- https://mvnrepository.com/artifact/junit/junit -->
62
62
    <dependency>
63
 
        <groupId>junit</groupId>
64
 
        <artifactId>junit</artifactId>
65
 
        <version>4.12</version>
 
63
      <groupId>junit</groupId>
 
64
      <artifactId>junit</artifactId>
 
65
      <version>4.12</version>
66
66
    </dependency>
67
67
    <!-- https://mvnrepository.com/artifact/javax.faces/javax.faces-api -->
68
68
    <dependency>
69
 
        <groupId>javax.faces</groupId>
70
 
        <artifactId>javax.faces-api</artifactId>
71
 
        <version>2.3</version>
72
 
        <scope>provided</scope>
73
 
    </dependency>
 
69
      <groupId>javax.faces</groupId>
 
70
      <artifactId>javax.faces-api</artifactId>
 
71
      <version>2.3</version>
 
72
      <scope>provided</scope>
 
73
    </dependency>
 
74
    <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on -->
 
75
    <dependency>
 
76
      <groupId>org.bouncycastle</groupId>
 
77
      <artifactId>bcprov-jdk15on</artifactId>
 
78
      <version>1.58</version>
 
79
    </dependency>
 
80
 
74
81
  </dependencies>
75
 
  
76
 
  
 
82
 
 
83
 
77
84
 
78
85
</project>