/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 14:01:22 UTC
  • mfrom: (15.1.10 magstudentportal-more-db)
  • Revision ID: gustav.hartvigsson@gmail.com-20170828140122-dfqs6oxweh0zjzlj
* Merged stuff into trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
      <version>42.1.4</version>
59
59
    </dependency>
60
60
 
 
61
    <!-- https://mvnrepository.com/artifact/junit/junit -->
 
62
    <dependency>
 
63
      <groupId>junit</groupId>
 
64
      <artifactId>junit</artifactId>
 
65
      <version>4.12</version>
 
66
    </dependency>
 
67
    <!-- https://mvnrepository.com/artifact/javax.faces/javax.faces-api -->
 
68
    <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
 
61
81
  </dependencies>
62
82
 
 
83
 
 
84
 
63
85
</project>