/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-29 11:20:11 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20170829112011-bxa7tmi9qzyo0ai6
* Added Missing Dep. and fixed the real_hash_func method.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
 
32
32
  <dependencies>
33
 
    <!-- https://mvnrepository.com/artifact/javax/javaee-api -->
 
33
    <!-- https://mvnrepository.com/artifact//javaee-api -->
34
34
    <dependency>
35
35
      <groupId>javax</groupId>
36
36
      <artifactId>javaee-api</artifactId>
76
76
      <groupId>org.bouncycastle</groupId>
77
77
      <artifactId>bcprov-jdk15on</artifactId>
78
78
      <version>1.58</version>
 
79
      <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on -->
 
80
    </dependency>
 
81
 
 
82
    <dependency>
 
83
      <groupId>org.bouncycastle</groupId>
 
84
      <artifactId>bcpkix-jdk15on</artifactId>
 
85
      <version>1.58</version>
79
86
    </dependency>
80
87
 
81
88
  </dependencies>